Exemplo n.º 1
0
 /**
  * @return bool TRUE if the file has been successfully renamed, FALSE otherwise
  */
 public function renameTo($newName)
 {
     $this->getParentFile()->checkWritePermission();
     return parent::renameTo($newName);
 }