string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
Response prepareResponse(mixed $value) Prepare the given value as a Response object. Parameters mixed $value Return Value Response
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
int getFetchMode() Get the default fetch mode for the connection. Return Value int
bool ajax() Determine if the request is the result of an AJAX call. Return Value bool
void register() Register the service provider. Return Value void
bool cannot(string $ability, array|mixed $arguments = array()) Determine if the entity does not have a given ability. Parameters string $ability array|mixed $arguments Return Value bool
void __construct(array $values) Create a new in rule instance. Parameters array $values Return Value void
$this makeVisible(array|string $attributes) Make the given, typically hidden, attributes visible across the entire collection. Parameters array|string $attributes Return Value $this
Page 914 of 996