Newscoop\Storage\Item::isDir PHP 메소드

isDir() 공개 메소드

Test if item is dir
public isDir ( ) : boolean
리턴 boolean
    public function isDir()
    {
        return $this->storage->isDir($this->key);
    }