Composition::setRootDir PHP Méthode

setRootDir() public static méthode

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