public function __construct($feedId = null, $feedAttributeId = null, $FunctionArgumentOperandType = null)
 {
     parent::__construct();
     $this->feedId = $feedId;
     $this->feedAttributeId = $feedAttributeId;
     $this->FunctionArgumentOperandType = $FunctionArgumentOperandType;
 }
 public function __construct($radius = null, $locationId = null, $FunctionArgumentOperandType = null)
 {
     parent::__construct();
     $this->radius = $radius;
     $this->locationId = $locationId;
     $this->FunctionArgumentOperandType = $FunctionArgumentOperandType;
 }
 public function __construct($type = null, $unit = null, $longValue = null, $booleanValue = null, $doubleValue = null, $stringValue = null, $FunctionArgumentOperandType = null)
 {
     parent::__construct();
     $this->type = $type;
     $this->unit = $unit;
     $this->longValue = $longValue;
     $this->booleanValue = $booleanValue;
     $this->doubleValue = $doubleValue;
     $this->stringValue = $stringValue;
     $this->FunctionArgumentOperandType = $FunctionArgumentOperandType;
 }
 public function __construct($value = null, $FunctionArgumentOperandType = null)
 {
     parent::__construct();
     $this->value = $value;
     $this->FunctionArgumentOperandType = $FunctionArgumentOperandType;
 }
 public function __construct($tier = null, $FunctionArgumentOperandType = null)
 {
     parent::__construct();
     $this->tier = $tier;
     $this->FunctionArgumentOperandType = $FunctionArgumentOperandType;
 }
 public function __construct($category = null, $FunctionArgumentOperandType = null)
 {
     parent::__construct();
     $this->category = $category;
     $this->FunctionArgumentOperandType = $FunctionArgumentOperandType;
 }
Пример #7
0
 public function __construct($contextType = null, $FunctionArgumentOperandType = null)
 {
     parent::__construct();
     $this->contextType = $contextType;
     $this->FunctionArgumentOperandType = $FunctionArgumentOperandType;
 }