예제 #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);
 }