Pimcore\Tool\StopWatch::display PHP 메소드

display() 공개 정적인 메소드

public static display ( boolean $html = false, string $component = 'default' ) : void
$html boolean
$component string
리턴 void
    public static function display($html = false, $component = 'default')
    {
        echo self::getTime($html, $component);
    }