PresetRepository

Export preset repository

Internal

This class is not considered part of the public TYPO3 API.

Table of Contents

Properties

$table  : string

Methods

createPreset()  : void
deletePreset()  : void
getPresets()  : array<string|int, mixed>
loadPreset()  : array<string|int, mixed>
updatePreset()  : void
createConnection()  : Connection
createQueryBuilder()  : QueryBuilder
getBackendUser()  : BackendUserAuthentication
getPreset()  : array<string|int, mixed>
Get single preset record

Properties

$table

protected string $table = 'tx_impexp_presets'

Methods

createPreset()

public createPreset(array<string|int, mixed> $data) : void
Parameters
$data : array<string|int, mixed>

getPresets()

public getPresets(int $pageId) : array<string|int, mixed>
Parameters
$pageId : int
Return values
array<string|int, mixed>

loadPreset()

public loadPreset(int $uid) : array<string|int, mixed>
Parameters
$uid : int
Tags
throws
MalformedPresetException
Return values
array<string|int, mixed>

getPreset()

Get single preset record

protected getPreset(int $uid) : array<string|int, mixed>
Parameters
$uid : int

Preset record

Tags
throws
PresetNotFoundException
Return values
array<string|int, mixed>

Preset record


        
On this page

Search results