LengthAwarePaginator::isEmpty()

bool isEmpty() Determine if the list of items is empty or not. Return Value bool

Paginator

Paginator class Paginator extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the

Mailer

Mailer interface Mailer (View source) Methods int raw(string $text, Closure|string $callback) Send a new message when only a raw text part. void send(string|array $view, array $data = array(), Closure|string $callback = null) Send a new message using a view. array failures() Get the array of failed recipients.

Fluent

Fluent class Fluent implements ArrayAccess, Arrayable, Jsonable, JsonSerializable (View source) Methods void __construct(array|object $attributes = array()) Create a new fluent container instance. mixed get(string $key, mixed $default = null) Get an attribute from the container. array getAttributes() Get the attributes from the container. array toArray() Convert the Fluent instance to an array. array jsonSerialize() Convert the object into something JSON serializable.

Fluent::toArray()

array toArray() Convert the Fluent instance to an array. Return Value array

StorageLinkCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

MakesHttpRequests

MakesHttpRequests trait MakesHttpRequests (View source) Traits InteractsWithPages

RouteCollection::count()

int count() Count the number of items in the collection. Return Value int

SendQueuedMailable::handle()

void handle(Mailer $mailer) Handle the queued job. Parameters Mailer $mailer Return Value void

AssetPublishCommand::getLaravel()

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