mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-10 13:32:44 +00:00
Removed the @access and @static.
This commit is contained in:
parent
db80fe27e1
commit
9bc3e567c1
276 changed files with 0 additions and 2712 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue