Removed the @access and @static.

This commit is contained in:
Juan Basso 2011-07-30 20:56:48 -04:00
parent db80fe27e1
commit 9bc3e567c1
276 changed files with 0 additions and 2712 deletions

View file

@ -34,7 +34,6 @@ class ClassRegistry {
* Names of classes with their objects.
*
* @var array
* @access private
*/
private $__objects = array();
@ -42,7 +41,6 @@ class ClassRegistry {
* Names of class names mapped to the object in the registry.
*
* @var array
* @access private
*/
private $__map = array();
@ -50,7 +48,6 @@ class ClassRegistry {
* Default constructor parameter settings, indexed by type
*
* @var array
* @access private
*/
private $__config = array();