PHP Trait Neos\Cache\Backend\RequireOnceFromValueTrait

Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$_requiredEntryIdentifiers array

Méthodes publiques

Méthode Description
requireOnce ( string $entryIdentifier ) : mixed Loads PHP code from the cache and require_onces it right away.

Method Details

requireOnce() public méthode

Loads PHP code from the cache and require_onces it right away.
public requireOnce ( string $entryIdentifier ) : mixed
$entryIdentifier string An identifier which describes the cache entry to load
Résultat mixed Potential return value from the include operation

Property Details

$_requiredEntryIdentifiers protected_oe property

protected array $_requiredEntryIdentifiers
Résultat array