Updating file header and doc blocks.

This commit is contained in:
mark_story 2009-07-17 00:10:48 -04:00
parent 4a4b9eefe5
commit a5bfe72bd2

View file

@ -1,25 +1,21 @@
<?php <?php
/* SVN FILE: $Id$ */
/** /**
* Javascript Generator class file. * Javascript Generator class file.
* *
* PHP versions 4 and 5 * PHP versions 4 and 5
* *
* CakePHP : Rapid Development Framework (http://www.cakephp.org) * CakePHP : Rapid Development Framework (http://www.cakephp.org)
* Copyright 2006-2008, Cake Software Foundation, Inc. * Copyright 2006-2009, Cake Software Foundation, Inc.
* *
* Licensed under The MIT License * Licensed under The MIT License
* Redistributions of files must retain the above copyright notice. * Redistributions of files must retain the above copyright notice.
* *
* @filesource * @filesource
* @copyright Copyright 2006-2008, Cake Software Foundation, Inc. * @copyright Copyright 2006-2009, Cake Software Foundation, Inc.
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
* @package cake * @package cake
* @subpackage cake.cake.libs.view.helpers * @subpackage cake.cake.libs.view.helpers
* @since CakePHP v 1.2 * @since CakePHP v 1.2
* @version $Revision$
* @modifiedby $LastChangedBy$
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License * @license http://www.opensource.org/licenses/mit-license.php The MIT License
**/ **/
/** /**
@ -61,6 +57,7 @@ class JsHelper extends AppHelper {
* __objects * __objects
* *
* @var array * @var array
* @access private
**/ **/
var $__objects = array(); var $__objects = array();
/** /**