mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 03:39:57 +03:00
feature 2999: documentation of functions_search and functions_tag
git-svn-id: http://piwigo.org/svn/trunk@25658 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
037413eee8
commit
da06285d4e
7 changed files with 142 additions and 108 deletions
|
@ -50,13 +50,13 @@ abstract class PluginMaintain
|
|||
|
||||
/**
|
||||
* @param string $plugin_version
|
||||
* @param array $errors - used to return error messages
|
||||
* @param array &$errors - used to return error messages
|
||||
*/
|
||||
abstract function install($plugin_version, &$errors=array());
|
||||
|
||||
/**
|
||||
* @param string $plugin_version
|
||||
* @param array $errors - used to return error messages
|
||||
* @param array &$errors - used to return error messages
|
||||
*/
|
||||
abstract function activate($plugin_version, &$errors=array());
|
||||
|
||||
|
@ -119,7 +119,7 @@ abstract class ThemeMaintain
|
|||
|
||||
/**
|
||||
* @param string $theme_version
|
||||
* @param array $errors - used to return error messages
|
||||
* @param array &$errors - used to return error messages
|
||||
*/
|
||||
abstract function activate($theme_version, &$errors=array());
|
||||
|
||||
|
@ -342,7 +342,7 @@ function trigger_action($event)
|
|||
* @depracted 2.6
|
||||
*
|
||||
* @param string $plugin_id
|
||||
* @param mixed $data
|
||||
* @param mixed &$data
|
||||
* @return bool
|
||||
*/
|
||||
function set_plugin_data($plugin_id, &$data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue