Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function addCacheableDependency($other_object)
 {
     $this->storage->addCacheableDependency($other_object);
     return $this;
 }