コード例 #1
0
ファイル: Technician.php プロジェクト: selimcr/servigases
 public function __construct()
 {
     parent::__construct();
     $this->shirtSize = "";
     $this->pantsSize = "";
     $this->shoesSize = "";
     $this->motorcycleLicensePlate = "";
 }
コード例 #2
0
ファイル: Seller.php プロジェクト: selimcr/servigases
 public function __construct()
 {
     parent::__construct();
 }