void boot() Boot the application's service providers. Return Value void
int currentPage() Determine the current page being paginated. Return Value int
$this nest(string $key, string $view, array $data = array()) Add a view instance to the view data. Parameters string $key string $view array $data Return Value $this
void register() Register the service provider. Return Value void
$this expectsEvents(array|mixed $events) Specify a list of events that should be fired for the given operation. These events will be mocked, so that handlers will not actually be executed. Parameters array|mixed $events Return Value $this
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
Store getStore() Get the cache store implementation. Return Value Store
void boot() Bootstrap the application events. Return Value void
string getDefaultConnection() Get the default connection name. Return Value string
mixed selectOne(string $query, array $bindings = array()) Run a select statement and return a single result. Parameters string $query array $bindings Return Value mixed
Page 397 of 996