Paginator::viewFactory()

static Factory viewFactory() Get an instance of the view factory from the resolver. Return Value Factory

QueueFake::push()

mixed push(string $job, mixed $data = '', string $queue = null) Push a new job onto the queue. Parameters string $job mixed $data string $queue Return Value mixed

Collection::split()

Collection split(int $numberOfGroups) Split a collection into a certain number of groups. Parameters int $numberOfGroups Return Value Collection

Blueprint::mediumIncrements()

Fluent mediumIncrements(string $column) Create a new auto-incrementing medium integer (3-byte) column on the table. Parameters string $column Return Value Fluent

Collection::unique()

Collection unique(string|callable|null $key = null, bool $strict = false) Return only unique items from the collection array. Parameters string|callable|null $key bool $strict Return Value Collection

LengthAwarePaginator::currentPathResolver()

static void currentPathResolver(Closure $resolver) Set the current request path resolver callback. Parameters Closure $resolver Return Value void

Event::pingBefore()

$this pingBefore(string $url) Register a callback to ping a given URL before the job runs. Parameters string $url Return Value $this

Database\Console

Illuminate\Database\Console Namespaces Illuminate\Database\Console\Migrations

BeanstalkdQueue::setContainer()

void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void

EventMakeCommand::run()

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