Falcon_Handler::validate_options PHP Method

validate_options() public static method

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