コード例 #1
0
 public function createComponentComments()
 {
     return $this->comments->create('article', $this->articleDat->id);
 }
コード例 #2
0
ファイル: UserPresenter.php プロジェクト: kivi8/ars-poetica
 public function createComponentComments()
 {
     return $this->comments->create('user', $this->userDat->id);
 }