Interface IPresenter (namespace Nette\Application)
Defines method that must be implemented to allow a component to act like a presenter.
Public Method Summary | |
---|---|
IPresenterResponse |
run
(PresenterRequest $request)
|
Method Details | ||||||
---|---|---|---|---|---|---|
line 28 runpublic IPresenterResponse run (PresenterRequest $request)
|