Skip to content

Commit

Permalink
Removed __isset, __get, __set & __unset from CollectionInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
aadegbam authored and aadegbam committed May 7, 2018
1 parent 310d70e commit b87aca7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/CollectionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
*/
interface CollectionInterface extends \ArrayAccess, \Countable, \IteratorAggregate {

public function __get($key);

public function __isset($key);

public function __set($key, $val);

public function __unset($key);

/**
*
* ArrayAccess: does the requested key exist?
Expand Down

0 comments on commit b87aca7

Please sign in to comment.