Skip to content
Extraits de code Groupes Projets
Valider f45ae6c8 rédigé par sgiehl's avatar sgiehl
Parcourir les fichiers

fixed more doc blocks

parent a9ff5019
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -102,9 +102,9 @@ class AddColumnsProcessedMetrics extends Filter
* - raw datatables coming from the archive DB, which columns are int indexed
* - datatables processed resulting of API calls, which columns have human readable english names
*
* @param Row $row
* @param Row|array $row
* @param int $columnIdRaw see consts in Archive::
* @param bool $mappingIdToName
* @param bool|array $mappingIdToName
* @return mixed Value of column, false if not found
*/
protected function getColumn($row, $columnIdRaw, $mappingIdToName = false)
......
......@@ -182,7 +182,7 @@ class Csv extends Renderer
/**
* Converts the output of the given simple data table
*
* @param Simple $table
* @param DataTable|Simple $table
* @param array $allColumns
* @return string
*/
......
......@@ -107,7 +107,7 @@ class Html extends Renderer
/**
* Adds the given data table to the table structure array
*
* @param Simple $table
* @param DataTable $table
* @param null|string $columnToAdd
* @param null|string $valueToAdd
* @throws Exception
......
......@@ -123,7 +123,7 @@ class Php extends Renderer
* 'col2_name' => value2,
* 'metadata1_name' => value_metadata )
*
* @param null|DataTable\Map|Simple $dataTable
* @param null|DataTable|DataTable\Map|Simple $dataTable
* @return array Php array representing the 'flat' version of the datatable
*/
public function flatRender($dataTable = null)
......
......@@ -63,7 +63,7 @@ class Xml extends Renderer
/**
* Converts the given data table to an array
*
* @param DataTable $table data table to convert
* @param DataTable|DataTable/Map $table data table to convert
* @return array
*/
protected function getArrayFromDataTable($table)
......@@ -83,7 +83,7 @@ class Xml extends Renderer
/**
* Computes the output for the given data table
*
* @param DataTable $table
* @param DataTable|DataTable/Map $table
* @param bool $returnOnlyDataTableXml
* @param string $prefixLines
* @return array|string
......
......@@ -34,7 +34,7 @@ class JqplotDataGenerator
/**
* This object does most of the work in generating the JQPlot JSON data.
*
* @var \Piwik\Visualization\
* @var Visualization\
*/
protected $visualization;
......
......@@ -26,6 +26,8 @@ class Evolution extends JqplotDataGenerator
/**
* Constructor.
*
* @param array $properties
*/
public function __construct($properties)
{
......
......@@ -33,6 +33,13 @@ abstract class Log extends \Zend_Log
protected $screenFormatter = null;
protected $currentRequestKey;
/**
* @param string $logToFileFilename filename of logfile
* @param \Zend_Log_Formatter_Interface $fileFormatter
* @param \Zend_Log_Formatter_Interface $screenFormatter
* @param string $logToDatabaseTableName
* @param array $logToDatabaseColumnMapping
*/
function __construct($logToFileFilename,
$fileFormatter,
$screenFormatter,
......
......@@ -224,7 +224,7 @@ class GoalManager
* @param int $idSite
* @param array $visitorInformation
* @param array $visitCustomVariables
* @param string $action
* @param Action $action
*/
public function recordGoals($idSite, $visitorInformation, $visitCustomVariables, $action)
{
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter