org\bovigo\vfs\DotDirectory::isDot PHP 메소드

isDot() 공개 메소드

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