static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void
SSH class SSH extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the resolved in
void __construct(SqsClient $sqs, string $default, string $prefix = '') Create a new Amazon SQS queue instance. Parameters SqsClient $sqs string $default string $prefix Return Value void
int size(string $queue = null) Get the size of the queue. Parameters string $queue Return Value int
void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void
mixed pushRaw(string $payload, string $queue = null, array $options = array()) Push a raw payload onto the queue. Parameters string $payload string $queue array $options Return Value mixed
mixed pushOn(string $queue, string $job, mixed $data = '') Push a new job onto the queue. Parameters string $queue string $job mixed $data Return Value mixed
mixed push(string $job, mixed $data = '', string $queue = null) Push a new job onto the queue. Parameters string $job mixed $data string $queue Return Value mixed
Job|null pop(string $queue = null) Pop the next job off of the queue. Parameters string $queue Return Value Job|null
Page 122 of 996