Documentation

Storable

Interface Storable

Tags
copyright

CLOUDREXX CMS - CLOUDREXX AG

author

Robin Glauser robin.glauser@cloudrexx.com

subpackage

core_module_templateeditor

Table of Contents

Methods

getList()  : array<string|int, mixed>
Get list with items.
persist()  : bool
Persist a item to the storage
remove()  : mixed
Remove item.
retrieve()  : mixed
Retrieve a item from the storage

Methods

getList()

Get list with items.

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

retrieve()

Retrieve a item from the storage

public retrieve(string $name) : mixed
Parameters
$name : string

        
On this page

Search results