Composition::setRootDir PHP Method

setRootDir() public static method

Allow to manually set the project root dir.
public static setRootDir ( type $rootDir )
$rootDir type
    public static function setRootDir($rootDir)
    {
        self::$rootDir = $rootDir;
    }