Home
last modified time | relevance | path

Searched refs:set_registry (Results 1 – 8 of 8) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php78 public function set_registry(\SimplePie\Registry $registry)/* : void */ function in SimplePie\\Parser
H A DRegistry.php233 $instance->set_registry($this);
234 } elseif (method_exists($instance, 'set_registry')) {
235 trigger_error(sprintf('Using the method "set_registry()" without implementing "%s" is deprecated since SimplePie 1.8.0, implement "%s" in "%s".', RegistryAware::class, RegistryAware::class, $class), \E_USER_DEPRECATED);
236 $instance->set_registry($this);
H A DRegistryAware.php64 public function set_registry(Registry $registry)/* : void */; function
H A DSanitize.php131 public function set_registry(\SimplePie\Registry $registry)/* : void */ function in SimplePie\\Sanitize
H A DSimplePie.php1541 if (method_exists($this->sanitize, 'set_registry')) {
1542 $this->sanitize->set_registry($this->registry);
H A DSource.php70 public function set_registry(\SimplePie\Registry $registry)/* : void */ function in SimplePie\\Source
H A DItem.php79 * @see set_registry
107 public function set_registry(\SimplePie\Registry $registry)/* : void */ function in SimplePie\\Item
H A DLocator.php98 public function set_registry(\SimplePie\Registry $registry)/* : void */ function in SimplePie\\Locator