RawArgument
in package
implements
RawArgumentInterface
Interfaces, Classes and Traits
Table of Contents
- $value : mixed
- __construct() : mixed
- Construct.
- getValue() : mixed
- Return the value of the raw argument.
Properties
$value
protected
mixed
$value
Methods
__construct()
Construct.
public
__construct(mixed $value) : mixed
Parameters
- $value : mixed
Return values
mixed —getValue()
Return the value of the raw argument.
public
getValue() : mixed