kernel/private/api/content/field.php
File containing the ezpContentField class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- API
- Version
- 4.6.0
\ezpContentField
Package: API
This class handles content fields.
A content field currently wraps around an eZContentObjectAttribute
Properties
Methods


__toString(
)
:
void
String representation of the attribute.
Uses {eZContentObjectAttribute::toString()}


fromContentObjectAttribute(
\eZContentObjectAttribute $attribute
)
:
\ezpContentField
static
Initializes an ezpContentField using an eZContentObjectAttribute
Parameters
Returns
Name | Type | Description |
---|---|---|
$attribute | \eZContentObjectAttribute |
Type | Description |
---|---|
\ezpContentField |