Modules\Doptor\TranslationManager\Controllers\Backend\LanguageManagerController::getInstall PHP Method

getInstall() public method

Show the page for installing a language file
public getInstall ( )
    public function getInstall()
    {
        $this->layout->title = 'Install New Language';
        $this->layout->content = View::make('language_manager::install');
    }