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

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

Public Properties

Property Type Description
$text string Text content.

Public Methods

Method Description
__construct ( string $text = '' ) Construct a new Value object and initialize it $text.
__toString ( )

Method Details

__construct() public method

Construct a new Value object and initialize it $text.
public __construct ( string $text = '' )
$text string

__toString() public method

See also: eZ\Publish\Core\FieldType\Value
public __toString ( )

Property Details

$text public_oe property

Text content.
public string $text
return string