eZ\Publish\Core\FieldType\TextLine\Value::__construct PHP Method

__construct() public method

Construct a new Value object and initialize it $text.
public __construct ( string $text = '' )
$text string
    public function __construct($text = '')
    {
        $this->text = $text;
    }