Interface IPresenter (namespace Nette\Application)


Defines method that must be implemented to allow a component to act like a presenter.


Copyright: Copyright (c) 2004, 2010 David Grudl
Located: in /Application/IPresenter.php (line 21)
Public Method Summary
IPresenterResponse
run (PresenterRequest $request)

Method Details

line 28

run

public IPresenterResponse run (PresenterRequest $request)

Input
PresenterRequest $request