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