Esempio n. 1
0
 public function getTestChapter()
 {
     return $this->hasOne(TestChapter::className(), ['testChapterId' => 'testChapterId']);
 }