YaWK
24.1
Yet another WebKit
chaturbate.php
Go to the documentation of this file.
1
<?php
2
// check if db obj exits
3
if
(!isset(
$db
) || (empty(
$db
)))
4
{
// if not, create new db obj
5
$db
= new \YAWK\db();
6
}
7
// check if chaturbate obj is set
8
if
(!isset($chaturbate) || (empty($chaturbate)))
9
{
// include chaturbate class
10
require_once (
'classes/chaturbate.php'
);
11
// create chaturbate widget object
12
$chaturbate = new \YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate(
$db
);
13
}
14
// embed chaturbate video stream
15
$chaturbate->init();
$db
$db
Definition:
dismiss-notifications.php:4
yawk.io
system
widgets
chaturbate
chaturbate.php
Generated on Tue Jan 16 2024 21:59:03 for YaWK by
doxygen 1.9.1