/** * {@inheritdoc} */ protected function _init() { parent::_init(); $this->_jbimport = $this->app->jbimport; $this->_jbsession = $this->app->jbsession; $this->_tmpFile = JBZOO_CLI_ROOT . '/resources/tmp/session.ser'; @mkdir(dirname($this->_tmpFile), 0777, true); }
/** * {@inheritdoc} */ protected function _init() { parent::_init(); $this->_jbyml = $this->app->jbyml; $this->_jbconfig = $this->app->jbconfig; }