fewbricks\bricks\demo_text::get_brick_html PHP Méthode

get_brick_html() public méthode

public get_brick_html ( ) : string | void
Résultat string | void
    public function get_brick_html()
    {
        return '<div>' . $this->get_field('text') . '</div>';
    }