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

Inheritance: extends Pimcore\Model\Listing\AbstractListing
Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Свойство Type Description
$emailLogs array Contains the results of the list. They are all an instance of Document\Email

Méthodes publiques

Méthode 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 méthode

Returns a list of EmailLog entries
public getEmailLogs ( ) : array
Résultat array

isValidOrderKey() public méthode

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

setEmailLogs() public méthode

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

Property Details

$emailLogs public_oe property

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