ZEROSPAM\Framework\SDK\Test\Base\Argument\IncludeStackableArg
Class IncludeStackableArg
Fake Stackable argument for testing
Synopsis
class IncludeStackableArg
extends RequestArg
implements
IStackableArgument
{
- // methods
- public void __construct()
- // Inherited methods from RequestArg
- public void __construct()
- public string getKey()
- public void toPrimitive()
- public string getSubKey()
Hierarchy
Extends
Implements
Members
protected
- $key — string
- $value — string
Methods
Inherited from ZEROSPAM\Framework\SDK\Request\Arguments\RequestArg
public
- getKey() — Key for the argument.
- getSubKey() — Possible Subkey of the argument
- toPrimitive()
History
-
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.