phpDocumentor

Text
in package
implements Data

Interfaces, Classes and Traits

Data

Table of Contents

$text  : Value
$type  : string
create()  : self
Create instance.
text()  : Value
Return text.
type()  : string
Return type.
__construct()  : mixed
Constructor.

Properties

$type

private string $type

Methods

create()

Create instance.

public static create(Value $text) : self
Parameters
$text : Value
Return values
self

type()

Return type.

public type() : string
Tags
inheritDoc
Return values
string

__construct()

Constructor.

private __construct(Value $text) : mixed
Parameters
$text : Value
Return values
mixed

Search results