SimpleSAML\Error\ErrorCodes::getAllErrorCodeDescriptions PHP Метод

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

Extend this to add error codes.
public static getAllErrorCodeDescriptions ( ) : string
Результат string A map from error code to error code description
    public static function getAllErrorCodeDescriptions()
    {
        return self::defaultGetAllErrorCodeDescriptions();
    }