LengthAwarePaginator::toHtml()

string toHtml() Render the contents of the paginator to HTML. Return Value string

MemcachedConnector::connect()

Memcached connect(array $servers, string|null $connectionId = null, array $options = array(), array $credentials = array()) Create a new Memcached connection. Parameters array $servers string|null $connectionId array $options array $credentials Return Value Memcached Exceptions RuntimeException

SqlServerConnector::setDefaultOptions()

void setDefaultOptions(array $options) Set the default PDO connection options. Parameters array $options Return Value void

Filesystem::sharedGet()

string sharedGet(string $path) Get contents of a file with shared access. Parameters string $path Return Value string

XCacheStore::get()

mixed get(string $key) Retrieve an item from the cache by key. Parameters string $key Return Value mixed

Form::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

PipelineServiceProvider::commands()

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

KeyGenerateCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array

DatabaseNotificationCollection::modelKeys()

array modelKeys() Get the array of primary keys. Return Value array

MigrateCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void