|
Cheetah
|
Public Member Functions | |
| __construct (&$oModule) | |
| isDynamicGroupMember ($mixedGroupId, $iObjectOwnerId, $iViewerId, $iObjectId) | |
Public Member Functions inherited from ChWsbPrivacy | |
| __construct ($sTable='', $sFieldId='', $sFieldOwnerId='') | |
| getGroupChooser ($iOwnerId, $sModuleUri, $sActionName, $aDynamicGroups=array(), $sTitle="") | |
| check ($sAction, $iObjectId, $iViewerId=0) | |
| getFieldAction ($sAction) | |
Additional Inherited Members | |
Static Public Member Functions inherited from ChWsbPrivacy | |
| static | isPrivacyPage () |
Public Attributes inherited from ChWsbPrivacy | |
| $_oDb | |
Definition at line 10 of file ChStorePrivacyFile.php.
| ChStorePrivacyFile::__construct | ( | & | $oModule | ) |
Constructor
Definition at line 15 of file ChStorePrivacyFile.php.
| ChStorePrivacyFile::isDynamicGroupMember | ( | $mixedGroupId, | |
| $iObjectOwnerId, | |||
| $iViewerId, | |||
| $iObjectId | |||
| ) |
Check whethere viewer is a member of dynamic group.
| mixed | $mixedGroupId | dynamic group ID. |
| integer | $iObjectOwnerId | object owner ID. |
| integer | $iViewerId | viewer ID. |
Reimplemented from ChWsbPrivacy.
Definition at line 28 of file ChStorePrivacyFile.php.