Home
last modified time | relevance | path

Searched refs:get_handler (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DCache.php92 public static function get_handler($location, $filename, $extension) function in SimplePie\\Cache
107 * @deprecated since SimplePie 1.3.1, use {@see get_handler()} instead
111 trigger_error('Cache::create() has been replaced with Cache::get_handler() since SimplePie 1.3.1, use the registry system instead.', \E_USER_DEPRECATED);
113 return self::get_handler($location, $filename, $extension);
H A DEnclosure.php122 * @see get_handler()
263 $this->handler = $this->get_handler(); // Needs to load last
492 public function get_handler() function in SimplePie\\Enclosure
878 $handler = $this->get_handler();
1047 * @param bool $find_handler Internal use only, use {@see get_handler()} instead