mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Fix CS
This commit is contained in:
@@ -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)
|
||||
|
@@ -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)
|
||||
{
|
||||
|
@@ -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
|
||||
|
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user