예제 #1
0
파일: Country.php 프로젝트: ekyna/commerce
 /**
  * @inheritdoc
  */
 public function hasState(StateInterface $state)
 {
     return $this->states->contains($state);
 }