Falcon_Handler_Postmark::get_name PHP Метод

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

This is used for the handler selector and is shown to the user.
public static get_name ( ) : string
Результат string
    public static function get_name()
    {
        return 'Postmark';
    }