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 10
offsetExists($offset)

Parameters

$offset

at line 17
offsetSet($offset, $value)

Parameters

$offset
$value

at line 21
offsetGet($offset)

Parameters

$offset

at line 32
offsetUnset($offset)

Parameters

$offset