getID() public méthode

public getID ( $vID = false, $bWithEmail = 1 )
Exemple #1
0
function onUnflag($iTopicId, $sUser)
{
    $oProfile = new BxDolProfile($sUser);
    forumAlert('unflag', $iTopicId, $oProfile->getID());
}