void registerDeferredProvider(string $provider, string $service = null) Register a deferred provider and service. Parameters string $provider string $service Return Value void
void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
bool has(string $key) Determine if an item exists in the cache. Parameters string $key Return Value bool
array compileTruncate(Builder $query) Compile a truncate table statement into SQL. Parameters Builder $query Return Value array
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
Model newInstance(array $attributes = array(), bool $exists = false) Create a new instance of the given model. Parameters array $attributes bool $exists Return Value Model
static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
mixed make(string $abstract, array $parameters = array()) Resolve the given type from the container. (Overriding Container::make) Parameters string $abstract array $parameters Return Value mixed
static AliasLoader getInstance(array $aliases = array()) Get or create the singleton alias loader instance. Parameters array $aliases Return Value AliasLoader
Page 504 of 996