string setKey(string $key) Set the API key being used by the transport. Parameters string $key Return Value string
mixed offsetGet(mixed $key) Get the item at the given offset. Parameters mixed $key Return Value mixed
string compileDrop(Blueprint $blueprint, Fluent $command) Compile a drop table command. Parameters Blueprint $blueprint Fluent $command Return Value string
string compileColumnExists(string $table) Compile the query to determine the list of columns. Parameters string $table Return Value string
array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
string getDateFormat() Get the format for database stored dates. Return Value string
$this setFormat(string $format = ':message') Set the default message format. Parameters string $format Return Value $this
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
int perPage() Get the number of items shown per page. Return Value int
Page 131 of 996