PHP Class SymfonyRequirements, PartKeepr

Author: Fabien Potencier ([email protected])
Inheritance: extends RequirementCollection
Exibir arquivo Open project: partkeepr/PartKeepr Class Usage Examples

Public Methods

Method Description
__construct ( ) Constructor that initializes the requirements.

Protected Methods

Method Description
getRealpathCacheSize ( ) : integer Loads realpath_cache_size from php.ini and converts it to int.

Method Details

__construct() public method

Constructor that initializes the requirements.
public __construct ( )

getRealpathCacheSize() protected method

(e.g. 16k is converted to 16384 int)
protected getRealpathCacheSize ( ) : integer
return integer