PHP 클래스 App\Presenters\DashboardPresenter

상속: extends Nette\Application\UI\Presenter
파일 보기 프로젝트 열기: nette/examples

공개 메소드들

메소드 설명
__construct ( AlbumRepository $albums )
albumFormSucceeded ( $button )
deleteFormSucceeded ( )
formCancelled ( )
renderAdd ( ) ******************* views add & edit ********************
renderDefault ( ) ******************* view default ********************
renderDelete ( $id ) ******************* view delete ********************
renderEdit ( $id )

보호된 메소드들

메소드 설명
createComponentAlbumForm ( ) : Nette\Application\UI\Form Edit form factory.
createComponentDeleteForm ( ) : Nette\Application\UI\Form Delete form factory.
startup ( )

메소드 상세

__construct() 공개 메소드

public __construct ( AlbumRepository $albums )
$albums App\Model\AlbumRepository

albumFormSucceeded() 공개 메소드

public albumFormSucceeded ( $button )

createComponentAlbumForm() 보호된 메소드

Edit form factory.
protected createComponentAlbumForm ( ) : Nette\Application\UI\Form
리턴 Nette\Application\UI\Form

createComponentDeleteForm() 보호된 메소드

Delete form factory.
protected createComponentDeleteForm ( ) : Nette\Application\UI\Form
리턴 Nette\Application\UI\Form

deleteFormSucceeded() 공개 메소드

public deleteFormSucceeded ( )

formCancelled() 공개 메소드

public formCancelled ( )

renderAdd() 공개 메소드

******************* views add & edit ********************
public renderAdd ( )

renderDefault() 공개 메소드

******************* view default ********************
public renderDefault ( )

renderDelete() 공개 메소드

******************* view delete ********************
public renderDelete ( $id )

renderEdit() 공개 메소드

public renderEdit ( $id )

startup() 보호된 메소드

protected startup ( )