Home
last modified time | relevance | path

Searched refs:get_id (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDB.php72 $items_by_id[$item->get_id()] = $item;
78 $items_by_id[$item->get_id(true)] = $item;
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md211 * `$item->get_id()` can now be forced to return the supplied ID instead of generating a new one. [#509](https://github.com/simplepie/simplepie/pull/509)
241 * Fixed inconsistent hash results in `SimplePie_Item->get_id()`.
248 * Serialized data is now used for hashing in `SimplePie_Item->get_id()`. [#348](https://github.com/simplepie/simplepie/pull/348)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php217 public function get_id($hash = false, $fn = 'md5') function in SimplePie\\Item