Stud.IP
4.2 Revision
|
Static Public Member Functions | |
static | exportUserData (StoredUserData $storage) |
![]() | |
static | get () |
static | set () |
![]() | |
static | get () |
static | getInstance () |
static | set () |
Protected Attributes | |
$range_type = 'user' | |
![]() | |
$range_type | |
![]() | |
$data = array() | |
$metadata = array() | |
Additional Inherited Members | |
![]() | |
__construct ($range_id=null, $data=null) | |
getRangeId () | |
getValue ($field) | |
unsetValue ($field) | |
store ($field, $value) | |
delete ($field) | |
![]() | |
__construct ($data=null) | |
getFields ($range=null, $section=null, $name=null) | |
getMetadata ($field) | |
getValue ($field) | |
setValue ($field, $value) | |
getIterator () | |
__get ($field) | |
__set ($field, $value) | |
__isset ($field) | |
offsetExists ($offset) | |
offsetGet ($offset) | |
offsetSet ($offset, $value) | |
offsetUnset ($offset) | |
count () | |
store ($field, $data) | |
create ($field, $data=array()) | |
delete ($field) | |
![]() | |
fetchData ($data=null) | |
![]() | |
fetchData ($data=null) | |
|
static |
Export available data of a given user into a storage object (an instance of the StoredUserData class) for that user.
StoredUserData | $storage | object to store data into |
Implements PrivacyObject.
|
protected |