UNA
|
Public Member Functions | |
__construct ($aObject, $oTemplate=false) | |
addMarkers ($a) | |
setContentId ($iContentId) | |
setShowAsButton ($bShowAsButton) | |
![]() | |
getTemplateNameItem ($sName='') | |
setTemplateById ($iTemplateId) | |
![]() | |
getCode () | |
isMoreAuto () | |
![]() | |
getDisplayAddons () | |
setDisplayAddons ($b) | |
getCodeAPI () | |
getShortCodeAPI () | |
getCodeItem ($sName) | |
getMenuItems () | |
getMenuItem ($sName) | |
getMenuIconHtml ($sIcon) | |
![]() | |
isHtmx () | |
isVisible () | |
getTemplateId () | |
getTemplateName ($sName='') | |
setSelected ($sModule, $sName) | |
setDynamicMode ($bDynamicMode) | |
setHtmx ($bHx) | |
getMarkers () | |
removeMarker ($s) | |
initContentParams () | |
setContentParams ($aParams) | |
getContentParams () | |
performActionSetCollapsed ($mixedValue) | |
performActionSetCollapsedSubmenu ($sMenuItem, $mixedValue) | |
getUserChoiceCollapsed ($sObject='') | |
getUserChoiceCollapsedSubmenu ($mixedItem, $sObject='') | |
Protected Member Functions | |
_isVisible ($a) | |
_isContentPublic ($iContentId, $aPublicGroups=[]) | |
_initMenuSocialSharing () | |
_getMenuItemDefault ($aItem) | |
_getMenuItemView ($aItem, $aParams=array()) | |
_getMenuItemComment ($aItem, $aParams=array()) | |
_getMenuItemVote ($aItem, $aParams=array()) | |
_getMenuItemReaction ($aItem, $aParams=array()) | |
_getMenuItemScore ($aItem, $aParams=array()) | |
_getMenuItemFavorite ($aItem, $aParams=array()) | |
_getMenuItemFeature ($aItem, $aParams=array()) | |
_getMenuItemRepost ($aItem, $aParams=array()) | |
_getMenuItemRepostWithText ($aItem, $aParams=[]) | |
_getMenuItemRepostToContext ($aItem, $aParams=[]) | |
_getMenuItemReport ($aItem, $aParams=array()) | |
_getMenuItemSocialSharing ($aItem, $aParams=array()) | |
_getMenuItemNotes ($aItem, $aParams=array()) | |
_getMenuItemByNameActions ($aItem, $aParams=array()) | |
_getMenuItemByNameSocialSharing ($aItem, $aParams=array()) | |
_getMenuItemByNameActionDelete ($aItem) | |
_getMenuItemByNameActionsMore ($aItem) | |
![]() | |
_getMenuItem ($a) | |
![]() | |
_getCode ($sTmplName, $aTmplVars) | |
_getMenuItemMoreAuto ($aItem) | |
_getMenuItemDefaultApi ($aItem) | |
_getTmplContentItem () | |
![]() | |
_isMoreAuto () | |
_getTemplateVars () | |
_getJsCodeMoreAuto () | |
_getHtmlIds () | |
_getHtmlIdMain () | |
_getJsClassMoreAuto () | |
_getJsObjectMoreAuto () | |
_getTmplContentItemMore () | |
_getTmplContentItemMorePopup () | |
![]() | |
getMenuItemsRaw () | |
_getMenuIcon ($a) | |
_getMenuAddon ($aMenuItem) | |
_getMenuMarkers ($aMenuItem) | |
_getMenuAttrs ($aMenuItem) | |
_addJsCss () | |
_getTmplVarsAddon ($mixedAddon, $aMenuItem) | |
![]() | |
__construct ($aObject) | |
_setCollapsed ($sName, $mixedValue) | |
_isSelected ($a) | |
_isActive ($a) | |
_getVisibilityClass ($a) | |
_replaceMarkers ($a) | |
Protected Attributes | |
$_sModule | |
$_oModule | |
$_oMenuActions | |
$_oMenuActionsMore | |
$_oMenuSocialSharing | |
$_iContentId | |
$_aContentInfo | |
$_bDynamicMode | |
$_bShowAsButton | |
$_bShowTitle | |
$_sClassMiSa | |
![]() | |
$_sTmplContent | |
$_sTmplContentItem | |
![]() | |
$_sTmplNameItemMore | |
$_sTmplNameItemMorePopup | |
$_bMoreAuto | |
$_iMoreAutoItemsStatic | |
$_bMoreAutoItemsStaticOnly | |
$_sJsClassMoreAuto | |
$_sJsObjectMoreAuto | |
$_sJsCallMoreAuto | |
$_aHtmlIds | |
![]() | |
$_oTemplate | |
$_iPageType | |
$_aOptionalParams = array('target' => '', 'onclick' => '') | |
$_bDisplayAddons = false | |
$_aSelected | |
![]() | |
$_bIsApi | |
$_bHx | |
$_bHxHead | |
$_mHxPreload | |
$_aHx | |
$_bDynamicMode | |
$_bAddNoFollow | |
$_bSelModuleCheck | |
$_sSelModule | |
$_sSelName | |
$_sObject | |
$_aObject | |
$_oQuery | |
$_oPermalinks | |
$_aMarkers = array() | |
$_bMultilevel = false | |
$_sSessionKeyCollapsed | |
$_aContentParams | |
Additional Inherited Members | |
![]() | |
static | getObjectInstance ($sObject, $oTemplate=false) |
static | setSelectedGlobal ($sModule, $sName) |
static | processMenuTrigger ($sMenuTriggerName) |
![]() | |
static | getObjectInstance ($sObject) |
![]() | |
static | $_sTmplContentItemMore |
static | $_sTmplContentItemMorePopup |
![]() | |
static | $SEL_MODULE = '' |
static | $SEL_NAME = '' |
View entry social actions menu
BxBaseModGeneralMenuViewActions::__construct | ( | $aObject, | |
$oTemplate = false ) |
Reimplemented from BxTemplMenuCustom.
|
protected |
Reimplemented from BxBaseMenuCustom.
|
protected |
Adding current markers to social sharing menu object to force it to generate its own markers. Getting generated social sharing markers back and adding all of them to current menu object. So, now these markers can be parsed for any menu item.
|
protected |
Check if menu items is visible with extended checking linked to "allow*" method of particular module Associated "allow*" method with particular menu item is stored in module config in MENU_ITEM_TO_METHOD array.
$a | menu item array |
Reimplemented from BxDolMenu.
BxBaseModGeneralMenuViewActions::addMarkers | ( | $a | ) |
Add replace markers.
$a | array of markers as key => value |
Reimplemented from BxDolMenu.