Container getContainer() Get the service container instance. Return Value Container
void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void
array createMany(array $records, array $joinings = array()) Create an array of new instances of the related models. Parameters array $records array $joinings Return Value array
mixed get(string $key, mixed $default = null) Retrieve an item from the cache by key. Parameters string $key mixed $default Return Value mixed
static bool load(string $class) Load the given class file. Parameters string $class Return Value bool
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
destroy($sessionId) {@inheritdoc} Parameters $sessionId
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
Page 395 of 996