Presenter::getDots()

string getDots() Get a pagination "dot" element. Return Value string

Store::flush()

void flush() Remove all items from the cache. Return Value void

Application

Application class Application extends Container implements Application, HttpKernelInterface (View source) Constants VERSION The Laravel framework version.

Repository::get()

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

ClassLoader::load()

static bool load(string $class) Load the given class file. Parameters string $class Return Value bool

ViewErrorBag::hasBag()

bool hasBag(string $key = 'default') Checks if a named MessageBag exists in the bags. Parameters string $key Return Value bool

CommandsServiceProvider::isDeferred()

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

EncryptedStore

EncryptedStore class EncryptedStore extends Store (View source) Methods void __construct(string $name, SessionHandlerInterface $handler, Encrypter $encrypter, string|null $id = null) Create a new session instance. start() {@inheritdoc} from Store getId() {@inheritdoc} from Store setId($id) {@inheritdoc} from Store bool isValidId(string $id) Determine if this is a valid session ID. from Store getName() {@inheritdoc} from Store setName($name) {@inheritdoc} from Store invali

MorphPivot::clearBootedModels()

static void clearBootedModels() Clear the list of booted models so they will be re-booted. Return Value void

Factory::getRequest()

Request getRequest() Get the active request instance. Return Value Request