Backend\BackupRestoreController::getRestoreFromFile PHP 메소드

getRestoreFromFile() 공개 메소드

public getRestoreFromFile ( )
    public function getRestoreFromFile()
    {
        $this->layout->title = 'Restore from Backup File';
        $this->layout->content = View::make($this->link_type . '.' . $this->current_theme . '.backup_restore.restore_from_file');
    }