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);
    }