extends |
INode |
---|
This interface represents a file in the directory tree.
A file is a bit of a broad definition. In general it implies that on this specific node a PUT or GET method may be performed, to either update, or retrieve the contents of the file.
Methods | ||
---|---|---|
public
|
put(resource|string $data): string|null
|
# |
public
|
get(): mixed
|
# |
public
|
getContentType(): string|null
|
# |
public
|
getETag(): string|null
|
# |
public
|
getSize(): int
|
# |
Methods inherited from Sabre\DAV\INode |
---|
delete(), getName(), setName(), getLastModified() |