Ejemplo n.º 1
0
 /**
  * @return int The size of the file (in KB)
  */
 public function getSize($recursive = false)
 {
     $this->checkConnectPermission();
     return parent::getSize($recursive);
 }