eZUserType Class Reference
[Kernel system]
The class eZUserType handles user accounts and association with content objects.
More...
Inheritance diagram for eZUserType:
TODO — Image not available in archive
Title: eZUserType Class Inheritance Diagram (Doxygen)
File: /doc/generated/html/classeZUserType.png
What this image shows:
Doxygen-generated class inheritance diagram for the eZUserType PHP class. Shows the inheritance hierarchy: which classes eZUserType extends and which classes inherit from it, with links to parent and child class documentation. This diagram was auto-generated from the Exponential 3.1 PHP source code using Doxygen circa 2003.
Replacement instructions:
Run Doxygen on the Exponential 3.1 PHP source and locate the generated classeZUserType.png in the output. Or draw the inheritance tree manually from the API reference. Save as /doc/generated/html/classeZUserType.png
See /sdk/missing.html for the full list of missing images.
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:
|