Flow PHP

UuidEntry implements Entry uses EntryRef

FinalYes
Tags
implements

Interfaces

Entry

Methods

__construct()  : mixed
__toString()  : string
definition()  : Definition<string|int, T>
duplicate()  : Entry<string|int, T>
from()  : self
is()  : bool
isEqual()  : bool
map()  : Entry<string|int, T>
name()  : string
ref()  : Reference
rename()  : Entry<string|int, T>
toString()  : string
type()  : Type<string|int, T>
value()  : T
withValue()  : Entry<string|int, T>

Methods

__toString()

public __toString() : string
Return values
string

from()

public static from(string $name, string $value) : self
Parameters
$name : string
$value : string
Return values
self

map()

public map(callable $mapper) : Entry<string|int, T>
Parameters
$mapper : callable
Return values
Entry<string|int, T>

name()

public name() : string
Return values
string

toString()

public toString() : string
Return values
string

type()

public type() : Type<string|int, T>
Return values
Type<string|int, T>

withValue()

public withValue(mixed $value) : Entry<string|int, T>
Parameters
$value : mixed
Return values
Entry<string|int, T>

        
On this page

Search results