Ejemplo n.º 1
0
 public function equals(Identifier $identifier) : bool
 {
     return $this->host === $identifier->getHost() && $this->id === $identifier->getId();
 }