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

Inheritance: extends Pimcore\Model\Listing\Dao\AbstractDao
Show file Open project: pimcore/pimcore

Public Methods

Method Description
getDataArray ( ) : array Returns the db entries from email_log by the specified parameters
getTotalCount ( ) : integer Returns the total amount of Email_Log entries
load ( ) : array Loads a list of Email_Log for the specified parameters, returns an array of Email_Log elements

Method Details

getDataArray() public method

Returns the db entries from email_log by the specified parameters
public getDataArray ( ) : array
return array

getTotalCount() public method

Returns the total amount of Email_Log entries
public getTotalCount ( ) : integer
return integer

load() public method

Loads a list of Email_Log for the specified parameters, returns an array of Email_Log elements
public load ( ) : array
return array