PHP Трейт Neos\Cache\Backend\RequireOnceFromValueTrait

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_requiredEntryIdentifiers array

Открытые методы

Метод Описание
requireOnce ( string $entryIdentifier ) : mixed Loads PHP code from the cache and require_onces it right away.

Описание методов

requireOnce() публичный метод

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
Результат mixed Potential return value from the include operation

Описание свойств

$_requiredEntryIdentifiers защищенное свойство

protected array $_requiredEntryIdentifiers
Результат array