PHP 클래스 Pimcore\Model\Tool\Email\Log\Listing\Dao

상속: extends Pimcore\Model\Listing\Dao\AbstractDao
파일 보기 프로젝트 열기: pimcore/pimcore

공개 메소드들

메소드 설명
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