Пример #1
0
 public function process()
 {
     if (!$this->loadProvider()) {
         return array();
     }
     $info = $this->provider->stats();
     if (empty($info)) {
         return $this->failure($this->modx->lexicon('provider_err_connect'));
     }
     return $this->success('', $info);
 }