DatabaseNotificationCollection::splice()

Collection splice(int $offset, int|null $length = null, mixed $replacement = array()) Splice a portion of the underlying collection array. Parameters int $offset int|null $length mixed $replacement Return Value Collection

Factory::appendSection()

string appendSection() Stop injecting content into a section and append it. Return Value string Exceptions InvalidArgumentException

MailMakeCommand::getLaravel()

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

Collection::splice()

Collection splice(int $offset, int|null $length = null, mixed $replacement = array()) Splice a portion of the underlying collection array. Parameters int $offset int|null $length mixed $replacement Return Value Collection

Str::substr()

static string substr(string $string, int $start, int|null $length = null) Returns the portion of string specified by the start and length parameters. Parameters string $string int $start int|null $length Return Value string

Inspiring::quote()

static string quote() Get an inspiring quote. Taylor & Dayle made this commit from Jungfraujoch. (11,333 ft.) May McGinnis always control the board. #LaraconUS2015 Return Value string

User::__call()

mixed __call(string $method, array $parameters) Handle dynamic method calls into the model. Parameters string $method array $parameters Return Value mixed

StatusCommand::options()

array options() Get all of the options passed to the command. Return Value array

RedirectResponse::__call()

$this __call(string $method, array $parameters) Dynamically bind flash data in the session. Parameters string $method array $parameters Return Value $this Exceptions BadMethodCallException

EncryptedStore::previousUrl()

string|null previousUrl() Get the previous URL from the session. Return Value string|null