Home
last modified time | relevance | path

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

/plugin/ifauthex/lib/
H A Dtokenizer.php105 private $_definition = null; variable in AST\\TokenInstance
111 $this->_definition = $definition;
117 public function definition() { return $this->_definition; }
H A Dparser.php32 private $_definition = null; variable in AST\\ElementInstance
36 $this->_definition = $definition;
40 public function definition() { return $this->_definition; }