Pop\Feed\Format\AbstractFormat::__isset PHP Method

__isset() public method

Return the isset value of feed[$name].
public __isset ( string $name ) : boolean
$name string
return boolean
    public function __isset($name)
    {
        return isset($this->feed[$name]);
    }