Searched refs:ownState (Results 1 – 1 of 1) sorted by relevance
/plugin/creole/helper/ |
H A D | eventhandler.php | 75 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);
|