SlackMessage::from()

$this from(string $username, string|null $icon = null) Set a custom user icon for the Slack message. Parameters string $username string|null $icon Return Value $this

ControllerServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

DatabaseNotification::getOriginal()

mixed|array getOriginal(string|null $key = null, mixed $default = null) Get the model's original attribute values. Parameters string|null $key mixed $default Return Value mixed|array

UrlGenerator::previous()

string previous(mixed $fallback = false) Get the URL for the previous request. Parameters mixed $fallback Return Value string

Translator::setFallback()

void setFallback(string $fallback) Set the fallback locale being used. Parameters string $fallback Return Value void

MailFake::assertSent()

void assertSent(string $mailable, callable|null $callback = null) Assert if a mailable was sent based on a truth-test callback. Parameters string $mailable callable|null $callback Return Value void

QueueFake::assertPushed()

void assertPushed(string $job, callable|null $callback = null) Assert if a job was pushed based on a truth-test callback. Parameters string $job callable|null $callback Return Value void

ChangesCommand::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void

Collection::push()

$this push(mixed $value) Push an item onto the end of the collection. Parameters mixed $value Return Value $this

DatabasePresenceVerifier

DatabasePresenceVerifier class DatabasePresenceVerifier implements PresenceVerifierInterface (View source) Methods void __construct(ConnectionResolverInterface $db) Create a new database presence verifier. int getCount(string $collection, string $column, string $value, int $excludeId = null, string $idColumn = null, array $extra = array()) Count the number of objects in a collection having the given value. int getMultiCount(string $collection, string $column, array $values, arra