Returns the highest last-modified value of all assets in the current collection.
integer|null A UNIX timestamp
Overrides AssetCollection::getLastModified
public function getLastModified() {
if (!$this->initialized) {
$this
->initialize();
}
return parent::getLastModified();
}