DotsUnited\BundleFu\FileList::reset PHP Method

reset() public method

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