bool offsetExists(string $key) Determine if the given configuration option exists. Parameters string $key Return Value bool
$this makeHidden(array|string $attributes) Make the given, typically visible, attributes hidden across the entire collection. Parameters array|string $attributes Return Value $this
void fire() Execute the console command. Return Value void
int size(string $path) Get the file size of a given file. Parameters string $path Return Value int
bool hasMorePages() Determine if there is more items in the data store. 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
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
Page 163 of 996