DotsUnited\BundleFu\FileList::reset PHP Méthode

reset() public méthode

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