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

__construct ( User  $user)

Member Function Documentation

◆ adaptOffset()

adaptOffset (   $offset)
Parameters
string$offset
Returns
string

◆ count()

count ( )
See also
Countable::count()

◆ getIterator()

getIterator ( )
See also
IteratorAggregate::getIterator()

◆ offsetExists()

offsetExists (   $offset)

ArrayAccess: Check whether the given offset exists.

◆ offsetGet()

offsetGet (   $offset)

ArrayAccess: Get the value at the given offset.

◆ offsetSet()

offsetSet (   $offset,
  $value 
)

ArrayAccess: Set the value at the given offset.

◆ offsetUnset()

offsetUnset (   $offset)

ArrayAccess: unset the value at the given offset.

◆ setData()

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

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