Esempio n. 1
0
 /**
  * equals
  *
  * @param KVDthes_Match $match
  * @return boolean
  */
 public function equals(KVDthes_Match $match)
 {
     return $match->getMatchable() === $this->getMatchable() && $match->getType() === $this->getType();
 }
 /**
  * typeFilter
  *
  * @param KVDthes_Match $match
  * @return boolean
  */
 private function typeFilter($match)
 {
     return $match->getType() === $this->type;
 }