Exemplo n.º 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getTheatre()
 {
     return $this->hasOne(Theatre::className(), ['Id' => 'theatreId']);
 }