Documentation

TextArgument extends RawStringArgument
in package

Table of Contents

$name  : string
$optional  : bool
$parameterData  : CommandParameter
__construct()  : mixed
canParse()  : bool
getName()  : string
getNetworkParameterData()  : CommandParameter
getNetworkType()  : int
getSpanLength()  : int
getTypeName()  : string
isOptional()  : bool
parse()  : mixed

Properties

Methods

__construct()

public __construct(string $name[, bool $optional = false ]) : mixed
Parameters
$name : string
$optional : bool = false
Return values
mixed

getName()

public getName() : string
Return values
string

getNetworkType()

public getNetworkType() : int
Return values
int

getSpanLength()

public getSpanLength() : int
Return values
int

getTypeName()

public getTypeName() : string
Return values
string

isOptional()

public isOptional() : bool
Return values
bool

Search results