Fluent::__call()

$this __call(string $method, array $parameters) Handle dynamic calls to the container to set attributes. Parameters string $method array $parameters Return Value $this

DatabaseReminderRepository::getConnection()

Connection getConnection() Get the database connection instance. Return Value Connection

MailableFake::queue()

mixed queue(Mailable $mailable) Push the given mailable onto the queue. Parameters Mailable $mailable Return Value mixed

InteractsWithPages::seeElement()

$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

Queue::pop()

Job|null pop(string $queue = null) Pop the next job off of the queue. Parameters string $queue Return Value Job|null

LoaderInterface::load()

array load(string $environment, string $group, string $namespace = null) Load the given configuration group. Parameters string $environment string $group string $namespace Return Value array

Builder::__clone()

void __clone() Force a clone of the underlying query builder when cloning. Return Value void

Filesystem::makeDirectory()

bool makeDirectory(string $path) Create a directory. Parameters string $path Return Value bool

RouteCacheCommand::anticipate()

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

Job::attempts()

int attempts() Get the number of times the job has been attempted. Return Value int