Exemplo n.º 1
0
 public function __construct($verticalId = null, $verticalParentId = null, $path = null, $id = null, $type = null, $CriterionType = null)
 {
     parent::__construct();
     $this->verticalId = $verticalId;
     $this->verticalParentId = $verticalParentId;
     $this->path = $path;
     $this->id = $id;
     $this->type = $type;
     $this->CriterionType = $CriterionType;
 }
 public function __construct($text = null, $locale = null, $id = null, $type = null, $CriterionType = null)
 {
     parent::__construct();
     $this->text = $text;
     $this->locale = $locale;
     $this->id = $id;
     $this->type = $type;
     $this->CriterionType = $CriterionType;
 }
 public function __construct($contentLabelType = null, $id = null, $type = null, $CriterionType = null)
 {
     parent::__construct();
     $this->contentLabelType = $contentLabelType;
     $this->id = $id;
     $this->type = $type;
     $this->CriterionType = $CriterionType;
 }
 public function __construct($appPaymentModelType = null, $id = null, $type = null, $CriterionType = null)
 {
     parent::__construct();
     $this->appPaymentModelType = $appPaymentModelType;
     $this->id = $id;
     $this->type = $type;
     $this->CriterionType = $CriterionType;
 }
 public function __construct($platformName = null, $id = null, $type = null, $CriterionType = null)
 {
     parent::__construct();
     $this->platformName = $platformName;
     $this->id = $id;
     $this->type = $type;
     $this->CriterionType = $CriterionType;
 }