abstract public function MailhandlerCommands::process in Mailhandler 6.2
Same name and namespace in other branches
- 7.2 plugins/mailhandler/commands/MailhandlerCommands.class.php \MailhandlerCommands::process()
Process parsed commands by applying / manipulating the node object.
Parameters
$object: Node object of the node being built for submission.
3 methods override MailhandlerCommands::process()
- MailhandlerCommandsDefault::process in plugins/
mailhandler/ commands/ MailhandlerCommandsDefault.class.php - Parse and process commands.
- MailhandlerCommandsFiles::process in plugins/
mailhandler/ commands/ MailhandlerCommandsFiles.class.php - Parse attachments from message mimeparts.
- MailhandlerCommandsHeaders::process in plugins/
mailhandler/ commands/ MailhandlerCommandsHeaders.class.php - Set known sources and parse additional sources from body.
File
- plugins/
mailhandler/ commands/ MailhandlerCommands.class.php, line 35 - Definition of MailhandlerCommands class.
Class
- MailhandlerCommands
- Allows additional Feeds Processor sources to be mapped.
Code
public abstract function process(&$message, $source);