예제 #1
0
파일: Registry.php 프로젝트: BauRo/url
 /**
  * {@inheritdoc}
  */
 public function sameValueAs(Interfaces\SchemeRegistry $schemeRegistry)
 {
     return $this->toArray() === $schemeRegistry->toArray();
 }