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
string appendSection() Stop injecting content into a section and append it. Return Value string Exceptions InvalidArgumentException
Application getLaravel() Get the Laravel application instance. Return Value Application
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
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
mixed __call(string $method, array $parameters) Handle dynamic method calls into the model. Parameters string $method array $parameters Return Value mixed
array options() Get all of the options passed to the command. Return Value array
$this __call(string $method, array $parameters) Dynamically bind flash data in the session. Parameters string $method array $parameters Return Value $this Exceptions BadMethodCallException
string|null previousUrl() Get the previous URL from the session. Return Value string|null
Page 50 of 996