Example #1
0
 public function __construct(TypeValidatorInterface $type)
 {
     parent::__construct($type);
 }
Example #2
0
 public function addAll(SetInterface $collection)
 {
     parent::addAll($collection);
     return $this->sort();
 }