PHP Класс Pimcore\Model\Tool\Email\Log\Listing\Dao

Наследование: extends Pimcore\Model\Listing\Dao\AbstractDao
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

getDataArray() публичный Метод

Returns the db entries from email_log by the specified parameters
public getDataArray ( ) : array
Результат array

getTotalCount() публичный Метод

Returns the total amount of Email_Log entries
public getTotalCount ( ) : integer
Результат integer

load() публичный Метод

Loads a list of Email_Log for the specified parameters, returns an array of Email_Log elements
public load ( ) : array
Результат array