Text
in package
implements
Data
Interfaces, Classes and Traits
Table of Contents
- $text : Value
- $type : string
- create() : self
- Create instance.
- text() : Value
- Return text.
- type() : string
- Return type.
- __construct() : mixed
- Constructor.
Properties
$text
private
Value
$text
$type
private
string
$type
Methods
create()
Create instance.
public
static create(Value $text) : self
Parameters
- $text : Value
Return values
self —text()
Return text.
public
text() : Value
Return values
Value —type()
Return type.
public
type() : string
Tags
Return values
string —__construct()
Constructor.
private
__construct(Value $text) : mixed
Parameters
- $text : Value