Apple_Exporter\Component_Factory::register_component PHP Метод

register_component() приватный статический Метод

Register a component.
private static register_component ( string $shortname, string $classname )
$shortname string
$classname string
    private static function register_component($shortname, $classname)
    {
        self::$components[$shortname] = apply_filters('apple_news_register_component', $classname, $shortname);
    }