array arguments() Get all of the arguments passed to the command. Return Value array
void offsetSet(string $key, mixed $value) Store an item in the cache for the default time. Parameters string $key mixed $value Return Value void
Collection map(callable $callback) Run a map over each of the items. Parameters callable $callback Return Value Collection
$this setWorkingPath(string $path) Set the working path used by the class. Parameters string $path Return Value $this
$this height(int $value) Set the "height" constraint. Parameters int $value Return Value $this
array getColumns() Get the columns on the blueprint. Return Value array
array payload() Get the decoded body of the job. Return Value array
$this setRoutes(RouteCollection $routes) Set the route collection. Parameters RouteCollection $routes Return Value $this
string toJson(int $options) Convert the model instance to JSON. Parameters int $options Return Value string
void info(string $string) Write a string as information output. Parameters string $string Return Value void
Page 413 of 996