Searched refs:actionLog (Results 1 – 2 of 2) sorted by relevance
94 $this->actionLog .= $methodName.'('.implode(', ', $formattedArgs).")\n";98 return $this->actionLog;101 private $actionLog = ''; variable in TestCanvas
91 $this->actionLog .= $methodName.'('.implode(', ', $formattedArgs).")\n";95 return $this->actionLog;98 private $actionLog = ''; variable in TestCanvas