Stud.IP  4.2 Revision
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()

__construct ( User  $user)

Member Function Documentation

◆ adaptOffset()

adaptOffset (   $offset)
Parameters
string$offset
Returns
string
Here is the caller graph for this function:

◆ count()

count ( )
See also
Countable::count()
Here is the caller graph for this function:

◆ getIterator()

getIterator ( )
See also
IteratorAggregate::getIterator()

◆ offsetExists()

offsetExists (   $offset)

ArrayAccess: Check whether the given offset exists.

Here is the call graph for this function:

◆ offsetGet()

offsetGet (   $offset)

ArrayAccess: Get the value at the given offset.

Here is the call graph for this function:

◆ offsetSet()

offsetSet (   $offset,
  $value 
)

ArrayAccess: Set the value at the given offset.

Here is the call graph for this function:

◆ offsetUnset()

offsetUnset (   $offset)

ArrayAccess: unset the value at the given offset.

Here is the call graph for this function:

◆ setData()

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: