Contao\CoreBundle\Test\Contao\EnvironmentTest::getRootDir PHP Метод

getRootDir() публичный Метод

Returns the normalized root directory.
public getRootDir ( ) : string
Результат string
    public function getRootDir()
    {
        return strtr(parent::getRootDir(), '\\', '/');
    }