Backend\BackupRestoreController::getRestoreFromFile PHP Method

getRestoreFromFile() public method

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