Backend\MenuPositionsController::create PHP Метод

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

Show the menu for creating a new menu positions.
public create ( ) : Response
Результат Response
    public function create()
    {
        $this->layout->title = 'Create New Menu Position';
        $this->layout->content = \View::make($this->link_type . '.' . $this->current_theme . '.menu_positions.create_edit');
    }