Falcon_Handler::validate_options PHP Метод

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

This method takes the values of the POSTed values for bbsub_handler_options and is expected to return a sanitized version. The sanitized values will be passed into the handler's constructor.
public static validate_options ( array $input ) : array
$input array Raw POSTed data
Результат array Sanitized POST data
    public static function validate_options($input);