phpDocumentor

Text implements JsonSerializable

Class Text

Interfaces, Classes and Traits

JsonSerializable

Table of Contents

$text  : string
__construct()  : mixed
Text constructor.
jsonSerialize()  : mixed
value()  : string

Properties

$text

protected string $text

Methods

__construct()

Text constructor.

public __construct(string $text) : mixed
Parameters
$text : string
Return values
mixed

jsonSerialize()

public jsonSerialize() : mixed
Tags
inheritDoc
Return values
mixed

value()

public value() : string
Return values
string

Search results