TableCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

Mailable::bcc()

$this bcc(object|array|string $address, string|null $name = null) Set the recipients of the message. Parameters object|array|string $address string|null $name Return Value $this

DatabaseNotification::load()

$this load(array|string $relations) Eager load relations on the model. Parameters array|string $relations Return Value $this

TaggedCache::taggedItemKey()

string taggedItemKey(string $key) Get a fully qualified key for a tagged item. Parameters string $key Return Value string

TaggedCache

TaggedCache class TaggedCache extends Repository (View source) Traits RetrievesMultipleKeys Macroable

DatabaseNotificationCollection::find()

Model find(mixed $key, mixed $default = null) Find a model in the collection by key. Parameters mixed $key mixed $default Return Value Model

DatabaseNotification::hydrate()

static Collection hydrate(array $items, string|null $connection = null) Create a collection of models from plain arrays. Parameters array $items string|null $connection Return Value Collection

ApcStore::__construct()

void __construct(ApcWrapper $apc, string $prefix = '') Create a new APC store. Parameters ApcWrapper $apc string $prefix Return Value void

Bus::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

DB

DB class DB 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 resolved inst