Prado\Web\UI\WebControls\TListItem::removeAttribute PHP Method

removeAttribute() public method

Removes the named attribute.
public removeAttribute ( $name ) : string
return string attribute value removed, empty string if attribute does not exist.
    public function removeAttribute($name)
    {
        return $this->_attributes ? $this->_attributes->remove($name) : null;
    }