Searched refs:get_id (Results 1 – 3 of 3) sorted by relevance
71 $items_by_id[$item->get_id()] = $item;77 $items_by_id[$item->get_id(true)] = $item;
226 * `$item->get_id()` can now be forced to return the supplied ID instead of generating a new one. [#…256 * Fixed inconsistent hash results in `SimplePie_Item->get_id()`.263 * Serialized data is now used for hashing in `SimplePie_Item->get_id()`. [#348](https://github.com/…
216 public function get_id($hash = false, $fn = 'md5') function in SimplePie\\Item