예제 #1
0
파일: plugin.php 프로젝트: staabm/redaxo
 /**
  * {@inheritdoc}
  */
 public function getCachePath($file = '')
 {
     return rex_path::pluginCache($this->getAddon()->getName(), $this->getName(), $file);
 }