Cheetah
ChSoundsPrivacy.php
Go to the documentation of this file.
1 <?php
2 
8 ch_import('ChWsbPrivacy');
9 
11 {
15  function __construct($sTable = 'RayMp3Files', $sId = 'ID', $sOwner = 'Owner')
16  {
17  parent::__construct($sTable, $sId, $sOwner);
18  }
19 
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
ChSoundsPrivacy\getFieldAction
getFieldAction($sAction)
Definition: ChSoundsPrivacy.php:20
$sId
$sId
Definition: actions.inc.php:8
ChSoundsPrivacy\__construct
__construct($sTable='RayMp3Files', $sId='ID', $sOwner='Owner')
Definition: ChSoundsPrivacy.php:15
ChWsbPrivacy
Definition: ChWsbPrivacy.php:60
$sAction
$sAction
Definition: categories.php:274
ChSoundsPrivacy
Definition: ChSoundsPrivacy.php:11