Modules\Doptor\TranslationManager\Controllers\Backend\LanguageManagerController::getInstall PHP 메소드

getInstall() 공개 메소드

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');
    }