EntityResolver

EntityResolver interface EntityResolver (View source) Methods mixed resolve(string $type, mixed $id) Resolve the entity for the given ID.

TaggedCache::rememberForever()

mixed rememberForever(string $key, Closure $callback) Get an item from the cache, or store the default value forever. Parameters string $key Closure $callback Return Value mixed

Manager::setContainer()

void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void

RedisTaggedCache::setDefaultCacheTime()

void setDefaultCacheTime(float|int $minutes) Set the default cache time in minutes. Parameters float|int $minutes Return Value void

TestCase::patchJson()

$this patchJson(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a PATCH request, expecting a JSON response. Parameters string $uri array $data array $headers Return Value $this

Response

Response class Response 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 r

DatabaseNotification::setRawAttributes()

$this setRawAttributes(array $attributes, bool $sync = false) Set the array of model attributes. No checking is done. Parameters array $attributes bool $sync Return Value $this

PasswordBroker

PasswordBroker class PasswordBroker (View source) Constants REMINDER_SENT Constant representing a successfully sent reminder. PASSWORD_RESET Constant representing a successfully reset password. INVALID_USER Constant representing the user not found response. INVALID_PASSWORD Constant representing an invalid password. INVALID_TOKEN Constant representing an invalid token.

View::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

User::hasGetMutator()

bool hasGetMutator(string $key) Determine if a get mutator exists for an attribute. Parameters string $key Return Value bool