コード例 #1
0
 public function __construct(AngkorCMSPostRepository $post_repository)
 {
     parent::__construct();
     $this->post_repository = $post_repository;
 }
コード例 #2
0
 public function __construct(AngkorCMSCommentRepository $comment_repository)
 {
     parent::__construct();
     $this->comment_repository = $comment_repository;
 }