MySLP_Template
extends MySLP_Base
in package
Class MySLP_Template
Table of Contents
Properties
- $header_content : string
- $header_content : mixed
- $header_file : string
- $header_file : mixed
Methods
- __construct() : mixed
- Geo_Base constructor.
- get_instance() : mixed
- Return an instance of the object.
- show_panel() : mixed
- Include the requested panel.
- initialize() : mixed
- Do these things when this object is invoked.
Properties
$header_content
public
string
$header_content
HTML string of header content
$header_content
public
mixed
$header_content
$header_file
public
string
$header_file
a panels PHP file name without .php
$header_file
public
mixed
$header_file
Methods
__construct()
Geo_Base constructor.
public
__construct([array<string|int, mixed> $options = array() ]) : mixed
Parameters
- $options : array<string|int, mixed> = array()
get_instance()
Return an instance of the object.
public
static get_instance([array<string|int, mixed> $params = null ]) : mixed
Parameters
- $params : array<string|int, mixed> = null
show_panel()
Include the requested panel.
public
show_panel(string $part) : mixed
Parameters
- $part : string
-
template part ( the PHP file without the .php extension )
initialize()
Do these things when this object is invoked.
protected
initialize() : mixed