Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
eZ
Publish
Core
FieldType
TextLine
Value
PHP Class eZ\Publish\Core\FieldType\TextLine\Value
Inheritance:
extends
eZ\Publish\Core\FieldType\Value
Mostrar archivo
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