Grido\Components\Filters\Filter::setFormatValue PHP Method

setFormatValue() public method

Sets custom format value.
public setFormatValue ( string $format ) : Filter
$format string for example: "%%value%"
return Filter
    public function setFormatValue($format)
    {
        $this->formatValue = $format;
        return $this;
    }