SS_ConfigStaticManifest_Reflection
class SS_ConfigStaticManifest_Reflection extends SS_ConfigStaticManifest (View source)
Allows access to config values set on classes using private statics.
Methods
__construct(string $base, bool $includeTests = false, bool $forceRegen = false, bool $cache = true)
Constructs and initialises a new config static manifest, either loading the data from the cache or re-scanning for classes.
get($class, $name, $default = null)
No description
regenerate($cache = true)
Completely regenerates the manifest file.
getStatics()
No description
Details
__construct(string $base, bool $includeTests = false, bool $forceRegen = false, bool $cache = true)
Constructs and initialises a new config static manifest, either loading the data from the cache or re-scanning for classes.
get($class, $name, $default = null)
regenerate($cache = true)
Completely regenerates the manifest file.