eZUserType Class Reference
[Kernel system]
The class eZUserType handles user accounts and association with content objects.
More...
Inheritance diagram for eZUserType:
List of all members.
Detailed Description
The class eZUserType handles user accounts and association with content objects.
Definition at line ezusertype.php.
Member Function Documentation
& eZUserType::attribute |
( |
$ |
name |
) |
|
|
eZUserType::deleteStoredObjectAttribute |
( |
&$ |
contentObjectAttribute, |
|
|
$ |
version = null |
|
) |
|
|
eZUserType::fetchObjectAttributeHTTPInput |
( |
&$ |
http, |
|
|
$ |
base, |
|
|
&$ |
contentObjectAttribute |
|
) |
|
|
eZUserType::hasAttribute |
( |
$ |
name |
) |
|
|
eZUserType::metaData |
( |
$ |
contentObjectAttribute |
) |
|
|
|
Returns the meta data used for storing search indeces.
Definition at line ezusertype.php. |
& eZUserType::objectAttributeContent |
( |
&$ |
contentObjectAttribute |
) |
|
|
eZUserType::storeObjectAttribute |
( |
&$ |
contentObjectAttribute |
) |
|
|
|
Stores the datatype data to the database which is related to the object attribute. - Returns:
-
True if the value was stored correctly.
- Note:
-
The method is entirely up to the datatype, for instance it could reuse the available types in the the attribute or store in a separate object.
- See also:
-
fetchObjectAttributeHTTPInput
Reimplemented from eZDataType.
Definition at line ezusertype.php. |
eZUserType::title |
( |
&$ |
contentObjectAttribute, |
|
|
$ |
name = "login" |
|
) |
|
|
eZUserType::validateObjectAttributeHTTPInput |
( |
&$ |
http, |
|
|
$ |
base, |
|
|
&$ |
contentObjectAttribute |
|
) |
|
|
The documentation for this class was generated from the following file:
|