array writeManifest(array $manifest) Write the service manifest file to disk. Parameters array $manifest Return Value array
void registerPolicies() Register the application's policies. Return Value void
void addNamespace(string $namespace, string $hint) Add a new namespace to the loader. Parameters string $namespace string $hint Return Value void
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
array getGuarded() Get the guarded attributes for the model. Return Value array
mixed getAttribute(string $key) Get an attribute from the model. Parameters string $key Return Value mixed
void afterBootstrapping(string $bootstrapper, Closure $callback) Register a callback to run after a bootstrapper. Parameters string $bootstrapper Closure $callback Return Value void
void flush(string $event) Flush a set of pushed events. Parameters string $event Return Value void
$this put(mixed $key, mixed $value) Put an item in the collection by key. Parameters mixed $key mixed $value Return Value $this
array arguments() Get all of the arguments passed to the command. Return Value array
Page 230 of 996