Documentation

OptionSetFileStorage implements Storable

Class FileStorage

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 list with optionsets
persist()  : bool
Persist a item to the storage
remove()  : mixed
Remove item.
retrieve()  : array<string|int, mixed>
Retrieve a item from the storage

Properties

Methods

getList()

Get list with optionsets

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

retrieve()

Retrieve a item from the storage

public retrieve(string $name) : array<string|int, mixed>
Parameters
$name : string
Tags
throws
ParseException
Return values
array<string|int, mixed>

        
On this page

Search results