PHP 클래스 Nextras\MailPanel\MailPanel

상속: extends Nette\Object, implements Tracy\IBarPanel
파일 보기 프로젝트 열기: nextras/mail-panel

공개 메소드들

메소드 설명
__construct ( string | null $tempDir, Nette\Http\Request $request, Nette\Mail\IMailer $mailer, integer $messagesLimit = self::DEFAULT_COUNT )
getLink ( string $action, array $params ) : string Run-time link helper
getPanel ( )
getTab ( ) : string Renders HTML code for custom tab

비공개 메소드들

메소드 설명
getLatte ( ) : Engine
handleAttachment ( string $messageId, integer $attachmentId ) : void
handleDeleteAll ( ) : void
handleDeleteOne ( integer $id ) : void
handleDetail ( string $messageId ) : void
handleSource ( string $messageId ) : void
returnBack ( ) : void
tryHandleRequest ( ) : void

메소드 상세

__construct() 공개 메소드

public __construct ( string | null $tempDir, Nette\Http\Request $request, Nette\Mail\IMailer $mailer, integer $messagesLimit = self::DEFAULT_COUNT )
$tempDir string | null
$request Nette\Http\Request
$mailer Nette\Mail\IMailer
$messagesLimit integer

getPanel() 공개 메소드

public getPanel ( )

getTab() 공개 메소드

Renders HTML code for custom tab
public getTab ( ) : string
리턴 string