org\bovigo\vfs\DotDirectory::isDot PHP Method

isDot() public method

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