Documentation

PresetFileStorage implements Storable

Class PresetFileStorage

Tags
copyright

CLOUDREXX CMS - CLOUDREXX AG

author

Robin Glauser robin.glauser@cloudrexx.com

subpackage

core_module_templateeditor

Table of Contents

Interfaces

Storable
Interface Storable

Properties

$path  : string

Methods

__construct()  : mixed
getList()  : array<string|int, mixed>
Get filtered preset list.
getPresetList()  : array<string|int, mixed>
Get preset list.
persist()  : bool
Save a preset to disk
remove()  : mixed
Remove a preset.
retrieve()  : array<string|int, mixed>
Retrieve a preset
mergePreset()  : array<string|int, mixed>
Merge Preset list

Properties

Methods

getList()

Get filtered preset list.

public getList() : array<string|int, mixed>
Return values
array<string|int, mixed>

getPresetList()

Get preset list.

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

mergePreset()

Merge Preset list

private mergePreset( $list,  $getPresetList) : array<string|int, mixed>
Parameters
$list :
$getPresetList :
Return values
array<string|int, mixed>

        
On this page

Search results