Cheetah
modules
cheetah
videos
classes
ChVideosPrivacy.php
Go to the documentation of this file.
1
<?
php
2
8
ch_import
(
'ChWsbPrivacy'
);
9
10
class
ChVideosPrivacy
extends
ChWsbPrivacy
11
{
15
function
__construct
($sTable =
'RayMp3Files'
,
$sId
=
'ID'
, $sOwner =
'Owner'
)
16
{
17
parent::__construct($sTable,
$sId
, $sOwner);
18
}
19
20
function
getFieldAction
(
$sAction
)
21
{
22
return
'Allow'
. str_replace(
' '
,
''
, ucwords(str_replace(
'_'
,
' '
,
$sAction
)));
23
}
24
}
ch_import
ch_import($sClassName, $aModule=array())
Definition:
utils.inc.php:1218
php
ChVideosPrivacy\getFieldAction
getFieldAction($sAction)
Definition:
ChVideosPrivacy.php:20
ChVideosPrivacy
Definition:
ChVideosPrivacy.php:11
$sId
$sId
Definition:
actions.inc.php:8
ChVideosPrivacy\__construct
__construct($sTable='RayMp3Files', $sId='ID', $sOwner='Owner')
Definition:
ChVideosPrivacy.php:15
ChWsbPrivacy
Definition:
ChWsbPrivacy.php:60
$sAction
$sAction
Definition:
categories.php:274
Generated by
1.8.20