TextNode
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Methods
-
__construct()
: mixed
-
getText()
: string|null
-
getType()
: string|null
-
isNullable()
: bool
-
isValidText()
: bool
-
jsonSerialize()
: mixed
__construct()
public
__construct(mixed $options) : mixed
Parameters
-
$options
: mixed
-
getText()
public
getText() : string|null
Return values
string|null
getType()
public
getType() : string|null
Return values
string|null
isNullable()
public
isNullable() : bool
isValidText()
public
static isValidText(mixed $text) : bool
Parameters
-
$text
: mixed
-
jsonSerialize()
public
jsonSerialize() : mixed