Method | Description | |
---|---|---|
__get ( string $name ) : mixed | ||
__set ( string $name, $value ) | ||
get ( ) : |
||
getProjectRootDirectory ( ) : string | ||
projectPath ( string $relative_path ) : string | ||
setProjectRootDirectory ( string $project_root_directory ) : void |
Method | Description | |
---|---|---|
__construct ( ) | Disallow the constructor to force a singleton |
public static get ( ) : |
||
return | Get a Configuration singleton |
public getProjectRootDirectory ( ) : string | ||
return | string | Get the root directory of the project that we're scanning |
public static projectPath ( string $relative_path ) : string | ||
$relative_path | string | |
return | string | The relative path appended to the project root directory. |
public setProjectRootDirectory ( string $project_root_directory ) : void | ||
$project_root_directory | string | Set the root directory of the project that we're scanning |
return | void |