|
libSmalldb
v2.0.2
|
Public Member Functions | |
| __construct (array $attrs=[]) | |
| offsetSet ($key, $value) | |
| & | offsetGet ($key) |
| getAttr (string $key, $defaultValue=null) | |
| offsetUnset ($key) | |
| setAttr (string $key, $newValue) | |
| removeAttr (string $key) | |
| offsetExists ($key) | |
| getAttributes () | |
Protected Member Functions | |
| onAttrChanged (string $key, $oldValue, $newValue) | |
| __construct | ( | array | $attrs = [] | ) |
| offsetSet | ( | $key, | |
| $value | |||
| ) |
| & offsetGet | ( | $key | ) |
| getAttr | ( | string | $key, |
$defaultValue = null |
|||
| ) |
| offsetUnset | ( | $key | ) |
| setAttr | ( | string | $key, |
| $newValue | |||
| ) |
| removeAttr | ( | string | $key | ) |
| offsetExists | ( | $key | ) |
| getAttributes | ( | ) |
|
abstractprotected |
1.8.13