コード例 #1
0
 public function createComponentRating()
 {
     return $this->rating->create('article', $this->articleDat->id);
 }
コード例 #2
0
ファイル: CommentsControl.php プロジェクト: kivi8/ars-poetica
 protected function createComponentRatingUnder()
 {
     return new Multiplier(function ($id) {
         return $this->rating->create('commentUnder', $id, RatingControl::MODE_PLUS);
     });
 }