Stud.IP  3.1 Revision 48552
 All Data Structures Namespaces Files Functions Variables Groups Pages
UserDataAdapter Class Reference
Inheritance diagram for UserDataAdapter:
Inheritance graph
Collaboration diagram for UserDataAdapter:
Collaboration graph

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

Constructor & Destructor Documentation

__construct ( User  $user)

Member Function Documentation

adaptOffset (   $offset)
Parameters
string$offset
Returns
string

Here is the caller graph for this function:

count ( )
See Also
Countable::count()
getIterator ( )
See Also
IteratorAggregate::getIterator()
offsetExists (   $offset)

ArrayAccess: Check whether the given offset exists.

Here is the call graph for this function:

offsetGet (   $offset)

ArrayAccess: Get the value at the given offset.

Here is the call graph for this function:

offsetSet (   $offset,
  $value 
)

ArrayAccess: Set the value at the given offset.

Here is the call graph for this function:

offsetUnset (   $offset)

ArrayAccess: unset the value at the given offset.

Here is the call graph for this function:

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

Here is the call graph for this function:


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