コード例 #1
0
 /**
  * Saves item
  *
  * @return static
  */
 public function save()
 {
     $this->setAppCode($this->getAppCode());
     $this->setBrandCode($this->getBrandCode());
     return parent::save();
 }
コード例 #2
0
ファイル: ServiceTranslation.php プロジェクト: phh/wp-trapp
 /**
  * Saves item
  *
  * @return static
  */
 public function save()
 {
     $this->app_code = $this->getAppCode();
     $this->brand_code = $this->getBrandCode();
     return parent::save();
 }