Searched refs:Registry (Results 1 – 10 of 10) sorted by relevance
45 use SimplePie\Registry; alias53 class SimplePie_Registry extends Registry
59 * @param Registry $registry63 public function set_registry(Registry $registry)/* : void */;
58 class Registry class
97 public function set_registry(\SimplePie\Registry $registry)/* : void */
130 public function set_registry(\SimplePie\Registry $registry)/* : void */
77 public function set_registry(\SimplePie\Registry $registry)/* : void */
69 public function set_registry(\SimplePie\Registry $registry)/* : void */
702 $this->registry = new \SimplePie\Registry();1025 * @return Registry
106 public function set_registry(\SimplePie\Registry $registry)/* : void */
32 …nterface `SimplePie\RegistryAware` to inject the `Registry` instance into classes created by `Regi…34 - Registry: Allow using class-strings instead of magic strings by @jtojnar and @Art4 in [#766](http…74 - remove broken BC code in Registry by @Art4 in [#764](https://github.com/simplepie/simplepie/pull/…86 - Use PSR-4 classes in Registry by @Art4 in [#736](https://github.com/simplepie/simplepie/pull/736)