UNA
Loading...
Searching...
No Matches
Base classes for modules

Classes

class  BxBaseModGeneralAlertsResponse
 
class  BxBaseModGeneralCmtsSearchResult
 
class  BxBaseModGeneralConfig
 
class  BxBaseModGeneralDb
 
class  BxBaseModGeneralFormEntry
 
class  BxBaseModGeneralFormsEntryHelper
 
class  BxBaseModGeneralGridAdministration
 
class  BxBaseModGeneralInstaller
 
class  BxBaseModGeneralMenuManageTools
 
class  BxBaseModGeneralMenuSnippetMeta
 
class  BxBaseModGeneralMenuSubmenuMoreAuto
 
class  BxBaseModGeneralMenuView
 
class  BxBaseModGeneralMenuViewActions
 
class  BxBaseModGeneralModule
 
class  BxBaseModGeneralPageBrowse
 
class  BxBaseModGeneralPageEntry
 
class  BxBaseModGeneralPageListEntry
 
class  BxBaseModGeneralRequest
 
class  BxBaseModGeneralSearchResult
 
class  BxBaseModGeneralTemplate
 

Functions

 BxBaseModGeneralPageListEntry::__construct ($aObject, $oTemplate=false)
 
 BxBaseModGeneralPageListEntry::getCode ()
 

Variables

const BX_DOL_MANAGE_TOOLS_ADMINISTRATION 'administration'
 
const BX_DOL_MANAGE_TOOLS_COMMON 'common'
 
const BX_BASE_MOD_GENERAL_STATUS_ACTIVE 'active'
 
const BX_BASE_MOD_GENERAL_STATUS_HIDDEN 'hidden'
 
const BX_BASE_MOD_GENERAL_STATUS_PENDING 'pending'
 
 BxBaseModGeneralPageListEntry::$_iListId
 
const BX_SYS_PER_PAGE_BROWSE_SHOWCASE 32
 

Detailed Description

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Copyright (c) UNA, Inc - https://una.io MIT License - https://opensource.org/licenses/MIT

Function Documentation

◆ __construct()

BxBaseModGeneralPageListEntry::__construct ( $aObject,
$oTemplate = false )

Reimplemented from BxBaseModGeneralPageBrowse.

◆ getCode()

BxBaseModGeneralPageListEntry::getCode ( )

Get page code with automatic caching, adding necessary css/js files and system template vars.

Returns
string.

Hooks:

'system', 'page_output_block' - hook with page block data to be output

  • $unit_name - equals system
  • $action - equals page_output_block
  • $object_id - not used
  • $sender_id - not used
  • $extra_params - array of additional params with the following array keys:

Hooks:

'system', 'page_output' - hook with page data to be output

  • $unit_name - equals system
  • $action - equals page_output
  • $object_id - not used
  • $sender_id - not used
  • $extra_params - array of additional params with the following array keys:
    • page_name - [string] page object name
    • page_object - [object] an instance of page class,
      See also
      BxDolPage
    • page_query - [object] an instance of page related query class
    • page_code - [string] by ref, final page code to be output, can be overridden in hook processing
    • sub_page - [boolean] if the page is used as subpage of some parent page
      HOOKS
      'system', 'page_output' - hook with page data to be output

Reimplemented from BxBasePage.