コード例 #1
0
ファイル: ProductEntity.php プロジェクト: lzpfmh/dotplant2
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->model = $this->orderItem->product;
 }
コード例 #2
0
ファイル: AddonEntity.php プロジェクト: lzpfmh/dotplant2
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->model = $this->orderItem->addon;
 }