This commit is contained in:
Romain Neutron
2014-01-14 12:04:38 +01:00
parent 0778c5852b
commit d7f7e1c92c
111 changed files with 112 additions and 173 deletions

View File

@@ -767,12 +767,12 @@ class module_report
/**
* @desc Set your own configuration for each column displayed in the html table
* @param array $tab contain your conf's variables
* array( 'field' =>
* array('title of the colum', '1 = order ON / 0 = order OFF',
* '1 = bound ON / 0 = bound OFF')
* @example $tab = array('user' => array('user list', 1, 0),
* 'id' => array(user id, 0, 0)); etc ..
* @param array $tab contain your conf's variables
* array( 'field' =>
* array('title of the colum', '1 = order ON / 0 = order OFF',
* '1 = bound ON / 0 = bound OFF')
* @example $tab = array('user' => array('user list', 1, 0),
* 'id' => array(user id, 0, 0)); etc ..
* @return void
*/
protected function setConfigColumn($tab)

View File

@@ -93,7 +93,6 @@ class module_report_connexion extends module_report
* @desc build the result from the specified sql
* @param array $champ all the field from the request displayed in a array
* @param string $sql the request from buildreq
* @return $this->result
*/
protected function buildResult(Application $app, $rs)
{

View File

@@ -58,7 +58,7 @@ class module_report_dashboard_feed implements module_report_dashboard_componentI
private $app;
/**
* return l'objet stockee dans le cache si i l existe sinon instancie
* Returns l'objet stockee dans le cache si i l existe sinon instancie
* un nouveau objet dashboard_feed
*
* @param Application $app

View File

@@ -96,7 +96,6 @@ class module_report_download extends module_report
* @desc build the result from the specified sql
* @param array $champ all the field from the request displayed in a array
* @param string $sql the request from buildreq
* @return $this->result
*/
protected function buildResult(Application $app, $rs)
{