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

getAttribute() public method

public getAttribute ( $name ) : string
return string the named attribute value, null if attribute does not exist
    public function getAttribute($name)
    {
        return $this->_attributes ? $this->_attributes->itemAt($name) : null;
    }