Stud.IP  5.4
 All Data Structures Namespaces Files Functions Variables Groups
UserDataAdapter Class Reference
Inheritance diagram for UserDataAdapter:

Public Member Functions

 __construct (User $user)
 
 adaptOffset ($offset)
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 count ()
 
 getIterator ()
 
 setData ($data, $reset=false)
 

Detailed Description

Adapter to fake user_data property in UserManagement

Author
noack GPL2

Constructor & Destructor Documentation

__construct ( User  $user)

Member Function Documentation

adaptOffset (   $offset)
Parameters
string$offset
Returns
string
count ( )
See Also
Countable::count()
getIterator ( )
See Also
IteratorAggregate::getIterator()
offsetExists (   $offset)

ArrayAccess: Check whether the given offset exists.

offsetGet (   $offset)

ArrayAccess: Get the value at the given offset.

offsetSet (   $offset,
  $value 
)

ArrayAccess: Set the value at the given offset.

offsetUnset (   $offset)

ArrayAccess: unset the value at the given offset.

setData (   $data,
  $reset = false 
)
Parameters
array$data
bool$reset

The documentation for this class was generated from the following file: