ParameterObjectInterface
in
Table of Contents
Methods
__get()
public
__get(string $key) : mixed
Parameters
- $key : string
Return values
mixed —__isset()
public
__isset(string $key) : bool
Parameters
- $key : string
Return values
bool —__set()
public
__set(string $key, mixed $value) : void
Parameters
- $key : string
- $value : mixed
Return values
void —__unset()
public
__unset(string $key) : void
Parameters
- $key : string