YaWK
24.1
Yet another WebKit
|
Embed any static page in any widget position. More...
Public Member Functions | |
__construct ($db) | |
Load all widget settings from database and fill object. More... | |
init () | |
Init and embed static page. More... | |
Public Attributes | |
$embedPageName = '' | |
$file = '' | |
$widget = '' | |
Embed any static page in any widget position.
Embed any static page in any widget position.
Simply set the page you want to embed.
Definition at line 14 of file embedPage.php.
YAWK\WIDGETS\EMBED_PAGE\PAGE\embedPage::__construct | ( | $db | ) |
Load all widget settings from database and fill object.
object | $db | Database Object |
Load all widget settings on object init.
Definition at line 28 of file embedPage.php.
References $db, $settings, $value, and YAWK\widget\getWidgetSettingsArray().
YAWK\WIDGETS\EMBED_PAGE\PAGE\embedPage::init | ( | ) |
Init and embed static page.
object | $db | Database Object |
Init and include static page.
Definition at line 43 of file embedPage.php.
YAWK\WIDGETS\EMBED_PAGE\PAGE\embedPage::$embedPageName = '' |
string | The name of the page to embed |
Definition at line 19 of file embedPage.php.
YAWK\WIDGETS\EMBED_PAGE\PAGE\embedPage::$file = '' |
string | File url, including path |
Definition at line 21 of file embedPage.php.
YAWK\WIDGETS\EMBED_PAGE\PAGE\embedPage::$widget = '' |
object | global widget object data |
Definition at line 17 of file embedPage.php.