PHP Class Neos\Cache\EnvironmentConfiguration

Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$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.

Méthodes publiques

Méthode Description
__construct ( string $applicationIdentifier, string $fileCacheBasePath, integer $maximumPathLength ) EnvironmentConfiguration constructor.
getApplicationIdentifier ( ) : string
getFileCacheBasePath ( ) : string
getMaximumPathLength ( ) : integer

Method Details

__construct() public méthode

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

getApplicationIdentifier() public méthode

public getApplicationIdentifier ( ) : string
Résultat string

getFileCacheBasePath() public méthode

public getFileCacheBasePath ( ) : string
Résultat string

getMaximumPathLength() public méthode

public getMaximumPathLength ( ) : integer
Résultat integer

Property Details

$applicationIdentifier protected_oe property

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
Résultat string

$fileCacheBasePath protected_oe property

Base path for any file based caches.
protected string $fileCacheBasePath
Résultat string

$maximumPathLength protected_oe property

The maximum allowed length of a path.
protected int $maximumPathLength
Résultat integer