From 13d0a914c7b6e053c19e34f74f6f30ed030487ae Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 Jan 2014 00:48:35 -0800 Subject: doc updates --- doc/html/classRedBrowser.html | 244 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 244 insertions(+) create mode 100644 doc/html/classRedBrowser.html (limited to 'doc/html/classRedBrowser.html') diff --git a/doc/html/classRedBrowser.html b/doc/html/classRedBrowser.html new file mode 100644 index 000000000..19a02f9e4 --- /dev/null +++ b/doc/html/classRedBrowser.html @@ -0,0 +1,244 @@ + + + + + + +The Red Matrix: RedBrowser Class Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Matrix +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
RedBrowser Class Reference
+
+
+
+Inheritance diagram for RedBrowser:
+
+
+ + + +
+ + + + + + + + + + +

+Public Member Functions

 __construct (&$auth)
 
 set_writeable ()
 
 generateDirectoryIndex ($path)
 
 htmlActionsPanel (DAV\INode $node, &$output)
 
+ + + +

+Private Attributes

 $auth
 
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
RedBrowser::__construct ($auth)
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
RedBrowser::generateDirectoryIndex ( $path)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
RedBrowser::htmlActionsPanel (DAV\INode $node,
$output 
)
+
+ +
+
+ +
+
+ + + + + + + +
RedBrowser::set_writeable ()
+
+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
RedBrowser::$auth
+
+private
+
+ +

Referenced by __construct().

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ -- cgit v1.2.3 From 0501bab7dc5982f94924e19192c1d523a45085aa Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 21 Feb 2014 23:51:43 -0800 Subject: doc update --- doc/html/classRedBrowser.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'doc/html/classRedBrowser.html') diff --git a/doc/html/classRedBrowser.html b/doc/html/classRedBrowser.html index 19a02f9e4..c1a5e5ad9 100644 --- a/doc/html/classRedBrowser.html +++ b/doc/html/classRedBrowser.html @@ -107,6 +107,7 @@ $(document).ready(function(){initNavTree('classRedBrowser.html','');});
@@ -133,6 +134,11 @@ Public Member Functions  htmlActionsPanel (DAV\INode $node, &$output)   + + + +

+Protected Member Functions

 getAssetUrl ($assetName)
 
@@ -170,6 +176,40 @@ Private Attributes

Private Attributes

 $auth
+
+
+ +
+
+ + + + + +
+ + + + + + + + +
RedBrowser::getAssetUrl ( $assetName)
+
+protected
+
+

This method takes a path/name of an asset and turns it into url suiteable for http access.

+
Parameters
+ + +
string$assetName
+
+
+
Returns
string
+ +

Referenced by generateDirectoryIndex().

+
-- cgit v1.2.3