getID() 공개 메소드

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