ResponseTrait::withCookie()

$this withCookie(Cookie|mixed $cookie) Add a cookie to the response. Parameters Cookie|mixed $cookie Return Value $this

Database\Eloquent\Relations

Illuminate\Database\Eloquent\Relations Classes BelongsTo BelongsToMany HasMany HasManyThrough HasOne HasOneOrMany MorphMany MorphOne MorphOneOrMany MorphPivot MorphTo MorphToMany Pivot Relation

RedisStore

RedisStore class RedisStore extends TaggableStore implements Store (View source) Methods TaggedCache tags(array|mixed $names) Begin executing a new tags operation. void __construct(Database $redis, string $prefix = '', string $connection = 'default') Create a new Redis store. 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)

FilesystemAdapter::mimeType()

string|false mimeType(string $path) Get the mime-type of a given file. Parameters string $path Return Value string|false

JoinClause::chunkById()

bool chunkById(int $count, callable $callback, string $column = 'id', string $alias = null) Chunk the results of a query by comparing numeric IDs. Parameters int $count callable $callback string $column string $alias Return Value bool

RouteListCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

TinkerCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

FailConsoleServiceProvider::commands()

void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void

MemcachedStore::increment()

int|bool increment(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool

SeederMakeCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool