Home
last modified time | relevance | path

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

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