FRED™
3.0
FRED™: Framework for Rapid and Easy Development
Mail.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Rsi\Fred\Worker\Job
;
4
5
class
Mail
extends
\Rsi\Fred\Worker\Job{
6
7
protected
$_from
= null;
8
protected
$_to
= null;
9
protected
$_subject
= null;
10
protected
$_body
= null;
11
protected
$_html
= null;
12
13
public
function
execute
(){
14
$this->_worker->component(
'mail'
)->send($this->_from,$this->_to,$this->_subject,$this->_body,$this->_html);
15
}
16
17
}
Rsi\Fred\Worker\Job\Mail\$_to
$_to
Definition:
Mail.php:8
Rsi\Fred\Worker\Job\Mail\$_subject
$_subject
Definition:
Mail.php:9
Rsi\Fred\Worker\Job\Mail
Definition:
Mail.php:5
Rsi\Fred\Worker\Job\Mail\$_body
$_body
Definition:
Mail.php:10
Rsi\Fred\Worker\Job\Mail\$_html
$_html
Definition:
Mail.php:11
Rsi\Fred\Worker\Job
Definition:
Mail.php:3
Rsi\Fred\Worker\Job\Mail\execute
execute()
Definition:
Mail.php:13
Rsi\Fred\Worker\Job\Mail\$_from
$_from
Definition:
Mail.php:7
src
Rsi
Fred
Worker
Job
Mail.php
Generated on Sun Aug 2 2020 19:43:57 for FRED™ by
1.8.13