Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public function parse(FeedsSource $source, FeedsFetcherResult $fetcher_result
  2.  
  3. 'tags' => array('val1', 'val2'),
  4.  
  5. public function parse(FeedsSource $source, FeedsFetcherResult $fetcher_result, $tags)
  6. ...
  7. ...
  8. 'tags' => $tags,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement