\midcom\datamanager\storage\containernullcontainer

Experimental storage class

Summary

Methods
Properties
Constants
lock()
unlock()
is_locked()
__get()
__set()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
current()
key()
next()
rewind()
valid()
__construct()
set_value()
get_value()
save()
No public properties found
No constants found
No protected methods found
$fields
$schema
$value
N/A
No private methods found
No private properties found
N/A

Properties

$value

$value : mixed

Type

mixed

Methods

lock()

lock() : boolean

Returns

boolean

unlock()

unlock() : boolean

Returns

boolean

is_locked()

is_locked() : boolean

Returns

boolean

__get()

__get(  $name) 

Parameters

$name

__set()

__set(  $name,   $value) 

Parameters

$name
$value

offsetExists()

offsetExists(  $offset) 

Parameters

$offset

offsetGet()

offsetGet(  $offset) 

Parameters

$offset

offsetSet()

offsetSet(  $offset,   $value) 

Parameters

$offset
$value

offsetUnset()

offsetUnset(  $offset) 

Parameters

$offset

key()

key() 

next()

next() 

rewind()

rewind() 

valid()

valid() 

__construct()

__construct(\midcom\datamanager\schema  $schema, array  $defaults) 

Parameters

\midcom\datamanager\schema $schema
array $defaults

set_value()

set_value(  $value) 

Parameters

$value

get_value()

get_value() 

save()

save()