org\bovigo\vfs\DotDirectory::isDot PHP Méthode

isDot() public méthode

checks whether dir is a dot dir
public isDot ( ) : boolean
Résultat boolean
    public function isDot()
    {
        return true;
    }