TransportManager::__call()

mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed

ChangesCommand::__construct()

void __construct() Create a new console command instance. Return Value void

Paginator::viewFactoryResolver()

static void viewFactoryResolver(Closure $resolver) Set the view factory resolver callback. Parameters Closure $resolver Return Value void

EncryptedStore::setExists()

void setExists(bool $value) Set the existence of the session on the handler if applicable. Parameters bool $value Return Value void

RoutingServiceProvider::commands()

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

TestCase::visitRoute()

$this visitRoute(string $route, array $parameters = array()) Visit the given named route with a GET request. Parameters string $route array $parameters Return Value $this

Repository::get()

mixed get(string $key, mixed $default = null) Get the specified configuration value. Parameters string $key mixed $default Return Value mixed

BaseCommand::__construct()

void __construct() Create a new console command instance. Return Value void

SqlServerConnection::setTablePrefix()

void setTablePrefix(string $prefix) Set the table prefix in use by the connection. Parameters string $prefix Return Value void

FileHelpers::clientExtension()

string clientExtension() Get the file's extension supplied by the client. Return Value string