Nextcloud PHP API (master)

IRenameChange extends IChange

Represents a detected rename change

Tags
since
12.0.0

Table of Contents

Constants

ADDED  = 1
MODIFIED  = 3
REMOVED  = 2
RENAMED  = 4

Methods

getPath()  : mixed
Get the path of the file that was changed relative to the root of the storage
getTargetPath()  : string
Get the new path of the renamed file relative to the storage root
getType()  : int
Get the type of the change

Constants

ADDED

public mixed ADDED = 1
Tags
since
12.0.0

MODIFIED

public mixed MODIFIED = 3
Tags
since
12.0.0

REMOVED

public mixed REMOVED = 2
Tags
since
12.0.0

RENAMED

public mixed RENAMED = 4
Tags
since
12.0.0

Methods

getPath()

Get the path of the file that was changed relative to the root of the storage

public getPath() : mixed

Note, for rename changes this path is the old path for the file

Tags
since
12.0.0

getTargetPath()

Get the new path of the renamed file relative to the storage root

public getTargetPath() : string
Tags
since
12.0.0
Return values
string

getType()

Get the type of the change

public getType() : int
Tags
since
12.0.0
Return values
int

IChange::ADDED, IChange::REMOVED, IChange::MODIFIED or IChange::RENAMED


        
On this page

Search results