Searched refs:otherClazz (Results 1 – 1 of 1) sorted by relevance
45 $otherClazz = $other->getClazz();47 return $this->equalToValues ($otherState, $otherClazz, $otherTag);50 public function equalToValues ($otherState, $otherClazz, $otherTag) { argument55 if ( $this->clazz != NULL && $otherClazz != NULL &&56 $this->clazz != $otherClazz ) {