Jyxo\HtmlTag::setNoEncode PHP Method

setNoEncode() public method

Sets an attribute to not be espaced on output.
public setNoEncode ( string $attribute ) : self
$attribute string Attribute name
return self
    public function setNoEncode(string $attribute) : self
    {
        $this->noEncode[$attribute] = true;
        return $this;
    }