From d2d071029f38942496aa52e42048ae53c5d04d48 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 3 Jan 2014 01:41:55 -0800 Subject: doc updates --- doc/html/classRedFile.html | 126 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 121 insertions(+), 5 deletions(-) (limited to 'doc/html/classRedFile.html') diff --git a/doc/html/classRedFile.html b/doc/html/classRedFile.html index 1fa5b9e54..823034b49 100644 --- a/doc/html/classRedFile.html +++ b/doc/html/classRedFile.html @@ -124,8 +124,12 @@ Inheritance diagram for RedFile: - - + + + + + + @@ -136,14 +140,20 @@ Public Member Functions + +

Public Member Functions

 __construct ($data)
 
 __construct ($name, $data, &$auth)
 
 getName ()
 
 setName ($newName)
 
 put ($data)
 
 get ()
 
 getSize ()
 
 getLastModified ()
 
+ + + +

Private Attributes

 $data
 
 $auth
 
 $name
 

Constructor & Destructor Documentation

- +
@@ -151,8 +161,24 @@ Private Attributes - + + + + + + + + + + + + + + + + +
RedFile::__construct (  $data)$name,
 $data,
$auth 
)
@@ -203,6 +229,36 @@ Private Attributes
+
+
+ +
+
+ + + + + + + +
RedFile::getLastModified ()
+
+ +
+
+ +
+
+ + + + + + + +
RedFile::getName ()
+
+
@@ -234,9 +290,47 @@ Private Attributes
+
+ + +
+
+ + + + + + + + +
RedFile::setName ( $newName)
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
RedFile::$auth
+
+private
+
+ +

Referenced by __construct().

+ +
+
@@ -255,7 +349,29 @@ Private Attributes
-

Referenced by __construct().

+

Referenced by __construct(), and put().

+ +
+
+ +
+
+ + + + + +
+ + + + +
RedFile::$name
+
+private
+
+ +

Referenced by __construct().

-- cgit v1.2.3 From 3298768d957421743eaa56dec5381141ab094d53 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 Jan 2014 00:47:40 -0800 Subject: directory creation error, display localtimes on cloud webpage, doc updates --- doc/html/classRedFile.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc/html/classRedFile.html') diff --git a/doc/html/classRedFile.html b/doc/html/classRedFile.html index 823034b49..c45b36c39 100644 --- a/doc/html/classRedFile.html +++ b/doc/html/classRedFile.html @@ -142,6 +142,8 @@ Public Member Functions    getLastModified ()   + delete () +  @@ -186,6 +188,21 @@ Private Attributes

Member Function Documentation

+ +
+
+

Private Attributes

+ + + + + + +
RedFile::delete ()
+
+ +
+
-- cgit v1.2.3