AdminPageFramework_Utility_SystemInformation::getPHPErrorLogPath PHP Метод

getPHPErrorLogPath() публичный статический Метод

public static getPHPErrorLogPath ( )
    public static function getPHPErrorLogPath()
    {
        $_aPHPInfo = self::getPHPInfo();
        return isset($_aPHPInfo['PHP Core']['error_log']) ? $_aPHPInfo['PHP Core']['error_log'] : '';
    }