ProCacheCompiler::getCompiler()
Get existing or new instance of compiler
Usage
// basic usage
$mixed = $proCacheCompiler->getCompiler();
// usage with all arguments
$mixed = $proCacheCompiler->getCompiler(bool $reset = false);Arguments
| Name | Type(s) | Description |
|---|---|---|
$reset (optional) | bool | Reset to new instance if there already is one? Default:false |
Return value
mixed
ProCacheCompiler methods and properties
API reference based on ProcessWire core version 3.0.253