Guides

CallArgument
in package

FinalYes

Represents an argument in a function or method call.

Table of Contents

Properties

$name  : string|null
$value  : string

Methods

__construct()  : mixed
getName()  : string|null
getValue()  : string

Properties

Methods

__construct()

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

getName()

public getName() : string|null
Return values
string|null

getValue()

public getValue() : string
Return values
string

        
On this page

Search results