org\bovigo\vfs\DotDirectory::isDot PHP Метод

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

checks whether dir is a dot dir
public isDot ( ) : boolean
Результат boolean
    public function isDot()
    {
        return true;
    }