Falcon_Handler::validate_options PHP Méthode

validate_options() public static méthode

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
Résultat array Sanitized POST data
    public static function validate_options($input);