示例#1
0
文件: Registry.php 项目: BauRo/url
 /**
  * {@inheritdoc}
  */
 public function sameValueAs(Interfaces\SchemeRegistry $schemeRegistry)
 {
     return $this->toArray() === $schemeRegistry->toArray();
 }