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

getMaxMTime() public méthode

Get the maximum modification of all files in this list.
public getMaxMTime ( ) : integer
Résultat integer
    public function getMaxMTime()
    {
        return $this->maxMTime;
    }