Exemplo n.º 1
0
 function setFile($path)
 {
     parent::setFile($path);
     if (file_exists($this->getPath())) {
         $this->getBody();
     }
 }
Exemplo n.º 2
0
 function setFile($file_path)
 {
     parent::setFile($file_path);
     $this->set_mimetype();
     $this->set_size();
 }