コード例 #1
0
ファイル: ViewUI.php プロジェクト: ddrozdik/dmaps
 /**
  * {@inheritdoc}
  */
 public function addCacheableDependency($other_object)
 {
     $this->storage->addCacheableDependency($other_object);
     return $this;
 }