BxDolTwigModule::serviceIsFan PHP Method

serviceIsFan() public method

public serviceIsFan ( $iEntryId, $iProfileId )
    function serviceIsFan($iEntryId, $iProfileId = 0)
    {
        return $this->_serviceIsSomebody('isFan', $iEntryId, $iProfileId);
    }