Exemple #1
0
 /**
  * @param mixed $newGroup The user name or user number or an object representing the user.
  * @param bool $recursive
  * @return bool TRUE if the owner has been successfully modified, FALSE otherwise.
  * @throws EyeIOException
  * @throws EyeSecurityException
  */
 public function chown($newOwner, $recursive = false)
 {
     $this->checkAdminPermission();
     return parent::chown($newOwner, $recursive);
 }