Method | Description | |
---|---|---|
__construct ( array $options ) | Construct the handler | |
check_inbox ( ) | Check the inbox for replies | |
get_name ( ) : string | Get a human-readable name for the handler | |
handle_post ( ) | ||
options_section_header ( ) | Output a description for the options | |
register_option_fields ( string $group, string $section, array $options ) | Register handler-specific option fields | |
send_mail ( array $users, Falcon_Message $message ) : array | null | Send a message to specified recipients | |
supports_message_ids ( ) : boolean | Does the handler support custom message IDs? | |
validate_options ( array $input ) : array | Validate the options from the submitted form |
public __construct ( array $options ) | ||
$options | array | Handler-specific options, saved via {@see \validate_options} |
public static options_section_header ( ) |
public static supports_message_ids ( ) : boolean | ||
return | boolean | True to operate in leader mode, false to operate in follower mode. |
public static validate_options ( array $input ) : array | ||
$input | array | Raw POSTed data |
return | array | Sanitized POST data |