Horde_Smtp::_initOb PHP Méthode

_initOb() protected méthode

Do initialization tasks.
protected _initOb ( )
    protected function _initOb()
    {
        register_shutdown_function(array($this, 'shutdown'));
        $this->_debug = ($debug = $this->getParam('debug')) ? new Horde_Smtp_Debug($debug) : new Horde_Support_Stub();
    }