Пример #1
0
 /**
  * Get Hosting Statistics
  * 
  * @return array
  */
 public function stats()
 {
     return array('quota' => $this->_helper->getQuota(), 'used' => $this->_helper->getRootDirSize(), 'free' => $this->_helper->getFreeSpace());
 }