Source for file IPresenter.php
Documentation is available at IPresenter.php
6: * @copyright Copyright (c) 2004, 2010 David Grudl
7: * @license http://nettephp.com/license Nette license
8: * @link http://nettephp.com
10: * @package Nette\Application
16: * Defines method that must be implemented to allow a component to act like a presenter.
18: * @copyright Copyright (c) 2004, 2010 David Grudl
19: * @package Nette\Application
25: * @param PresenterRequest
26: * @return IPresenterResponse
28: function run(PresenterRequest $request);