Home
last modified time | relevance | path

Searched refs:actionLog (Results 1 – 2 of 2) sorted by path

/plugin/statdisplay/pchart/
H A DTestCanvas.php94 $this->actionLog .= $methodName.'('.implode(', ', $formattedArgs).")\n";
98 return $this->actionLog;
101 private $actionLog = ''; variable in TestCanvas
/plugin/statistics/inc/pchart/
H A DTestCanvas.php91 $this->actionLog .= $methodName.'('.implode(', ', $formattedArgs).")\n";
95 return $this->actionLog;
98 private $actionLog = ''; variable in TestCanvas