CMS\Page::getDir PHP Méthode

getDir() public méthode

Return current directory
public getDir ( ) : string
Résultat string
    public function getDir()
    {
        return $this->isDir() ? $this->getRealPath() : dirname($this->getRealPath());
    }