Lines Matching refs:ElementInstance
31 class ElementInstance { class
46 if ($arg instanceof ElementInstance) {
67 if ($this->args()[0] instanceof ElementInstance) {
112 if ($arg instanceof ElementInstance && !$arg->isExpanded($recursive)) {
174 if ($arg instanceof ElementInstance) {
198 if ($arg instanceof ElementInstance) {
396 $elmInst = new ElementInstance($definition, $elmArgs);
409 $elmInst = new ElementInstance($definition, $elmArgs);
424 $elmInst = new ElementInstance($definition, $elmArgs);
445 $elmInst = new ElementInstance($definition, $elmArgs);
457 …array_splice($args, $firstTokPosition, 1, array(new ElementInstance($definition, array($args[$firs…
638 $root = new ElementInstance(null, $tokInsts);