Apple_Exporter\Builders\Components::get_component_from_shortname PHP Метод

get_component_from_shortname() приватный Метод

Get a component from the shortname.
private get_component_from_shortname ( string $shortname, string $html = null ) : Component
$shortname string
$html string
Результат Apple_Exporter\Components\Component
    private function get_component_from_shortname($shortname, $html = null)
    {
        return Component_Factory::get_component($shortname, $html);
    }