Trait ContentManagerContentNavigationTrait
Direct Known Users
ContentManagerElementsController,
ContentManagerPagesController,
ContentManagerProductContentsController
Methods summary
protected
|
#
_createContentNavigation( LanguageTextManager $languageTextManager, string|null $current = null )
Creates the content navigation object for the content manager templates. |
protected
integer
|
|
protected
|
#
_getUpdateResponse( string $contentManagerType, integer $contentGroupId, $editMethod = 'edit' )
Whether redirects to the last overview or update pages. |
protected
|
#
_insertContentData( CI_DB_query_builder $queryBuilder, array $contentData )
Inserts the given content data in the database. |
protected
|
|
protected
|
#
_getTemplate( string $type, string $name )
Returns an existing file object with the path to a content manager template file. Take a look on the template files which are located in html/content/content_manager/$type directory to know possible values for the $name argument. |
protected
|
#
_updateContentData( CI_DB_query_builder $queryBuilder, array $contentData, integer $contentGroupId )
Updates the given content data in the database. |
protected
array
|
|
protected
array
|
|
protected
boolean
|
#
_isFilemanagerAvailable( )
Returns true if the "Responsive File Manager" is installed an false otherwise. |
protected
|
|
protected
string
|
#
_prepareContentManagerGroupCheckData( )
Prepares $_POST data for the content_manager's 'group_ids' column. |
protected
string
|
Properties summary
protected
array
|
$contentTypeFileFlagMap
|
#
[
'pages_main' => 'topmenu',
'pages_secondary' => 'topmenu_corner',
'pages_info' => 'content',
'pages_info_box' => 'information',
'elements_start' => 'extraboxes',
'elements_header' => 'extraboxes',
'elements_footer' => 'extraboxes',
'elements_boxes' => 'extraboxes',
'elements_others' => 'extraboxes',
'elements_withdrawal' => 'withdrawal',
]
|
protected
array
|
$fileTypMap
|
#
[
'information',
'content',
'topmenu_corner',
'topmenu',
'extraboxes',
'withdrawal'
]
|
protected
boolean
|
$isExpertMode
|
#
false
|