FeedWriter\Item::__construct PHP Method

__construct() public method

Constructor
public __construct ( string $version = Feed::RSS2 )
$version string constant (RSS1/RSS2/ATOM) RSS2 is default.
    public function __construct($version = Feed::RSS2)
    {
        $this->version = $version;
    }