コード例 #1
0
 public function getLessonByPostId($postId)
 {
     return self::returnedLesson(parent::getActivityByPostId($postId));
 }
コード例 #2
0
 public function getQuizByPostId($postId)
 {
     return self::returnedQuiz(parent::getActivityByPostId($postId));
 }