コード例 #1
0
ファイル: AttributeValue.php プロジェクト: bcremer/Sylius
 /**
  * {@inheritdoc}
  */
 public function getProduct()
 {
     return parent::getSubject();
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 public function getUser()
 {
     return parent::getSubject();
 }