Elastica\Aggregation\BucketScript::setFormat PHP Метод

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

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