Home
last modified time | relevance | path

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

/plugin/creole/helper/
H A Deventhandler.php75 public function __construct($state, $clazz, $tag, $ownState, $ownClazz, $ownTag, $callback) { argument
81 if ( $ownState == NULL && $ownClazz == NULL && $ownTag == NULL ) {
84 $this->ownEvent = new creole_syntax_event ($ownState, $ownClazz, $ownTag);
139 public function addOnNotify ($state, $clazz, $tag, $ownState, $ownClazz, $ownTag, $callback) { argument
141 ($state, $clazz, $tag, $ownState, $ownClazz, $ownTag, $callback);