diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-08-04 19:03:59 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-08-04 19:03:59 +0200 |
commit | d61649958f205b0ad2a3c3a49f34a9269815f9b9 (patch) | |
tree | bb3991b723f639e22c659800b6c4a021b3d1153f /program/lib/Roundcube/rcube_plugin.php | |
parent | d01f9fc7f5a369284fbfd92c6e804d84147e42a1 (diff) | |
parent | 9e9dcc34bc32d5f0f382751245fdfa77d4a93a6a (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/lib/Roundcube/rcube_plugin.php')
-rw-r--r-- | program/lib/Roundcube/rcube_plugin.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_plugin.php b/program/lib/Roundcube/rcube_plugin.php index 01c340deb..cc7c7977f 100644 --- a/program/lib/Roundcube/rcube_plugin.php +++ b/program/lib/Roundcube/rcube_plugin.php @@ -94,7 +94,15 @@ abstract class rcube_plugin /** * Provide information about this * - * @return array Meta information about a plugin or false if not implemented + * @return array Meta information about a plugin or false if not implemented: + * As hash array with the following keys: + * name: The plugin name + * vendor: Name of the plugin developer + * version: Plugin version name + * license: License name (short form according to http://spdx.org/licenses/) + * uri: The URL to the plugin homepage or source repository + * src_uri: Direct download URL to the source code of this plugin + * require: List of plugins required for this one (as array of plugin names) */ public static function info() { |