PHPFusion\SeptenaryComponents::set_header_html PHP Метод

set_header_html() публичный статический Метод

Sets custom header html
public static set_header_html ( $html )
$html
    public static function set_header_html($html)
    {
        self::$custom_header_html = $html;
    }