DotsUnited\BundleFu\FileList::reset PHP 메소드

reset() 공개 메소드

Reset the file list.
public reset ( ) : FileList
리턴 FileList
    public function reset()
    {
        $this->files = array();
        $this->maxMTime = 0;
        return $this;
    }