RenameChange

class OC\Files\Notify\RenameChange
Source:lib/private/Files/Notify/RenameChange.php#28
Parent:OC\Files\Notify\Change
Implements:OCP\Files\Notify\IRenameChange

Properties

Methods

public OC\Files\Notify\RenameChange::__construct($type, $path, $targetPath)
Change constructor.
Source:

lib/private/Files/Notify/RenameChange.php#39

Parameters:
  • $type (int)
  • $path (string)
  • $targetPath (string)
public OC\Files\Notify\RenameChange::getTargetPath()
Get the new path of the renamed file relative to the storage root
Source:lib/private/Files/Notify/RenameChange.php#49
Returns:string