PHP Класс Neos\Cache\EnvironmentConfiguration

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

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

Свойство Тип Описание
$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