Kurt\Google\Analytics\Traits\Handlers\MetricsHandler::setMetrics PHP Метод

setMetrics() публичный Метод

Set the metrics of current query while converting string values to array.
public setMetrics ( $metrics )
    public function setMetrics($metrics)
    {
        $this->metrics = $this->convertToArrayIfString($metrics);
        return $this;
    }