Пример #1
0
 public function setDirectoryFromBundle(\Zikula\Core\AbstractBundle $bundle)
 {
     $parts = explode('/', $bundle->getRelativePath());
     array_shift($parts);
     $this->directory = implode('/', $parts);
 }