View::__call()

View __call(string $method, array $parameters) Dynamically bind parameters to the view. Parameters string $method array $parameters Return Value View Exceptions BadMethodCallException

UrlWindow::make()

static array make(LengthAwarePaginator $paginator, int $onEachSide = 3) Create a new URL window instance. Parameters LengthAwarePaginator $paginator int $onEachSide Return Value array

Repository::increment()

int|bool increment(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool

Blade::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

Kernel

Kernel interface Kernel (View source) Methods int handle(InputInterface $input, OutputInterface $output = null) Handle an incoming console command. int call(string $command, array $parameters = array()) Run an Artisan console command by name. int queue(string $command, array $parameters = array()) Queue an Artisan console command by name. array all() Get all of the commands registered with the console. string output() Get the output for the last run command.

Broadcaster::broadcast()

void broadcast(array $channels, string $event, array $payload = array()) Broadcast the given event. Parameters array $channels string $event array $payload Return Value void

Request::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

Builder::simplePaginate()

Paginator simplePaginate(int $perPage = null, array $columns = array('*'), string $pageName = 'page', int|null $page = null) Paginate the given query into a simple paginator. Parameters int $perPage array $columns string $pageName int|null $page Return Value Paginator

MailMessage::toArray()

array toArray() Get an array representation of the message. Return Value array

Request::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void