Smile\ElasticsuiteCatalogRule\Model\Rule\Condition\Product::setElementName PHP Method

setElementName() public method

Set the target element name (name of the input into the form).
public setElementName ( string $elementName )
$elementName string Target element name
    public function setElementName($elementName)
    {
        $this->elementName = $elementName;
        return $this;
    }