BxDolTwigModule::serviceIsEntryAdmin PHP Method

serviceIsEntryAdmin() public method

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