int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
static void defaultView(string $view) Set the default pagination view. Parameters string $view Return Value void
string getNext(string $text = '»') Get the next page pagination element. Parameters string $text Return Value string
bool has(string $key) Determine if an item exists in the cache. Parameters string $key Return Value bool
Application getLaravel() Get the Laravel application instance. Return Value Application
bool check() Determine if the current user is authenticated. Return Value bool
bool memoryExceeded(int $memoryLimit) Determine if the memory limit has been exceeded. Parameters int $memoryLimit Return Value bool
static Factory construct(Generator $faker, string|null $pathToFactories = null) Create a new factory container. Parameters Generator $faker string|null $pathToFactories Return Value Factory
Page 405 of 996