AssetManager\Asset\AggregateAsset::getLastModified PHP Method

getLastModified() public method

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