Elastica\Aggregation\Children::setType PHP Method

setType() public method

Set the type for this aggregation.
public setType ( $type )
    public function setType($type)
    {
        return $this->setParam('type', $type);
    }
Children