XG Proyect

Template
in package

XGPCore Class

Table of Contents

$parserObject  : CI_Parser
__construct()  : mixed
Constructor
get()  : string
Get the template that we'll need
set()  : mixed
createNewParser()  : type
Create a new parser object that we'll need from now on

Properties

$parserObject

private CI_Parser $parserObject = null

Methods

__construct()

Constructor

public __construct() : mixed
Return values
mixed

get()

Get the template that we'll need

public get(string $template_name) : string
Parameters
$template_name : string
Return values
string

set()

public set(type $template, type $data[, type $return = false ]) : mixed
Parameters
$template : type
$data : type
$return : type = false
Return values
mixed

createNewParser()

Create a new parser object that we'll need from now on

private createNewParser() : type
Return values
type

Search results