PHP 클래스 Neos\Fusion\Core\Cache\FileMonitorListener

It's used in the Package bootstrap as an early instance, so no full dependency injection is available.
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$flowCacheManager Neos\Flow\Cache\CacheManager

공개 메소드들

메소드 설명
__construct ( CacheManager $flowCacheManager )
flushContentCacheOnFileChanges ( $fileMonitorIdentifier, array $changedFiles ) : void

메소드 상세

__construct() 공개 메소드

public __construct ( CacheManager $flowCacheManager )
$flowCacheManager Neos\Flow\Cache\CacheManager

flushContentCacheOnFileChanges() 공개 메소드

public flushContentCacheOnFileChanges ( $fileMonitorIdentifier, array $changedFiles ) : void
$fileMonitorIdentifier
$changedFiles array
리턴 void

프로퍼티 상세

$flowCacheManager 보호되어 있는 프로퍼티

protected CacheManager,Neos\Flow\Cache $flowCacheManager
리턴 Neos\Flow\Cache\CacheManager