Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-27 11:23:20 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-27 11:23:20 +0400
commitc8b88c66119354d3d16140ce6ec685cdb27bb110 (patch)
treedb307b75c347f46c1fddf94c3dd8ebcdea90da2a /core
parent5f93048baac056265f58576d58cfa37ba4dfe488 (diff)
Last of the documentation.
Diffstat (limited to 'core')
-rw-r--r--core/Plugin.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/Plugin.php b/core/Plugin.php
index 8cb13cfe74..a14cade95b 100644
--- a/core/Plugin.php
+++ b/core/Plugin.php
@@ -195,7 +195,10 @@ class Plugin
}
/**
- * TODO
+ * Extracts the plugin name from a backtrace array. Returns false if we can't find one.
+ *
+ * @param array $backtrace The result of the debug_backtrace() or Exception::getTrace().
+ * @return string|false
*/
public static function getPluginNameFromBacktrace($backtrace)
{