Esempio n. 1
0
 public function __construct(Application $app)
 {
     $this->app = $app;
     parent::__construct(array('root' => $app['resources']->getPath('root'), 'app' => $app['resources']->getPath('app'), 'default' => $app['resources']->getPath('files'), 'files' => $app['resources']->getPath('files'), 'config' => $app['resources']->getPath('config'), 'theme' => $app['resources']->getPath('themebase'), 'extensions' => $app['resources']->getPath('extensionspath')));
 }