Backend\ModulesController::getInstall PHP Метод

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

Show the menu for creating a new installed module.
public getInstall ( )
    public function getInstall()
    {
        $this->layout->title = 'Install New Module';
        $this->layout->content = View::make($this->link_type . '.' . $this->current_theme . '.modules.create_edit');
    }