ZEROSPAM\Framework\SDK\Request\Api\IsBindable
Trait BindableRequest
To be used when you need bindings in your api route url.
Synopsis
trait IsBindable
{
- // members
- private array $routeBindings = ;
- // methods
- protected void blacklistedProperties()
- protected void addBinding()
- protected bool hasBinding()
- public string routeUrl()
- public abstract string baseRoute()
Hierarchy
Used by
Members
private
- $routeBindings — array
Methods
protected
- addBinding() — Set a new binding.
- blacklistedProperties()
- hasBinding() — Is the binding set.
public
- baseRoute() — Base route without binding.
- routeUrl()
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.