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