void info(string $string) Write a string as information output. Parameters string $string Return Value void
bool containsStrict(mixed $key, mixed $value = null) Determine if an item exists in the collection using strict comparison. Parameters mixed $key mixed $value Return Value bool
$this withHeaders(array $headers) Add an array of headers to the response. Parameters array $headers Return Value $this
bool hasGetMutator(string $key) Determine if a get mutator exists for an attribute. Parameters string $key Return Value bool
mixed reduce(callable $callback, mixed $initial = null) Reduce the collection to a single value. Parameters callable $callback mixed $initial Return Value mixed
stop() {@inheritdoc}
Carbon freshTimestamp() Get a fresh timestamp for the model. Return Value Carbon
bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback = null) Confirm before proceeding with the action. Parameters string $warning Closure|bool|null $callback Return Value bool
void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void
void setPresenceVerifier(PresenceVerifierInterface $presenceVerifier) Set the Presence Verifier implementation. Parameters PresenceVerifierInterface $presenceVerifier Return Value void
Page 266 of 996