Ejemplo n.º 1
0
 /**
  * Forces fetching stats from the current file now (if supported).
  * @return bool
  */
 public function fetchStats()
 {
     $this->checkConnectPermission();
     return parent::fetchStats();
 }