Searched refs:elmInstance (Results 1 – 2 of 2) sorted by relevance
77 public static function getInstanceLiteralValue($elmInstance) { argument78 $strValue = $elmInstance->getStringValue();84 public function _evaluateWellFormed($elmInstance) { argument85 $userName = self::getInstanceLiteralValue($elmInstance);96 public function ensureWellFormed($elmInstance) { argument97 parent::ensureWellFormed($elmInstance);98 if (count($elmInstance->args()) != 1) {99 …throw new MalformedExpressionException($elmInstance, 'A subexpression must have exactly one root');102 public function _evaluateWellFormed($elmInstance) { argument103 return $elmInstance->evaluateArgs()[0];[all …]
545 public function _evaluateWellFormed($elmInstance) { argument549 public function evaluate($elmInstance) { argument550 $this->ensureWellFormed($elmInstance);551 return $this->_evaluateWellFormed($elmInstance);563 public function getRepresentation($elmInstance) { argument564 $this->ensureWellFormed($elmInstance);566 foreach ($elmInstance->args() as $arg) {603 public function ensureWellFormed($elmInstance) { argument604 if ($elmInstance->definition() != $this) {607 $args = $elmInstance->args();[all …]