Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DRule.php84 protected $_defaultId = null; variable in Hoa\\Compiler\\Llk\\Rule\\Rule
223 $old = $this->_defaultId;
226 $this->_defaultId = substr($defaultId, 0, $pos);
229 $this->_defaultId = $defaultId;
243 return $this->_defaultId;