phpDocumentor

function.content_manager.php

Table of Contents

_executeContentManagerQuery()  : array<string|int, mixed>|bool|mixed
Helper function that generates the query and executes it on the database
_getContentManagerFallbackId()  : int|null
Helper function that calculates the fallback language id if possible
smarty_function_content_manager()  : string
Smarty plugin that gets content manager elements from the database

Functions

_executeContentManagerQuery()

Helper function that generates the query and executes it on the database

_executeContentManagerQuery(mixed $group, mixed $language) : array<string|int, mixed>|bool|mixed
Parameters
$group : mixed
$language : mixed

_getContentManagerFallbackId()

Helper function that calculates the fallback language id if possible

_getContentManagerFallbackId(mixed $source, mixed $language) : int|null
Parameters
$source : mixed
$language : mixed

smarty_function_content_manager()

Smarty plugin that gets content manager elements from the database

smarty_function_content_manager(mixed $params, mixed &$smarty) : string
Parameters
$params : mixed
$smarty : mixed

Search results