Elastica\Aggregation\SerialDiff::setFormat PHP Method

setFormat() public method

Set the format for this aggregation.
public setFormat ( string $format )
$format string
    public function setFormat($format)
    {
        return $this->setParam('format', $format);
    }