\Lobby\UITheme

Summary

Methods
Properties
Constants
__construct()
addStyle()
addScript()
inc()
log()
panel()
dashboard()
init()
No public properties found
No constants found
No protected methods found
$id
$dir
N/A
No private methods found
No private properties found
N/A

Properties

$id

$id : 

Type

$dir

$dir : 

Type

Methods

__construct()

__construct(  $themeID,   $themeDir) 

Parameters

$themeID
$themeDir

addStyle()

addStyle(  $file_location) 

Tell Lobby to load a stylesheet

Parameters

$file_location

addScript()

addScript(  $file_location) 

Tell Lobby to load a script

Parameters

$file_location

inc()

inc(  $path,   $vars = array()) 

Include a page from the theme's source

Parameters

$path
$vars

log()

log(  $msg) 

Write messages to log file

Parameters

$msg

panel()

panel(  $isAdmin) 

Called before panel is made

Parameters

$isAdmin

dashboard()

dashboard() 

Called before dashboard is made

init()

init() 

Called before theme is loaded