コード例 #1
0
ファイル: BasketItem.php プロジェクト: BenjaminBeck/commerce
 /**
  * Gets the article type uid.
  *
  * @return int type of the article
  */
 public function getArticleTypeUid()
 {
     return $this->article->getArticleTypeUid();
 }