static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
close() {@inheritdoc}
bool __isset(string $key) Determine if an attribute or relation exists on the model. Parameters string $key Return Value bool
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
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
Job|null pop(string $queue = null) Pop the next job off of the queue. Parameters string $queue Return Value Job|null
void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. Parameters array $models Return Value void
Page 315 of 996