示例#1
0
 public function __construct($zipCode = null, $city = null, $type = null)
 {
     parent::__construct('feasibility');
     $this->zipCode = $zipCode;
     $this->city = $city;
     $this->type = $type;
 }
示例#2
0
 public function __construct($zipCode = null, $city = null)
 {
     parent::__construct('dropOffPoints');
     $this->zipCode = $zipCode;
     $this->city = $city;
 }
示例#3
0
 public function __construct($department = null)
 {
     parent::__construct('tntDepots');
     $this->department = $department;
 }
示例#4
0
 public function __construct()
 {
     parent::__construct('expeditionCreation');
 }