Presenter

Presenter class Presenter (View source) Methods void __construct(Paginator $paginator) Create a new Presenter instance. string getPageLinkWrapper(string $url, int $page, string $rel = null) Get HTML wrapper for a page link. string getDisabledTextWrapper(string $text) Get HTML wrapper for disabled text. string getActivePageWrapper(string $text) Get HTML wrapper for active text. string render() Render the Pagination contents. string getPageRange(int $start, int $end

ClearResetsCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

IronQueue::laterOn()

mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. Parameters string $queue DateTime|int $delay string $job mixed $data Return Value mixed

JoinClause::implode()

string implode(string $column, string $glue = '') Concatenate values of a given column as a string. Parameters string $column string $glue Return Value string

User::saved()

static void saved(Closure|string $callback, int $priority) Register a saved model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

SqsQueue::pushOn()

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

DatabaseNotificationCollection::search()

mixed search(mixed $value, bool $strict = false) Search the collection for a given value and return the corresponding key if successful. Parameters mixed $value bool $strict Return Value mixed

Broadcast

Broadcast class Broadcast extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static void spy() Convert the facade into a Mockery spy. 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 instan

Handler::renderForConsole()

void renderForConsole(OutputInterface $output, Exception $e) Render an exception to the console. Parameters OutputInterface $output Exception $e Return Value void

SortedMiddleware::groupBy()

Collection groupBy(callable|string $groupBy, bool $preserveKeys = false) Group an associative array by a field or using a callback. Parameters callable|string $groupBy bool $preserveKeys Return Value Collection