PHP Class Model\Mail

Inheritance: extends Core\Model
Show file Open project: sendya/shadowsocks-panel Class Usage Examples

Public Properties

Property Type Description
$content
$id
$subject
$to

Public Methods

Method Description
getQueueList ( ) : Mail Get mail queue list on limit 2

Method Details

getQueueList() public static method

Get mail queue list on limit 2
public static getQueueList ( ) : Mail
return Mail

Property Details

$content public property

public $content

$id public property

public $id

$subject public property

public $subject

$to public property

public $to