Collection union(mixed $items) Union the collection with the given items. Parameters mixed $items Return Value Collection
Gate forUser(Authenticatable|mixed $user) Get a guard instance for the given user. Parameters Authenticatable|mixed $user Return Value Gate
array getRawTags() Gets the raw tags used by the compiler. Return Value array
bool logging() Determine whether we're logging queries. Return Value bool
void listen(Closure $callback) Register a database query listener with the connection. Parameters Closure $callback Return Value void
$this setReadPdo(PDO|null $pdo) Set the PDO connection used for reading. Parameters PDO|null $pdo Return Value $this
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
void addObservableEvents(array|mixed $observables) Add an observable event name. Parameters array|mixed $observables Return Value void
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
bool|null delete() Delete the pivot model record from the database. Return Value bool|null
Page 960 of 996