class AbstractEntity implements ArrayAccess

Methods

offsetExists($offset)

No description

offsetSet($offset, $value)

No description

offsetGet($offset)

No description

offsetUnset($offset)

No description

Details

at line 32
offsetExists($offset)

Parameters

$offset

at line 39
offsetSet($offset, $value)

Parameters

$offset
$value

at line 43
offsetGet($offset)

Parameters

$offset

at line 54
offsetUnset($offset)

Parameters

$offset