Gate::policy()

$this policy(string $class, string $policy) Define a policy class for a given class type. Parameters string $class string $policy Return Value $this

Cloud::getVisibility()

string getVisibility(string $path) Get the visibility for the given path. Parameters string $path Return Value string

View::offsetSet()

void offsetSet(string $key, mixed $value) Set a piece of data on the view. Parameters string $key mixed $value Return Value void

DatabaseNotification::syncOriginalAttribute()

$this syncOriginalAttribute(string $attribute) Sync a single original attribute with its current value. Parameters string $attribute Return Value $this

PostgresProcessor::processInsertGetId()

int processInsertGetId(Builder $query, string $sql, array $values, string $sequence = null) Process an "insert get ID" query. Parameters Builder $query string $sql array $values string $sequence Return Value int

JoinClause::inRandomOrder()

$this inRandomOrder(string $seed = '') Put the query's results in random order. Parameters string $seed Return Value $this

Application::isShared()

bool isShared(string $abstract) Determine if a given type is shared. Parameters string $abstract Return Value bool

MorphToMany::getTable()

string getTable() Get the intermediate table for the relationship. Return Value string

RedisStore::get()

mixed get(string|array $key) Retrieve an item from the cache by key. Parameters string|array $key Return Value mixed

Collection::forget()

$this forget(string|array $keys) Remove an item from the collection by key. Parameters string|array $keys Return Value $this