]> source.dussan.org Git - nextcloud-server.git/commitdiff
make documentation reflect reality a bit better
authorRobin Appelman <icewind1991@gmail.com>
Fri, 21 Oct 2011 15:01:41 +0000 (17:01 +0200)
committerRobin Appelman <icewind@owncloud.com>
Tue, 21 Feb 2012 19:48:47 +0000 (20:48 +0100)
lib/fileproxy.php

index 7e0722b960e35bcb118a954fd5b5f8b3228229f6..1fb22bd11394b39d34f6d10affaf081257c4c7e1 100644 (file)
@@ -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{