Пример #1
0
 /**
  * @param ID $id
  * @param IDREF $idref
  * @param string $name
  * @param string $features
  * @param string $attributes
  * @param string $displayName
  * @param string $displayDescription
  * @param string $orderKey
  * @param string $serviceGroup
  * @param boolean $serviceGroupDefault
  * @param boolean $syntetic
  * @access public
  */
 public function __construct($id, $idref, $name, $features, $attributes, $displayName, $displayDescription, $orderKey, $serviceGroup, $serviceGroupDefault, $syntetic)
 {
     parent::__construct($id, $idref, $name, $features, $attributes, $displayName, $displayDescription);
     $this->orderKey = $orderKey;
     $this->serviceGroup = $serviceGroup;
     $this->serviceGroupDefault = $serviceGroupDefault;
     $this->syntetic = $syntetic;
 }
Пример #2
0
 /**
  * @param ID $id
  * @param IDREF $idref
  * @param string $name
  * @param string $features
  * @param string $attributes
  * @param string $displayName
  * @param string $displayDescription
  * @param boolean $hidden
  * @param int $maxLength
  * @param int $maxWidth
  * @param int $maxDepth
  * @param int $maxWeight
  * @param int $maxGurtmass
  * @param int $maxDiameter
  * @param int $minLength
  * @param int $minWidth
  * @param int $minDepth
  * @param int $minWeight
  * @param int $minGurtmass
  * @param int $minDiameter
  * @param boolean $noPackstation
  * @param string $licencePlateType
  * @param string $routingCodeType
  * @param string $productKey
  * @param string $leitcodeProductCode
  * @param string $numberRangeName
  * @param string $svgtLabel
  * @param string $amselProductKey
  * @param string $sendCountry
  * @access public
  */
 public function __construct($id, $idref, $name, $features, $attributes, $displayName, $displayDescription, $hidden, $maxLength, $maxWidth, $maxDepth, $maxWeight, $maxGurtmass, $maxDiameter, $minLength, $minWidth, $minDepth, $minWeight, $minGurtmass, $minDiameter, $noPackstation, $licencePlateType, $routingCodeType, $productKey, $leitcodeProductCode, $numberRangeName, $svgtLabel, $amselProductKey, $sendCountry)
 {
     parent::__construct($id, $idref, $name, $features, $attributes, $displayName, $displayDescription);
     $this->hidden = $hidden;
     $this->maxLength = $maxLength;
     $this->maxWidth = $maxWidth;
     $this->maxDepth = $maxDepth;
     $this->maxWeight = $maxWeight;
     $this->maxGurtmass = $maxGurtmass;
     $this->maxDiameter = $maxDiameter;
     $this->minLength = $minLength;
     $this->minWidth = $minWidth;
     $this->minDepth = $minDepth;
     $this->minWeight = $minWeight;
     $this->minGurtmass = $minGurtmass;
     $this->minDiameter = $minDiameter;
     $this->noPackstation = $noPackstation;
     $this->licencePlateType = $licencePlateType;
     $this->routingCodeType = $routingCodeType;
     $this->productKey = $productKey;
     $this->leitcodeProductCode = $leitcodeProductCode;
     $this->numberRangeName = $numberRangeName;
     $this->svgtLabel = $svgtLabel;
     $this->amselProductKey = $amselProductKey;
     $this->sendCountry = $sendCountry;
 }
Пример #3
0
 /**
  * @param ID $id
  * @param IDREF $idref
  * @param string $name
  * @param string $features
  * @param string $attributes
  * @param string $displayName
  * @param string $displayDescription
  * @param string $pickupFreeHint
  * @access public
  */
 public function __construct($id, $idref, $name, $features, $attributes, $displayName, $displayDescription, $pickupFreeHint)
 {
     parent::__construct($id, $idref, $name, $features, $attributes, $displayName, $displayDescription);
     $this->pickupFreeHint = $pickupFreeHint;
 }
Пример #4
0
 /**
  * @param ID $id
  * @param IDREF $idref
  * @param string $name
  * @param string $features
  * @param string $attributes
  * @param string $displayName
  * @param string $displayDescription
  * @param boolean $hidden
  * @param string $symbols
  * @param string $orderKey
  * @param float $cp71limit
  * @param float $cn2223limit
  * @param string $sendCountry
  * @param int $maxLength
  * @param int $maxWidth
  * @param int $maxDepth
  * @param int $maxWeight
  * @param int $maxGurtmass
  * @param int $maxDiameter
  * @param int $minLength
  * @param int $minWidth
  * @param int $minDepth
  * @param int $minWeight
  * @param int $minGurtmass
  * @param int $minDiameter
  * @access public
  */
 public function __construct($id, $idref, $name, $features, $attributes, $displayName, $displayDescription, $hidden, $symbols, $orderKey, $cp71limit, $cn2223limit, $sendCountry, $maxLength, $maxWidth, $maxDepth, $maxWeight, $maxGurtmass, $maxDiameter, $minLength, $minWidth, $minDepth, $minWeight, $minGurtmass, $minDiameter)
 {
     parent::__construct($id, $idref, $name, $features, $attributes, $displayName, $displayDescription);
     $this->hidden = $hidden;
     $this->symbols = $symbols;
     $this->orderKey = $orderKey;
     $this->cp71limit = $cp71limit;
     $this->cn2223limit = $cn2223limit;
     $this->sendCountry = $sendCountry;
     $this->maxLength = $maxLength;
     $this->maxWidth = $maxWidth;
     $this->maxDepth = $maxDepth;
     $this->maxWeight = $maxWeight;
     $this->maxGurtmass = $maxGurtmass;
     $this->maxDiameter = $maxDiameter;
     $this->minLength = $minLength;
     $this->minWidth = $minWidth;
     $this->minDepth = $minDepth;
     $this->minWeight = $minWeight;
     $this->minGurtmass = $minGurtmass;
     $this->minDiameter = $minDiameter;
 }