Skip to content

Commit

Permalink
Removing no longer used ObjectCollection.
Browse files Browse the repository at this point in the history
  • Loading branch information
renan committed Apr 8, 2014
1 parent a0de5da commit 617865a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 923 deletions.
2 changes: 1 addition & 1 deletion src/Log/Log.php
Expand Up @@ -156,7 +156,7 @@ class Log {
);

/**
* initialize ObjectCollection
* Initializes registry and configurations
*
* @return void
*/
Expand Down
331 changes: 0 additions & 331 deletions src/Utility/ObjectCollection.php

This file was deleted.

3 changes: 1 addition & 2 deletions src/Utility/ObjectRegistry.php
Expand Up @@ -21,8 +21,7 @@
* as a super class for various composition based re-use features in CakePHP.
*
* Each subclass needs to implement the various abstract methods to complete
* the template method load(). This class replaces ObjectCollection
* from previous versions of CakePHP.
* the template method load().
*
* @see \Cake\Controller\ComponentRegistry
* @see \Cake\View\HelperRegistry
Expand Down

0 comments on commit 617865a

Please sign in to comment.