ZEROSPAM\Framework\SDK\Request\Arguments\Mergeable\Worker\ArgMerger
Class ArgMerger
Takes care of merging the arguments into a single string
Synopsis
class ArgMerger
implements
PrimalValued
{
- // methods
- public void __construct()
- public $this addArgument()
- public $this removeArgument()
- public int|float|string|float toPrimitive()
- public bool isEmpty()
Hierarchy
Members
private
- $args — array
- $glue — string
Methods
public
- __construct() — ArgMerger constructor.
- addArgument() — Add the argument.
- isEmpty() — Is there arguments to be merged for request parameter.
- removeArgument() — Remove the argument.
- toPrimitive() — Return a primitive value for this object.
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.