mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
make documentation reflect reality a bit better
This commit is contained in:
parent
b6ed61eab2
commit
abc749feeb
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
* A post-proxy recieves 2 arguments, the filepath and the result of the operation.
|
||||
* The return calue of the post-proxy will be used as the new result of the operation
|
||||
* The operations that have a post-proxy are
|
||||
* file_get_contents, is_file, is_dir, file_exists, stat, is_readable, is_writable, filemtime, filectime, file_get_contents, getMimeType, hash, free_space and search
|
||||
* file_get_contents, is_file, is_dir, file_exists, stat, is_readable, is_writable, fileatime, filemtime, filectime, file_get_contents, getMimeType, hash, fopen, free_space and search
|
||||
*/
|
||||
|
||||
class OC_FileProxy{
|
||||
|
|
|
|||
Loading…
Reference in a new issue