$_path
$_path : string
The path this engine finds files on.
Trait providing utility methods for file based config engines.
_getFilePath(string $key, boolean $checkExists = false) : string
Get file path
string | $key | The identifier to write to. If the key has a . it will be treated as a plugin prefix. |
boolean | $checkExists | Whether to check if file exists. Defaults to false. |
When files don't exist or when files contain '..' as this could lead to abusive reads.
Full file path
Loading…