Sulu\Bundle\ResourceBundle\Api\OperatorValue::setName PHP Method

setName() public method

Sets the name of the operator value.
public setName ( string $name )
$name string The name of the operator value
    public function setName($name)
    {
        $this->getTranslation()->setName($name);
    }