CallArgument
in package
FinalYes
Represents an argument in a function or method call.
Table of Contents
Properties
Methods
- __construct() : mixed
- getName() : string|null
- getValue() : string
Properties
$name read-only
private
string|null
$name
= null
$value read-only
private
string
$value
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|nullgetValue()
public
getValue() : string