Beispiel #1
0
 function __construct(array $values = [])
 {
     parent::__construct();
     $this->factories = new \SplObjectStorage();
     $this->protected = new \SplObjectStorage();
     foreach ($values as $key => $value) {
         $this->offsetSet($key, $value);
     }
 }