Home
last modified time | relevance | path

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

/plugin/ifauthex/lib/
H A Dexceptions.php32 private $_elementInstance = null; variable in AST\\MalformedExpressionException
35 $this->_elementInstance = $elementInstance;
39 public function getElementInstance() { return $this->_elementInstance; }
47 private $_elementInstance = null; variable in AST\\InvalidExpressionException
50 $this->_elementInstance = $elementInstance;
54 public function getElementInstance() { return $this->_elementInstance; }