MorphMany::getRelationCountQueryForSelfRelation()

Builder getRelationCountQueryForSelfRelation(Builder $query, Builder $parent) Add the constraints for a relationship count query on the same table. Parameters Builder $query Builder $parent Return Value Builder

UserProviderInterface::validateCredentials()

bool validateCredentials(UserInterface $user, array $credentials) Validate a user against the given credentials. Parameters UserInterface $user array $credentials Return Value bool

Store

Store interface Store (View source) Methods mixed get(string|array $key) Retrieve an item from the cache by key. array many(array $keys) Retrieve multiple items from the cache by key. void put(string $key, mixed $value, float|int $minutes) Store an item in the cache for a given number of minutes. void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. int|bool increment(string $key, mixed $value = 1) Increment th

TestCase::action()

Response action(string $method, string $action, array $wildcards = array(), array $parameters = array(), array $cookies = array(), array $files = array(), array $server = array(), string $content = null) Call a controller action and return the Response. Parameters string $method string $action array $wildcards array $parameters array $cookies array $files array $server string $content Return Value Response

Application::configureMonologUsing()

$this configureMonologUsing(callable $callback) Define a callback to be used to configure Monolog. Parameters callable $callback Return Value $this

BelongsToMany::detach()

int detach(mixed $ids = array(), bool $touch = true) Detach models from the relationship. Parameters mixed $ids bool $touch Return Value int

AddQueuedCookiesToResponse

AddQueuedCookiesToResponse class AddQueuedCookiesToResponse (View source) Methods void __construct(QueueingFactory $cookies) Create a new CookieQueue instance. mixed handle(Request $request, Closure $next) Handle an incoming request.

MorphToMany::newPivotStatement()

Builder newPivotStatement() Get a new plain query builder for the pivot table. Return Value Builder

Factory::raw()

array raw(string $class, array $attributes = array(), string $name = 'default') Get the raw attribute array for a given model. Parameters string $class array $attributes string $name Return Value array

Model::getEventDispatcher()

static Dispatcher getEventDispatcher() Get the event dispatcher instance. Return Value Dispatcher