/** * @access protected */ protected function __construct() { parent::__construct(); $this->bIsLoggined = false; $this->iRequestTime = 0; $this->aCapa = null; $this->sLastMessage = ''; }
/** * @access protected */ protected function __construct() { parent::__construct(); $this->bIsLoggined = false; $this->iRequestTime = 0; $this->aCapa = array(); $this->aModules = array(); }
/** * @access protected */ protected function __construct() { parent::__construct(); $this->aAuthTypes = array(); $this->iRequestTime = 0; $this->iSizeCapaValue = 0; $this->aResults = array(); $this->aCapa = array(); $this->bHelo = false; $this->bRcpt = false; $this->bMail = false; $this->bData = false; }
/** * @access protected */ protected function __construct() { parent::__construct(); $this->iTagCount = 0; $this->aCapabilityItems = null; $this->oCurrentFolderInfo = null; $this->aFetchCallbacks = null; $this->iResponseBufParsedPos = 0; $this->aLastResponse = array(); $this->bNeedNext = true; $this->aPartialResponses = array(); $this->aTagTimeouts = array(); $this->bIsLoggined = false; $this->bIsSelected = false; $this->sLogginedUser = ''; @\ini_set('xdebug.max_nesting_level', 500); }
/** * @access protected */ protected function __construct() { $this->bIsLoggined = false; $this->iRequestTime = 0; parent::__construct(); }