ZEROSPAM\Framework\SDK\Request\Arguments\Mergeable\IMergeableArgument
Interface IMergeableArgument
Argument that can be used multiple time in the same query.
Synopsis
interface IMergeableArgument
extends IArgument
{
- // methods
- public static string glue()
- // Inherited methods from PrimalValued
- public int|float|string|float toPrimitive()
Hierarchy
Methods
public
- glue() — Character used to glue the same args together.
Inherited from ZEROSPAM\Framework\SDK\Request\Arguments\IArgument
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.