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