DotsUnited\BundleFu\FileList::getMaxMTime PHP Method

getMaxMTime() public method

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