コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->quantity = 1;
 }
コード例 #2
0
ファイル: Order.php プロジェクト: beurkinger/hightech
 public function __construct()
 {
     parent::__construct();
     $this->orderProducts = new ArrayCollection();
 }
コード例 #3
0
ファイル: Newsletter.php プロジェクト: hunter686/hitechonline
 public function __construct()
 {
     parent::__construct();
     $this->enabled = true;
 }