void register() Register the service provider. Return Value void
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
mixed bulk(array $jobs, mixed $data = '', string $queue = null) Push an array of jobs onto the queue. Parameters array $jobs mixed $data string $queue Return Value mixed
array all() Get all of the commands registered with the console. Return Value array
void addNamespace(string $namespace, string $hint) Add a new namespace to the loader. Parameters string $namespace string $hint Return Value void
string getTablePrefix() Get the grammar's table prefix. Return Value string
array when() Get the events that trigger this service provider to register. Return Value array
$this send(mixed $traveler) Set the traveler object being sent on the pipeline. Parameters mixed $traveler Return Value $this
Page 277 of 996