PHP 인터페이스 Neos\Cache\Backend\PhpCapableBackendInterface

상속: extends Neos\Cache\Backend\BackendInterface
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
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