* Controller.php: Fixed PHPDoc
/trunk/Controller.php |
---|
57,7 → 57,9 |
* View class. The default is <code>'View'</code>. |
* @param string $template |
* Resource path of the template for the view. The default |
* is the empty string. |
* is to <code>null</code> (no template). |
* |
* @see View::__construct() |
*/ |
protected function __construct($viewClass = 'View', $template = null) |
{ |