Property | Type | Description | |
---|---|---|---|
$options | |||
$path |
Method | Description | |
---|---|---|
__construct ( string $path, array $options = [] ) | Constructor | |
getOption ( string $name ) : mixed | Gets a specific option from the config | |
getPath ( ) : string | Gets the path set during initialisation | |
hasAPC ( ) |
public __construct ( string $path, array $options = [] ) | ||
$path | string | The full path to a writeable directory, with or without a trailing slash. |
$options | array | Any other configuration options. |