CommandCreatorServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

ChangesCommand::comment()

void comment(string $string) Write a string as comment output. Parameters string $string Return Value void

MandrillTransport::setKey()

string setKey(string $key) Set the API key being used by the transport. Parameters string $key Return Value string

MySqlGrammar

MySqlGrammar class MySqlGrammar extends Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. from Grammar string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. from Grammar string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. from Grammar string columnize(array $columns) Convert an array of column names into a delimited string. from Grammar string parameterize(array

RoutesCommand::line()

void line(string $string) Write a string as standard output. Parameters string $string Return Value void

Worker

Worker class Worker (View source) Methods void __construct(QueueManager $manager, Dispatcher $events, ExceptionHandler $exceptions) Create a new queue worker. void daemon(string $connectionName, string $queue, WorkerOptions $options) Listen to the given queue in a loop. void runNextJob(string $connectionName, string $queue, WorkerOptions $options) Process the next job on the queue. void process(string $connectionName, Job $job, WorkerOptions $options) Process a given job fr

MorphToMany::newPivotStatement()

Builder newPivotStatement() Get a new plain query builder for the pivot table. Return Value Builder

AutoloadCommand::setLaravel()

void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void

MakesHttpRequests::seeIsSelected()

$this seeIsSelected(string $selector, string $value, bool $negate = false) Assert that the expected value is selected. Parameters string $selector string $value bool $negate Return Value $this

DatabaseNotification::morphTo()

MorphTo morphTo(string $name = null, string $type = null, string $id = null) Define a polymorphic, inverse one-to-one or many relationship. Parameters string $name string $type string $id Return Value MorphTo