Horde_Imap_Client_Socket::_getID PHP Метод

_getID() защищенный Метод

protected _getID ( )
    protected function _getID()
    {
        if (!isset($this->_temp['id'])) {
            $this->sendID();
            /* ID is queued - force sending the queued command. */
            $this->_sendCmd($this->_pipeline());
        }
        return $this->_temp['id'];
    }