$this __call(string $method, array $parameters) Handle dynamic calls to the container to set attributes. Parameters string $method array $parameters Return Value $this
Connection getConnection() Get the database connection instance. Return Value Connection
mixed queue(Mailable $mailable) Push the given mailable onto the queue. Parameters Mailable $mailable Return Value mixed
$this seeElement(string $selector, array $attributes = array(), bool $negate = false) Assert that an element is present on the page. Parameters string $selector array $attributes bool $negate Return Value $this
Job|null pop(string $queue = null) Pop the next job off of the queue. Parameters string $queue Return Value Job|null
array load(string $environment, string $group, string $namespace = null) Load the given configuration group. Parameters string $environment string $group string $namespace Return Value array
void __clone() Force a clone of the underlying query builder when cloning. Return Value void
bool makeDirectory(string $path) Create a directory. Parameters string $path Return Value bool
string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
int attempts() Get the number of times the job has been attempted. Return Value int
Page 482 of 996