array getDeferredServices() Get the application's deferred services. Return Value array
void __construct() Create a new console command instance. Return Value void
array load(string $environment, string $group, string $namespace = null) Load the given configuration group. Parameters string $environment string $group string $namespace Return Value array
bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool
array broadcastOn() Get the channels the event should broadcast on. Return Value array
int getCountForPagination(array $columns = array('*')) Get the count of the total records for the paginator. Parameters array $columns Return Value int
void comment(string $string) Write a string as comment output. Parameters string $string Return Value void
array when() Get the events that trigger this service provider to register. Return Value array
$this add(string $key, string $message) Add a message to the bag. Parameters string $key string $message Return Value $this
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
Page 395 of 996