Components_Pear_Environment::_checkSetup PHP Méthode

_checkSetup() private méthode

Validate that the required instance parameters are set.
private _checkSetup ( ) : null
Résultat null
    private function _checkSetup()
    {
        if ($this->_factory === null) {
            throw new Components_Exception('You need to set the factory first!');
        }
    }