Job|null pop(string $queue = null) Pop the next job off of the queue. Parameters string $queue Return Value Job|null
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed Exceptions RuntimeException
string getModel() Gets the name of the Eloquent user model. Return Value string
static array compiles() Get a list of files that should be compiled for the package. Return Value array
void delete() Delete the job from the queue. Return Value void
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
int queue(string $command, array $parameters = array()) Queue an Artisan console command by name. Parameters string $command array $parameters Return Value int
string render(string|null $view = null) Render the paginator using a given view. Parameters string|null $view Return Value string
string render(string|null $view = null) Render the paginator using the given view. Parameters string|null $view Return Value string
array load(string $environment = null) Load the environment variables for the given environment. Parameters string $environment Return Value array
Page 781 of 996