$this policy(string $class, string $policy) Define a policy class for a given class type. Parameters string $class string $policy Return Value $this
string getVisibility(string $path) Get the visibility for the given path. Parameters string $path Return Value string
void offsetSet(string $key, mixed $value) Set a piece of data on the view. Parameters string $key mixed $value Return Value void
$this syncOriginalAttribute(string $attribute) Sync a single original attribute with its current value. Parameters string $attribute Return Value $this
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
$this inRandomOrder(string $seed = '') Put the query's results in random order. Parameters string $seed Return Value $this
bool isShared(string $abstract) Determine if a given type is shared. Parameters string $abstract Return Value bool
string getTable() Get the intermediate table for the relationship. Return Value string
mixed get(string|array $key) Retrieve an item from the cache by key. Parameters string|array $key Return Value mixed
$this forget(string|array $keys) Remove an item from the collection by key. Parameters string|array $keys Return Value $this
Page 311 of 996