$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
$this makeHidden(array|string $attributes) Make the given, typically visible, attributes hidden across the entire collection. Parameters array|string $attributes Return Value $this
bool offsetExists(string $key) Determine if the given configuration option exists. Parameters string $key Return Value bool
int artisan(string $command, array $parameters = array()) Call artisan command and return code. Parameters string $command array $parameters Return Value int
Page 726 of 996