Kurt\Google\Analytics\Traits\Handlers\SegmentHandler::unsetSegment PHP Method

unsetSegment() public method

public unsetSegment ( )
    public function unsetSegment()
    {
        $this->segment = null;
        return $this;
    }