app\Kernel::getRootPath PHP Méthode

getRootPath() public méthode

public getRootPath ( ) : string
Résultat string
    public function getRootPath() : string
    {
        return realpath(__DIR__ . '/../');
    }