Correct PHP-Doc in FrontController for get PHPView. Add some methods into PHPView autocompletion interface (PHP-Doc).

This commit is contained in:
2014-04-25 20:16:48 +04:00
parent d3b79e594f
commit 3a560dfe6f
2 changed files with 7 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class FrontController
/**
*
* @param null $view
* @return iView
* @return PHPView
*/
public function getView($view = null)
{