array payload() Get the decoded body of the job. Return Value array
array getColumns() Get the columns on the blueprint. Return Value array
$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
Collection map(callable $callback) Run a map over each of the items. Parameters callable $callback Return Value Collection
void offsetSet(string $key, mixed $value) Store an item in the cache for the default time. Parameters string $key mixed $value Return Value void
array arguments() Get all of the arguments passed to the command. Return Value array
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
string getKey() Get the API key being used by the transport. Return Value string
void login(Authenticatable $user, bool $remember = false) Log a user into the application. Parameters Authenticatable $user bool $remember Return Value void
Page 127 of 996