From a47971aefd2bee45f4e57dd1fc3ea24bb370881f Mon Sep 17 00:00:00 2001 From: root Date: Sun, 29 Jun 2014 18:32:40 +0200 Subject: Some doco work. Changed main.bb and added a return link to all .bb files and began planning new entries for user orientated documentation. --- doc/old/html/classRedFile.html | 400 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 400 insertions(+) create mode 100644 doc/old/html/classRedFile.html (limited to 'doc/old/html/classRedFile.html') diff --git a/doc/old/html/classRedFile.html b/doc/old/html/classRedFile.html new file mode 100644 index 000000000..c45b36c39 --- /dev/null +++ b/doc/old/html/classRedFile.html @@ -0,0 +1,400 @@ + + + + + + +The Red Matrix: RedFile Class Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Matrix +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
RedFile Class Reference
+
+
+
+Inheritance diagram for RedFile:
+
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

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

+Private Attributes

 $data
 
 $auth
 
 $name
 
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
RedFile::__construct ( $name,
 $data,
$auth 
)
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
RedFile::delete ()
+
+ +
+
+ +
+
+ + + + + + + +
RedFile::get ()
+
+ +
+
+ +
+
+ + + + + + + +
RedFile::getContentType ()
+
+ +
+
+ +
+
+ + + + + + + +
RedFile::getETag ()
+
+ +
+
+ +
+
+ + + + + + + +
RedFile::getLastModified ()
+
+ +
+
+ +
+
+ + + + + + + +
RedFile::getName ()
+
+ +
+
+ +
+
+ + + + + + + +
RedFile::getSize ()
+
+ +
+
+ +
+
+ + + + + + + + +
RedFile::put ( $data)
+
+ +
+
+ +
+
+ + + + + + + + +
RedFile::setName ( $newName)
+
+ +
+
+

Member Data Documentation

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

Referenced by __construct().

+ +
+
+ +
+
+ + + + + +
+ + + + +
RedFile::$data
+
+private
+
+ +

Referenced by __construct(), and put().

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

Referenced by __construct().

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ -- cgit v1.2.3