$this prefix(string $prefix) Add a prefix to the route URI. Parameters string $prefix Return Value $this
start() {@inheritdoc}
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
$this via(string $method) Set the method to call on the stops. Parameters string $method Return Value $this
mixed selectOne(string $query, array $bindings = array()) Run a select statement and return a single result. Parameters string $query array $bindings Return Value mixed
static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool
array select(string $query, array $bindings = array(), bool $useReadPdo = true) Run a select statement against the database. Parameters string $query array $bindings bool $useReadPdo Return Value array
bool hasMorePages() Determine if there is more items in the data store. Return Value bool
int size(string $path) Get the file size of a given file. Parameters string $path Return Value int
void fire() Execute the console command. Return Value void
Page 469 of 996