OCA\OcSms\Lib\ContactCache::getInvertedContacts PHP Метод

getInvertedContacts() публичный Метод

public getInvertedContacts ( )
    public function getInvertedContacts()
    {
        // Only load contacts if they aren't in the buffer
        if (count($this->contactsInverted) == 0) {
            $this->loadContacts();
        }
        return $this->contactsInverted;
    }