var/www/html/servotec-doerpen/wp-includes/SimplePie/src | uid:33
RegistryAware.php [X]
<?php

// SPDX-FileCopyrightText: 2004-2023 Ryan Parman, Sam Sneddon, Ryan McCue
// SPDX-License-Identifier: BSD-3-Clause

declare(strict_types=1);

namespace SimplePie;

/**
 * Handles the injection of Registry into other class
 *
 * {@see \SimplePie\SimplePie::get_registry()}
 */
interface RegistryAware
{
    /**
     * Set the Registry into the class
     *
     * @return void
     */
    public function set_registry(Registry $registry);
}
Cache/-O R D
Content/-O R D
HTTP/-O R D
Net/-O R D
Parse/-O R D
XML/-O R D
Author.php1.9KV E R D
Cache.php3.2KV E R D
Category.php2.4KV E R D
Credit.php2.1KV E R D
Enclosure.php31.4KV E R D
File.php18.9KV E R D
Gzdecode.php8.3KV E R D
IRI.php34KV E R D
Item.php128.5KV E R D
Locator.php16.3KV E R D
Misc.php68.2KV E R D
Rating.php1.8KV E R D
Registry.php7.7KV E R D
RegistryAware.php447V E R D