AssetManager\Asset\AggregateAsset::getLastModified PHP Méthode

getLastModified() public méthode

get last modified value from asset
public getLastModified ( ) : integer | null
Résultat integer | null
    public function getLastModified()
    {
        return $this->lastModified;
    }