OCA\OcSms\Lib\ContactCache::getContactPhotos PHP 메소드

getContactPhotos() 공개 메소드

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