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

__toString(
)
:
voidString 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 |