Beispiel #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getTable()
 {
     return $this->hasOne(Table::className(), ['id' => 'table_id']);
 }