Skip to content

Commit

Permalink
Declare the idMappings array. Fixes bug 10702
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/XML_Feed_Parser/trunk@256377 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
James Stewart committed Mar 30, 2008
1 parent 9bcaf99 commit 37d16d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Parser/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ abstract class XML_Feed_Parser_Type
*/
public $entries = array();

/**
* Store mappings between entry IDs and their position in the feed
*/
public $idMappings = array();

/**
* Proxy to allow use of element names as method names
*
Expand Down

0 comments on commit 37d16d1

Please sign in to comment.