TaggedCache::get()

mixed get(string $key, mixed $default = null) Retrieve an item from the cache by key. Parameters string $key mixed $default Return Value mixed

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