Home
last modified time | relevance | path

Searched refs:otherClazz (Results 1 – 1 of 1) sorted by relevance

/plugin/creole/helper/
H A Deventhandler.php45 $otherClazz = $other->getClazz();
47 return $this->equalToValues ($otherState, $otherClazz, $otherTag);
50 public function equalToValues ($otherState, $otherClazz, $otherTag) { argument
55 if ( $this->clazz != NULL && $otherClazz != NULL &&
56 $this->clazz != $otherClazz ) {