JoinClause::union()

Builder|Builder union(Builder|Closure $query, bool $all = false) Add a union statement to the query. Parameters Builder|Closure $query bool $all Return Value Builder|Builder

DatabaseNotification::getRouteKeyName()

string getRouteKeyName() Get the route key for the model. Return Value string

SesTransport::isStarted()

isStarted() {@inheritdoc}

Validator::getCustomMessages()

array getCustomMessages() Get the custom messages for the validator. Return Value array

BelongsTo::getQualifiedForeignKey()

string getQualifiedForeignKey() Get the fully qualified foreign key of the relationship. Return Value string

ViewServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

SessionTableCommand::run()

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

ArrayableInterface

ArrayableInterface interface ArrayableInterface (View source) Methods array toArray() Get the instance as an array.

RedisQueue::laterOn()

mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. Parameters string $queue DateTime|int $delay string $job mixed $data Return Value mixed

RefreshCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int