Exemplo n.º 1
0
 public function getMenu()
 {
     return $this->hasOne(Menu::className(), ['id' => 'menu_id']);
 }