Overrides RefinableCacheableDependencyTrait::addCacheableDependency
public function addCacheableDependency($other_object) { parent::addCacheableDependency($other_object); if ($other_object instanceof AttachmentsInterface) { $this->addAttachments($other_object->getAttachments()); } return $this; }