Example #1
0
 public function getLine()
 {
     return $this->hasOne(Line::className(), ['id' => 'line_id']);
 }