Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created February 16, 2010 23:20
Show Gist options
  • Save tmcw/306068 to your computer and use it in GitHub Desktop.
Save tmcw/306068 to your computer and use it in GitHub Desktop.
2c2
< // $Id: FeedsBatch.inc,v 1.3 2010/02/08 19:48:15 alexb Exp $
---
> // $Id: FeedsBatch.inc,v 1.2 2009/12/21 00:21:00 alexb Exp $
25c25
< public function __construct($url = NULL, $file_path = NULL) {
---
> public function __construct($url = NULL, $file_path = NULL, $raw = NULL) {
27a28
> $this->raw = $raw;
136,138d136
< *
< * @param $items
< * An array of the items in the feed. Cannot be NULL.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment