AdminPageFramework_ErrorReporting::__construct PHP Метод

__construct() публичный Метод

public __construct ( $iLevel = null )
    public function __construct($iLevel = null)
    {
        $this->_iLevel = null !== $iLevel ? $iLeevl : error_reporting();
    }