trait RequireOnceFromValueTrait (View source)

RequireOnceFromValueTrait

Properties

protected array $_requiredEntryIdentifiers

Methods

mixed
requireOnce(string $entryIdentifier)

Loads PHP code from the cache and require_onces it right away.

Details

mixed requireOnce(string $entryIdentifier)

Loads PHP code from the cache and require_onces it right away.

Parameters

string $entryIdentifier

An identifier which describes the cache entry to load

Return Value

mixed

Potential return value from the include operation