示例#1
0
文件: ViewUI.php 项目: ddrozdik/dmaps
 /**
  * {@inheritdoc}
  */
 public function addCacheableDependency($other_object)
 {
     $this->storage->addCacheableDependency($other_object);
     return $this;
 }