Rule::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

ListenCommand::warn()

void warn(string $string) Write a string as warning output. Parameters string $string Return Value void

Factory::renderEach()

string renderEach(string $view, array $data, string $iterator, string $empty = 'raw|') Get the rendered contents of a partial from a loop. Parameters string $view array $data string $iterator string $empty Return Value string

ClassLoader::removeDirectories()

static void removeDirectories(string|array $directories = null) Remove directories from the class loader. Parameters string|array $directories Return Value void

CapsuleManagerTrait::setAsGlobal()

void setAsGlobal() Make this capsule instance available globally. Return Value void

UserTrait::getRememberToken()

string getRememberToken() Get the token value for the "remember me" session. Return Value string

Request::getRouteResolver()

Closure getRouteResolver() Get the route resolver callback. Return Value Closure

MaintenanceServiceProvider::commands()

void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void

TaggedCache::setEventDispatcher()

void setEventDispatcher(Dispatcher $events) Set the event dispatcher instance. Parameters Dispatcher $events Return Value void

EncryptionServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool