Apple_Exporter\Builders\Components::get_component_from_shortname PHP Method

get_component_from_shortname() private method

Get a component from the shortname.
private get_component_from_shortname ( string $shortname, string $html = null ) : Component
$shortname string
$html string
return Apple_Exporter\Components\Component
    private function get_component_from_shortname($shortname, $html = null)
    {
        return Component_Factory::get_component($shortname, $html);
    }