mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +02:00
Parser for Short Hand Syntax
SVN:b1312[5748]
This commit is contained in:
@@ -843,9 +843,12 @@ class FalseExpression extends ScalarExpression
|
||||
|
||||
class ExternalFieldExpression extends UnaryExpression
|
||||
{
|
||||
public function __construct($value)
|
||||
protected $m_aFieldExpressions = array();
|
||||
protected $m_sName;
|
||||
|
||||
public function __construct($sName, $aExpressions)
|
||||
{
|
||||
parent::__construct($value);
|
||||
parent::__construct($sName);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user