PHP 클래스 Neos\Cache\EnvironmentConfiguration

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

보호된 프로퍼티들

프로퍼티 타입 설명
$applicationIdentifier string The installations path would be a good identifier. If your application supports different contexts that shouldn't share caches an identifier for that should also be included.
$fileCacheBasePath string Base path for any file based caches.
$maximumPathLength integer The maximum allowed length of a path.

공개 메소드들

메소드 설명
__construct ( string $applicationIdentifier, string $fileCacheBasePath, integer $maximumPathLength ) EnvironmentConfiguration constructor.
getApplicationIdentifier ( ) : string
getFileCacheBasePath ( ) : string
getMaximumPathLength ( ) : integer

메소드 상세

__construct() 공개 메소드

EnvironmentConfiguration constructor.
public __construct ( string $applicationIdentifier, string $fileCacheBasePath, integer $maximumPathLength )
$applicationIdentifier string
$fileCacheBasePath string
$maximumPathLength integer

getApplicationIdentifier() 공개 메소드

public getApplicationIdentifier ( ) : string
리턴 string

getFileCacheBasePath() 공개 메소드

public getFileCacheBasePath ( ) : string
리턴 string

getMaximumPathLength() 공개 메소드

public getMaximumPathLength ( ) : integer
리턴 integer

프로퍼티 상세

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

The installations path would be a good identifier. If your application supports different contexts that shouldn't share caches an identifier for that should also be included.
protected string $applicationIdentifier
리턴 string

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

Base path for any file based caches.
protected string $fileCacheBasePath
리턴 string

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

The maximum allowed length of a path.
protected int $maximumPathLength
리턴 integer