offsetSet() offsetSet(mixed $offset, mixed $value) : mixed Parameters mixed $offset mixed $value Returns mixed —
__construct() __construct(string $name, array $args = [], \GuzzleHttp\HandlerStack $handlerStack = null) : mixed Parameters string $name Name of the command array $args Arguments to pass to the command \GuzzleHttp\HandlerStack $handlerStack Stack of middleware for the command Returns mixed —
getHandlerStack() getHandlerStack() : \GuzzleHttp\HandlerStack Retrieves the handler stack specific to this command's execution. This can be used to add middleware that is specific to the command instance. Returns \GuzzleHttp\HandlerStack —
hasParam() hasParam(mixed $name) : bool Check if the command has a parameter by name. Parameters mixed $name Name of the parameter to check. Returns bool —