Beispiel #1
0
 public function equipCar()
 {
     $specs = SpecStorage::getCommonSpecifications();
     array_push($specs, SpecStorage::getSpecification(self::airCondType));
     array_push($specs, SpecStorage::getSpecification(self::airbagSlug, self::airBagNumber));
     $this->assignDefaultSpecs($specs);
 }
Beispiel #2
0
 public function equipCar()
 {
     $eClassDefSpecs = SpecStorage::getCommonSpecifications();
     array_push($eClassDefSpecs, SpecStorage::getSpecification(self::airCondType));
     array_push($eClassDefSpecs, SpecStorage::getSpecification(self::airbagSlug, self::airBagNumber));
     array_push($eClassDefSpecs, SpecStorage::getSpecification("cruise"));
     array_push($eClassDefSpecs, SpecStorage::getSpecification("parktronic"));
     array_push($eClassDefSpecs, SpecStorage::getSpecification("senzor-ploaie"));
     $this->assignDefaultSpecs($eClassDefSpecs);
 }
Beispiel #3
0
 public function equipCar()
 {
     $sClassDefSpecs = SpecStorage::getCommonSpecifications();
     array_push($sClassDefSpecs, SpecStorage::getSpecification(self::airCondType));
     array_push($sClassDefSpecs, SpecStorage::getSpecification(self::airbagSlug, self::airBagNumber));
     array_push($sClassDefSpecs, SpecStorage::getSpecification("xenon"));
     array_push($sClassDefSpecs, SpecStorage::getSpecification("scauneRegl"));
     array_push($sClassDefSpecs, SpecStorage::getSpecification("senzor-lumina"));
     array_push($sClassDefSpecs, SpecStorage::getSpecification("senzor-ploaie"));
     array_push($sClassDefSpecs, SpecStorage::getSpecification("piele"));
     array_push($sClassDefSpecs, SpecStorage::getSpecification("parktronic"));
     array_push($sClassDefSpecs, SpecStorage::getSpecification("calculator"));
     array_push($sClassDefSpecs, SpecStorage::getSpecification("cruise"));
     $this->assignDefaultSpecs($sClassDefSpecs);
 }