PHP 트레잇 Neos\Cache\Backend\RequireOnceFromValueTrait

파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$_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