getID() public method

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