ZEROSPAM\Framework\SDK\Request\Arguments\IArgument
Interface IArgument
Argument used in the request
Synopsis
interface IArgument
extends PrimalValued
{
- // Inherited methods from PrimalValued
- public int|float|string|float toPrimitive()
Hierarchy
Methods
public
- getKey() — Key for the argument.
- getSubKey() — Possible Subkey of the argument
Inherited from ZEROSPAM\Framework\SDK\Utils\Contracts\PrimalValued
public
- toPrimitive() — Return a primitive value for this object.