restoreItem() public method

{@inheritDoc}
public restoreItem ( $removeExisting, $versionPath, $path )
 /**
  * {@inheritDoc}
  */
 public function restoreItem($removeExisting, $versionPath, $path)
 {
     $this->transport->restoreItem($removeExisting, $versionPath, $path);
 }