PHP Class eZ\Publish\Core\FieldType\Page\Value

Inheritance: extends eZ\Publish\Core\FieldType\Value
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$page eZ\Publish\Core\FieldType\Page\Parts\Page Container for page definition.

Public Methods

Method Description
__construct ( Page $page = null ) Construct a new Value object.
__toString ( ) : string Returns a string representation of the field value.

Method Details

__construct() public method

Construct a new Value object.
public __construct ( Page $page = null )
$page eZ\Publish\Core\FieldType\Page\Parts\Page

__toString() public method

Returns a string representation of the field value.
public __toString ( ) : string
return string

Property Details

$page public_oe property

Container for page definition.
public Page,eZ\Publish\Core\FieldType\Page\Parts $page
return eZ\Publish\Core\FieldType\Page\Parts\Page