fewbricks\bricks\project_brick::demo_set_headline_tag PHP Method

demo_set_headline_tag() protected method

protected demo_set_headline_tag ( )
    protected function demo_set_headline_tag()
    {
        switch (self::$headline_tag) {
            case 'h1':
                self::$headline_tag = 'h2';
                break;
            default:
                self::$headline_tag = 'h1';
        }
    }