Example #1
0
 /**
  * @inheritdoc
  */
 public function remove($value)
 {
     parent::remove($value);
     $this->resetKeys();
 }
Example #2
0
 /**
  * @param array $values
  */
 public function __construct($values)
 {
     parent::__construct(array_fill_keys($values, true));
 }