app\Kernel::getRootPath PHP Метод

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

public getRootPath ( ) : string
Результат string
    public function getRootPath() : string
    {
        return realpath(__DIR__ . '/../');
    }