package |
Default |
---|
_createNewContentGroupId(\CI_DB_query_builder $queryBuilder) : integer
\CI_DB_query_builder
Query builder instance to access the database.
integer
New content manager group id.
_getAssets() : \AssetCollection
_getContentType(array $queryResult) : string
array
Data sets of query for content_manager table.
string
Whether "content", "file" or "link".
_getProductsContentFiles() : array
array
List with allowed script files.
_getScriptPageFiles() : array
array
List with allowed script files.
_getTemplate(string $type, string $name) : \ExistingFile
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.
string
Content manager type, whether "pages", "elements" or "product_contents".
string
Name of template file.
\ExistingFile
_getUpdateResponse(string $contentManagerType, integer $contentGroupId, $editMethod = 'edit') : \RedirectHttpControllerResponse
string
Name of content manager controller class.
integer
Content id of last edited content.
\RedirectHttpControllerResponse
_insertContentData(\CI_DB_query_builder $queryBuilder, array $contentData) : $this|\ContentManagerPagesController
\CI_DB_query_builder
Query builder instance to access the database.
array
Content data array.
$this|\ContentManagerPagesController
Same instance for chained method calls.
_isFilemanagerAvailable() : boolean
boolean
_prepareContentManagerGroupCheckData() : string
string
_setExpertMode()
_updateContentData(\CI_DB_query_builder $queryBuilder, array $contentData, integer $contentGroupId) : $this|\ContentManagerPagesController
\CI_DB_query_builder
Query builder instance to access the database.
array
Content data array.
integer
Content group id.
$this|\ContentManagerPagesController
Same instance for chained method calls.
contentTypeFileFlagMap : array
var |
---|
array
fileTypMap : array
var |
---|
array
isExpertMode : boolean
var |
---|
boolean