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
static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool
mixed selectOne(string $query, array $bindings = array()) Run a select statement and return a single result. Parameters string $query array $bindings Return Value mixed
$this via(string $method) Set the method to call on the stops. Parameters string $method Return Value $this
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
$this prefix(string $prefix) Add a prefix to the route URI. Parameters string $prefix Return Value $this
start() {@inheritdoc}
void table(array $headers, array $rows, string $style = 'default') Format input to textual table Parameters array $headers array $rows string $style Return Value void
Application getLaravel() Get the Laravel application instance. Return Value Application
string getUri() Get the URI that the route responds to. Return Value string
Page 165 of 996