コード例 #1
0
 public function __construct(TypeValidatorInterface $type)
 {
     parent::__construct($type);
 }
コード例 #2
0
ファイル: TreeSet.php プロジェクト: mparulski/collection-type
 public function addAll(SetInterface $collection)
 {
     parent::addAll($collection);
     return $this->sort();
 }