Prado\Collections\TAttributeCollection::__set PHP Method

__set() public method

This method overrides the parent implementation by adding a new key value to the collection.
public __set ( $name, $value )
    public function __set($name, $value)
    {
        $this->add($name, $value);
    }