bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
Fluent primary(string|array $columns, string $name = null, string|null $algorithm = null) Specify the primary key(s) for the table. Parameters string|array $columns string $name string|null $algorithm Return Value Fluent
bool __isset(string $key) Determine if an attribute or relation exists on the model. Parameters string $key Return Value bool
close() {@inheritdoc}
static Collection hydrate(array $items, string|null $connection = null) Create a collection of models from plain arrays. Parameters array $items string|null $connection Return Value Collection
mixed getData(bool $assoc = false, int $depth = 512) Get the json_decoded data from the response. Parameters bool $assoc int $depth Return Value mixed
mixed __call(string $method, array $parameters) Make dynamic calls into the collection. Parameters string $method array $parameters Return Value mixed
remove($name) {@inheritdoc} Parameters $name
Job|null pop(string $queue = null) Pop the next job off of the queue. Parameters string $queue Return Value Job|null
Page 457 of 996