Пример #1
0
 public function export()
 {
     $context = \Ergo::isConsole() ? $this->_consoleContext() : $this->_webContext();
     return array_merge($context, $this->_context);
 }