Updated comments.

* Updated DocBlock header.
This commit is contained in:
Josh Sherman 2010-03-10 00:12:19 -05:00
parent 4531d62eb6
commit f045a0cd05

View file

@ -1,27 +1,19 @@
<?php
/**
* Controller Class File for PICKLES
* Single Entry Controller
*
* PICKLES is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
* PHP version 5
*
* PICKLES is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
* Licensed under the GNU General Public License Version 3
* Redistribution of these files must retain the above copyright notice.
*
* You should have received a copy of the GNU Lesser General Public
* License along with PICKLES. If not, see
* <http://www.gnu.org/licenses/>.
*
* @author Joshua John Sherman <josh@phpwithpickles.org>
* @copyright Copyright 2007, 2008, 2009 Joshua John Sherman
* @package pickles
* @author Josh Sherman <josh@phpwithpickles.org>
* @copyright Copyright 2007-2010, Gravity Boulevard, LLC
* @license http://www.gnu.org/licenses/gpl.html GPL v3
* @link http://phpwithpickles.org
* @license http://www.gnu.org/copyleft/lesser.html
* @package PICKLES
* @usage <code>require_once 'pickles.php';</code>;
*/
/**
@ -41,8 +33,8 @@ class Controller extends Object {
/**
* Constructor
*
* To make life a bit easier when using PICKLES, the Controller logic is
* executed automatically via use of a constructor.
* To make life a bit easier when using PICKLES, the Controller logici
* is executed automatically via use of a constructor.
*
* @param mixed Config object or filename (optional)
*/
@ -251,9 +243,7 @@ class Controller extends Object {
}
// Loads the module data into the display to be rendered
/**
* @todo perhaps make this a passed variable
*/
// @todo perhaps make this a passed variable
$display->data = $module['object']->public;
// Runs the requested rendering function