Sulu\Bundle\MediaBundle\Entity\FormatOptions::setFormatKey PHP Method

setFormatKey() public method

Set formatKey.
public setFormatKey ( string $formatKey ) : FormatOptions
$formatKey string
return FormatOptions
    public function setFormatKey($formatKey)
    {
        $this->formatKey = $formatKey;
        return $this;
    }