コード例 #1
0
ファイル: Registry.php プロジェクト: BauRo/url
 /**
  * {@inheritdoc}
  */
 public function sameValueAs(Interfaces\SchemeRegistry $schemeRegistry)
 {
     return $this->toArray() === $schemeRegistry->toArray();
 }