PHPdoc updated
This commit is contained in:
@ -5,8 +5,6 @@
|
||||
* @package Majestic
|
||||
* @subpackage app
|
||||
* @since 2010-02-24
|
||||
* @version SVN: $Id$
|
||||
* @filesource $URL$
|
||||
*/
|
||||
|
||||
class FrontController
|
||||
@ -65,6 +63,7 @@ class FrontController
|
||||
|
||||
/**
|
||||
*
|
||||
* @param null $view
|
||||
* @return iView
|
||||
*/
|
||||
public function getView($view = null)
|
||||
@ -75,6 +74,7 @@ class FrontController
|
||||
|
||||
/**
|
||||
* @param string $url
|
||||
* @return FrontController
|
||||
*/
|
||||
public function setBaseUrl($url)
|
||||
{
|
||||
@ -115,6 +115,9 @@ class FrontController
|
||||
throw new GeneralException('Layout class "' . $layout_class . '" not found.');
|
||||
}
|
||||
|
||||
/**
|
||||
* @var Layout $layout
|
||||
*/
|
||||
$layout = new $layout_class();
|
||||
$html = $layout->fetch($action);
|
||||
if (Config::get('PROFILER')) {
|
||||
|
Reference in New Issue
Block a user