コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->addressService = new AddressService();
     $this->typeService = new TypeService();
 }
コード例 #2
0
ファイル: TypeService.php プロジェクト: alex148/SmartMastore
 public function __construct()
 {
     parent::__construct();
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->googleMapService = new GoogleMapService();
 }