Pop\Feed\Format\AbstractFormat::__set PHP Méthode

__set() public méthode

Set method to set the property to the value of feed[$name].
public __set ( string $name, mixed $value ) : void
$name string
$value mixed
Résultat void
    public function __set($name, $value)
    {
        $this->feed[$name] = $value;
    }