Esempio n. 1
0
 public function getMarks()
 {
     return $this->hasMany(Mark::className(), ['comment_id' => 'id']);
 }