PHP 클래스 Admin_EmailController, pimcore

상속: extends Pimcore\Controller\Action\Admin\Document
파일 보기 프로젝트 열기: pimcore/pimcore

공개 메소드들

메소드 설명
blacklistAction ( )
bounceMailInboxDetailAction ( )
bounceMailInboxListAction ( )
deleteEmailLogAction ( ) Deletes a single log entry
emailLogsAction ( ) returns the a list of log files for the data grid
getDataByIdAction ( )
resendEmailAction ( ) Resends the email to the recipients
saveAction ( )
sendTestEmailAction ( ) * global functionalities
showEmailLogAction ( ) Shows the email logs and returns the Json object for the dynamic params

보호된 메소드들

메소드 설명
enhanceLoggingData ( array &$data, null | $data &$fullEntry = null ) Helper to build the correct Json array for the treeGrid
getBounceMailbox ( )
setValuesToDocument ( Document $page )

메소드 상세

blacklistAction() 공개 메소드

public blacklistAction ( )

bounceMailInboxDetailAction() 공개 메소드

bounceMailInboxListAction() 공개 메소드

deleteEmailLogAction() 공개 메소드

Deletes a single log entry

emailLogsAction() 공개 메소드

returns the a list of log files for the data grid
public emailLogsAction ( )

enhanceLoggingData() 보호된 메소드

Helper to build the correct Json array for the treeGrid
protected enhanceLoggingData ( array &$data, null | $data &$fullEntry = null )
$data array
$fullEntry null | $data

getBounceMailbox() 보호된 메소드

protected getBounceMailbox ( )

getDataByIdAction() 공개 메소드

public getDataByIdAction ( )

resendEmailAction() 공개 메소드

Resends the email to the recipients
public resendEmailAction ( )

saveAction() 공개 메소드

public saveAction ( )

sendTestEmailAction() 공개 메소드

* global functionalities
public sendTestEmailAction ( )

setValuesToDocument() 보호된 메소드

protected setValuesToDocument ( Document $page )
$page Pimcore\Model\Document

showEmailLogAction() 공개 메소드

Shows the email logs and returns the Json object for the dynamic params
public showEmailLogAction ( )