Searched refs:_splicePostfix (Results 1 – 1 of 1) sorted by relevance
/plugin/ifauthex/lib/ |
H A D | parser.php | 404 private static function _splicePostfix(&$args, $firstTokPosition, $chainLength, $definition) { function in AST\\ElementDefinition 491 $position = self::_splicePostfix($args, $position + 1, $chainLength, $this); 497 $position = self::_splicePostfix($args, $position + 1, $chainLength, $this); 501 $position = self::_splicePostfix($args, $position + 1, $this->arity(), $this);
|