\smtech\StMarksSmartyStMarksSmarty

A wrapper for Smarty to set (and maintain) defaults

Summary

Methods
Properties
Constants
getSmarty()
__construct()
setFramed()
isFramed()
display()
No public properties found
KEY
No protected methods found
No protected properties found
N/A
No private methods found
$isFramed
N/A

Constants

KEY

KEY

Identifier for UI layer provided by this class

Properties

$isFramed

$isFramed : boolean

Is this app presented inside of an `iframe`?

Type

boolean

Methods

getSmarty()

getSmarty(string  $template = null, string  $config = null, string  $compile = null, string  $cache = null) : \smtech\StMarksSmarty\StMarksSmarty

Parameters

string $template
string $config
string $compile
string $cache

Returns

\smtech\StMarksSmarty\StMarksSmarty

__construct()

__construct(string  $template = null, string  $config = null, string  $compile = null, string  $cache = null) 

Parameters

string $template
string $config
string $compile
string $cache

setFramed()

setFramed(boolean  $isFramed) 

Set whether or not this app is in an `iframe`

Parameters

boolean $isFramed

isFramed()

isFramed() : boolean

Is this app presented in an `iframe`?

Returns

boolean

display()

display(string  $template = 'page.tpl', string  $cache_id = null, string  $compile_id = null, string  $parent = null) : void

Parameters

string $template
string $cache_id
string $compile_id
string $parent