示例#1
0
文件: Export.php 项目: rukzuk/rukzuk
 public function __construct($businessname)
 {
     parent::__construct($businessname);
     $config = Registry::getConfig();
     $this->mediaDirectory = $config->media->files->directory;
     $this->exportDirectory = $config->export->directory;
 }
示例#2
0
文件: Modul.php 项目: rukzuk/rukzuk
 public function __construct($businessname)
 {
     parent::__construct($businessname);
 }