ZEROSPAM\Framework\SDK\Request\Arguments\Stackable\Worker\ArgCollector
Synopsis
class ArgCollector
implements
Arrayable
{
- // methods
- protected string stackKey()
- public $this|ArgCollector addArgument()
- public $this|ArgCollector removeArgument()
- public array toArray()
- public bool isEmpty()
Hierarchy
Members
protected
- $args — array
- $stackKey — string
Methods
protected
- stackKey() — Get the unique stack key
public
- addArgument()
- isEmpty() — Is there arguments to be merged for request parameter.
- removeArgument()
- toArray()
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-09-25T14:35:41+00:00 (commit #0efa70c)
Author: Philippe Bouchard-Bourdeau (pbb@zerospam.ca) / Commiter: Philippe Bouchard-Bourdeau (pbb@zerospam.ca)
feat(Arguments): Added Array Stackable argument Needed that to match IN filters of freshbooks queries They using non standard query params with the following format: ?search[statusids][]=1&search[statusids][]=2
-
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.