\MOD_params

Collection of functions that create elements for a page.

An example for its use: $layoutbits = MOD_layoutbits::get(); // get the singleton instance $id = $geo->getCityID($cityname);

Summary

Methods
Properties
Constants
__construct()
get()
loadParams()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_instance
$dao
N/A

Properties

$_instance

$_instance : \MOD_layoutbits

Singleton instance

Type

\MOD_layoutbits

$dao

$dao

Methods

__construct()

__construct()

get()

get() : \PApps

singleton getter

Returns

\PApps

loadParams()

loadParams() : object

wrapper for lazy loading and instantiating an HTMLPurifier object

Returns

object