JoinClause::hasMacro()

static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool

MorphOne::touch()

void touch() Touch all of the related models for the relationship. Return Value void

PublisherServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

Processor::processColumnListing()

array processColumnListing(array $results) Process the results of a column listing query. Parameters array $results Return Value array

MySqlGrammar::compileDrop()

string compileDrop(Blueprint $blueprint, Fluent $command) Compile a drop table command. Parameters Blueprint $blueprint Fluent $command Return Value string

ForgetFailedCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

Pivot::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

SubscribeCommand deprecated::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

FileViewFinder::getExtensions()

array getExtensions() Get registered extensions. Return Value array

SortedMiddleware::transform()

$this transform(callable $callback) Transform each item in the collection using a callback. Parameters callable $callback Return Value $this