ZEROSPAM\Framework\SDK\Test\Base\Argument\TestMergeableArg
Class TestMergeableArg
Fake Mergeable argument for testing
Synopsis
class TestMergeableArg
extends RequestArg
implements
IMergeableArgument
{
- // members
- private $obj;
- // methods
- public void __construct()
- public static string glue()
- // Inherited methods from RequestArg
- public void __construct()
- public string getKey()
- public void toPrimitive()
- public string getSubKey()
Hierarchy
Extends
Implements
Members
private
- $obj — string
protected
- $key — string
- $value — string
Methods
public
- __construct() — TestMergeableArg constructor.
- glue() — Character used to glue the same args together.
Inherited from ZEROSPAM\Framework\SDK\Request\Arguments\RequestArg
public
- getKey() — Key for the argument.
- getSubKey() — Possible Subkey of the argument
- toPrimitive()
History
-
2018-09-25T17:35:19+00:00 (commit #b209b48)
Author: Antoine Aflalo (antoine.aflalo@zerospam.ca) / Commiter: Antoine Aflalo (antoine.aflalo@zerospam.ca)
perf(Arguments): Refactor the way the arguments works To be sure we can work with SubKeyedArg that are having array as value.
-
2018-07-16T14:26:38+00:00 (commit #290a97d)
Author: Antoine Aflalo (antoine.aflalo@zerospam.ca) / Commiter: Antoine Aflalo (antoine.aflalo@zerospam.ca)
feat(Response): Split Ratelimited from BaseResponse New type of response can now be easily build.