Flow PHP

HTMLEntry implements Entry uses EntryRef

FinalYes
Tags
template-covariant

of HTMLDocument|null

implements

Interfaces

Entry

Methods

__construct()  : mixed
__toString()  : string
definition()  : Definition<string|int, mixed>
fromString()  : HTMLDocument>
is()  : bool
isEqual()  : bool
name()  : string
ref()  : Reference
rename()  : T>
toString()  : string
type()  : Type<string|int, HTMLDocument>
value()  : T

Methods

__construct()

public __construct(string $name, T $value[, Metadata|null $metadata = null ]) : mixed
Parameters
$name : string
$value : T
$metadata : Metadata|null = null

__toString()

public __toString() : string
Return values
string

fromString()

public static fromString(string $name, string $value[, Metadata|null $metadata = null ]) : HTMLDocument>
Parameters
$name : string
$value : string
$metadata : Metadata|null = null
Return values
HTMLDocument>

name()

public name() : string
Return values
string

rename()

public rename(string $name) : T>
Parameters
$name : string
Return values
T>

toString()

public toString() : string
Return values
string

type()

public type() : Type<string|int, HTMLDocument>
Return values
Type<string|int, HTMLDocument>
On this page

Search results