aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dev-function-overview.md
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-08 20:19:23 -0700
committerredmatrix <git@macgirvin.com>2016-05-08 20:19:23 -0700
commitb6e0d8dee02b1ecbb1396b9b973e11b92cd3b35b (patch)
treee621d573fdda7f05c09b5e061b3f5c88a769d498 /doc/dev-function-overview.md
parent2a14c7112834d4127f78ce177534045efe3c34a1 (diff)
downloadvolse-hubzilla-b6e0d8dee02b1ecbb1396b9b973e11b92cd3b35b.tar.gz
volse-hubzilla-b6e0d8dee02b1ecbb1396b9b973e11b92cd3b35b.tar.bz2
volse-hubzilla-b6e0d8dee02b1ecbb1396b9b973e11b92cd3b35b.zip
clean up some cruft
Diffstat (limited to 'doc/dev-function-overview.md')
-rw-r--r--doc/dev-function-overview.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/dev-function-overview.md b/doc/dev-function-overview.md
index 1ef80d343..fa8a98ff3 100644
--- a/doc/dev-function-overview.md
+++ b/doc/dev-function-overview.md
@@ -1,5 +1,5 @@
-Red development - some useful basic functions
-=============================================
+$Projectname development - some useful basic functions
+======================================================
@@ -17,11 +17,11 @@ Returns authenticated string hash of Red global identifier, if authenticated via
* get_app()
-Returns the global app structure ($a).
+Returns the global app structure ($a). No longer used as App is a static class
* App::get_observer()
-(App:: is usually assigned to the global $a), so App::get_observer() or App::get_observer() - returns an xchan structure representing the current viewer if authenticated (locally or remotely).
+returns an xchan structure representing the current viewer if authenticated (locally or remotely).
* get_config($family,$key), get_pconfig($uid,$family,$key)