/**
* Set WebAsset manager
*
* @param WebAssetManager $webAsset The WebAsset instance
*
* @return Document
*
* @since 4.0.0
*/
public function setWebAssetManager(WebAssetManager $webAsset) : self
{
$this->webAssetManager = $webAsset;
return $this;
}