Sets the content of the current asset.
Filters can use this method to change the content of the asset.
string $content The asset content:
Overrides AssetInterface::setContent
public function setContent($content) { $this->content = $content; }