PHP Class Pimcore\Model\Tool\Email\Log\Listing

Inheritance: extends Pimcore\Model\Listing\AbstractListing
Show file Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$emailLogs array Contains the results of the list. They are all an instance of Document\Email

Public Methods

Method Description
getEmailLogs ( ) : array Returns a list of EmailLog entries
isValidOrderKey ( mixed $key ) : boolean Tests if the given key is an valid order key to sort the results
setEmailLogs ( array $emailLogs ) Sets EmailLog entries

Method Details

getEmailLogs() public method

Returns a list of EmailLog entries
public getEmailLogs ( ) : array
return array

isValidOrderKey() public method

Tests if the given key is an valid order key to sort the results
public isValidOrderKey ( mixed $key ) : boolean
$key mixed
return boolean

setEmailLogs() public method

Sets EmailLog entries
public setEmailLogs ( array $emailLogs )
$emailLogs array

Property Details

$emailLogs public property

Contains the results of the list. They are all an instance of Document\Email
public array $emailLogs
return array