Cheetah
ChAvaProfileDeleteResponse.php
Go to the documentation of this file.
1 <?php
2 
8 ch_import('ChWsbAlerts');
9 
11 {
12  function response ($oTag)
13  {
14  if (!($iProfileId = (int)$oTag->iObject))
15  return;
16 
17  ch_import('ChWsbService');
18  ChWsbService::call('avatar', 'delete_profile_avatars', array ($iProfileId));
19  }
20 }
ChWsbAlertsResponse
Definition: ChWsbAlerts.php:127
ChAvaProfileDeleteResponse
Definition: ChAvaProfileDeleteResponse.php:11
ch_import
ch_import($sClassName, $aModule=array())
Definition: utils.inc.php:1218
php
ChAvaProfileDeleteResponse\response
response($oTag)
Definition: ChAvaProfileDeleteResponse.php:12
ChWsbService\call
static call($mixed, $sMethod, $aParams=array(), $sClass='Module')
Definition: ChWsbService.php:32
$iProfileId
if( $sMembersList) $iProfileId
Definition: communicator.php:29