Beispiel #1
0
 public function getReview()
 {
     return $this->hasOne(Review::className(), ['id' => 'objectId']);
 }