Prado\Web\UI\WebControls\TListItem::getAttributes PHP Метод

getAttributes() публичный Метод

public getAttributes ( ) : TAttributeCollection
Результат Prado\Collections\TAttributeCollection custom attributes
    public function getAttributes()
    {
        if (!$this->_attributes) {
            $this->_attributes = new TAttributeCollection();
        }
        return $this->_attributes;
    }