Menu::relations PHP Метод

relations() публичный Метод

public relations ( ) : array
Результат array relational rules.
    public function relations()
    {
        // NOTE: you may need to adjust the relation name and the related
        // class name for the relations automatically generated below.
        return ['menuItems' => [self::HAS_MANY, 'MenuItem', 'menu_id']];
    }