Ipunkt\LaravelAnalytics\Data\Event::setHitType PHP Method

setHitType() public method

sets hit type
public setHitType ( string $hitType ) : Event
$hitType string
return Event
    public function setHitType($hitType)
    {
        $this->hitType = $hitType;
        return $this;
    }