Flow PHP

TypedArgument

Read onlyYes
FinalYes

Methods

__construct()  : mixed
asInt()  : int
asIntNullable()  : int|null
asString()  : string
asStringNullable()  : string|null

Methods

__construct()

public __construct(string $name) : mixed
Parameters
$name : string

asInt()

public asInt(InputInterface $input) : int
Parameters
$input : InputInterface
Return values
int

asIntNullable()

public asIntNullable(InputInterface $input) : int|null
Parameters
$input : InputInterface
Return values
int|null

asString()

public asString(InputInterface $input) : string
Parameters
$input : InputInterface
Return values
string

asStringNullable()

public asStringNullable(InputInterface $input) : string|null
Parameters
$input : InputInterface
Return values
string|null

        
On this page

Search results