SS_ConfigStaticManifest_Reflection
class SS_ConfigStaticManifest_Reflection extends SS_ConfigStaticManifest (View source)
Allows access to config values set on classes using private statics.
Properties
protected | $base | from SS_ConfigStaticManifest | ||
protected | $tests | from SS_ConfigStaticManifest | ||
protected | $cache | from SS_ConfigStaticManifest | ||
protected | $key | from SS_ConfigStaticManifest | ||
protected | $index | from SS_ConfigStaticManifest | ||
protected | $statics | from SS_ConfigStaticManifest | ||
protected static | $initial_classes | from SS_ConfigStaticManifest |
Methods
public
__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.
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)
No description
regenerate($cache = true)
Completely regenerates the manifest file.
handleFile($basename, $pathname, $depth)
No description
getStatics()
No description