예제 #1
0
 /**
  *
  */
 public function __construct($iterable = null)
 {
     parent::__construct();
     $this->update($iterable);
 }
예제 #2
0
 /**
  *
  */
 public function __construct(callable $factory = null, $initial = null)
 {
     $this->factory = $factory;
     parent::__construct($initial);
 }