Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php548 * @see SimplePie::set_cache_location()
707 trigger_error('Passing parameters to the constructor is no longer supported. Please use set_feed_url(), set_cache_location(), and set_cache_duration() directly.', \E_USER_DEPRECATED);
715 $this->set_cache_location($args[1]);
941 public function set_cache_location($location = './cache') function in SimplePie\\SimplePie
943 // @trigger_error(sprintf('SimplePie\SimplePie::set_cache_location() is deprecated since SimplePie 1.8.0, please use "SimplePie\SimplePie::set_cache()" instead.'), \E_USER_DEPRECATED);
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md44 - The method `SimplePie\SimplePie::set_cache_location()` is deprecated, use `SimplePie\SimplePie::set_cache()` instead