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);