Zikula: A Flexible Open Source Content Management System
home | forum | international support | contact us

Package Zikula_Core Element Index

Element index for package Zikula_Core

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ x ] [ _ ]

_

_sortCategories
in file CategoryUtil.class.php, function _sortCategories()
_addMarshalledObjectCount
in file DBUtil.class.php, method DBUtil::_addMarshalledObjectCount()
    Add the specified value to the gobal object marshall counter
_checkOrderByClause
in file DBUtil.class.php, method DBUtil::_checkOrderByClause()
    Convenience function to ensure that the order-by-clause starts with "ORDER BY"
_checkOrderByField
in file DBUtil.class.php, method DBUtil::_checkOrderByField()
    Convenience function to ensure that the field to be used as ORDER BY is not a CLOB/BLOB when using Oracle
_checkWhereClause
in file DBUtil.class.php, method DBUtil::_checkWhereClause()
    Convenience function to ensure that the where-clause starts with "WHERE"
_formatForStore
in file DBUtil.class.php, method DBUtil::_formatForStore()
    Format value for use in SQL statement
_generateCategoryFilter
in file DBUtil.class.php, method DBUtil::_generateCategoryFilter()
    Build a list of objects which are mapped to the specified categories
_getAllColumns
in file DBUtil.class.php, method DBUtil::_getAllColumns()
    Same as PN Api function but without AS aliasing
_getAllColumnsQualified
in file DBUtil.class.php, method DBUtil::_getAllColumnsQualified()
    Same as PN Api function but returns fully qualified fieldnames
_getFetchedObjectCount
in file DBUtil.class.php, method DBUtil::_getFetchedObjectCount()
    Get the gobal object fetch counter
_getMarshalledObjectCount
in file DBUtil.class.php, method DBUtil::_getMarshalledObjectCount()
    Get the gobal object marshall counter
_getSelectAllColumnsFrom
in file DBUtil.class.php, method DBUtil::_getSelectAllColumnsFrom()
    Build a basic select clause for the specified table with the specified where and orderBy clause
_handleClobFields
in file DBUtil.class.php, method DBUtil::_handleClobFields()
    Handle any CLOB fields which were contained in an insert or update query. This method loops through the clob fields and updates them one at a time.
_processJoinArray
in file DBUtil.class.php, method DBUtil::_processJoinArray()
    This method creates the necessary sql information for retrieving fields from joined tables defined by a joinInfo array described at the top of this class.
_savePostProcess
in file DBUtil.class.php, method DBUtil::_savePostProcess()
    Post-processing after this object has beens saved. This routine
_selectPostProcess
in file DBUtil.class.php, method DBUtil::_selectPostProcess()
    Post-processing after this object has been selected. This routine is responsible for reading the 'extra' data (attributes, categories, and meta data) from the database and inserting the relevant sub-objects into the object.
_setFetchedObjectCount
in file DBUtil.class.php, method DBUtil::_setFetchedObjectCount()
    Set the gobal object fetch counter to the specified value
_setMarshalledObjectCount
in file DBUtil.class.php, method DBUtil::_setMarshalledObjectCount()
    Set the gobal object marshall counter to the specified value
_prayer
in file debug.php, function _prayer()
    Serialize the given data in an easily human-readable way for debug purposes
_is_included
in file Loader.class.php, method Loader::_is_included()
    cache for results of includes done this was because min version is not PHP5
_checkLogFile
in file LogUtil.class.php, method LogUtil::_checkLogFile()
    Check the log file is writable and not full.
_cleanLogFiles
in file LogUtil.class.php, method LogUtil::_cleanLogFiles()
    Cleans up unneeded old log files
_write
in file LogUtil.class.php, method LogUtil::_write()
    Write the error message to the log file.
_PNH_KEEPOUTPUT
in file pnHTML.php, constant _PNH_KEEPOUTPUT
    Set object to keep generated HTML.
_PNH_PARSEINPUT
in file pnHTML.php, constant _PNH_PARSEINPUT
    Set incoming text to be parsed for display before putting in the output buffer
_PNH_RETURNOUTPUT
in file pnHTML.php, constant _PNH_RETURNOUTPUT
    Set object to return generated HTML to caller.
_PNH_VERBATIMINPUT
in file pnHTML.php, constant _PNH_VERBATIMINPUT
    Set incoming text to be copied verbatim to the output buffer
_init
in file PNObjectArray.class.php, method PNObjectArray::_init()
    Internal intialization routine
$_columns
in file PNObject.class.php, variable PNObject::$_columns
$_GET_FROM_DB
in file PNObject.class.php, variable PNObject::$_GET_FROM_DB
$_GET_FROM_GET
in file PNObject.class.php, variable PNObject::$_GET_FROM_GET
$_GET_FROM_POST
in file PNObject.class.php, variable PNObject::$_GET_FROM_POST
$_GET_FROM_REQUEST
in file PNObject.class.php, variable PNObject::$_GET_FROM_REQUEST
$_GET_FROM_SESSION
in file PNObject.class.php, variable PNObject::$_GET_FROM_SESSION
$_GET_FROM_VALIDATION_FAILED
in file PNObject.class.php, variable PNObject::$_GET_FROM_VALIDATION_FAILED
$_objColumnArray
in file PNObject.class.php, variable PNObject::$_objColumnArray
$_objData
in file PNObject.class.php, variable PNObject::$_objData
$_objField
in file PNObject.class.php, variable PNObject::$_objField
$_objJoin
in file PNObject.class.php, variable PNObject::$_objJoin
$_objKey
in file PNObject.class.php, variable PNObject::$_objKey
$_objPath
in file PNObject.class.php, variable PNObject::$_objPath
$_objPermissionFilter
in file PNObject.class.php, variable PNObject::$_objPermissionFilter
$_objSessionPath
in file PNObject.class.php, variable PNObject::$_objSessionPath
$_objType
in file PNObject.class.php, variable PNObject::$_objType
$_objValidation
in file PNObject.class.php, variable PNObject::$_objValidation
$_table
in file PNObject.class.php, variable PNObject::$_table
_init
in file PNObject.class.php, method PNObject::_init()
    Internal intialization routine
_setup
in file SessionUtil.class.php, method SessionUtil::_setup()
    Set up session handling Set all PHP options for Zikula session handling
top

a

AjaxUtil
in file AjaxUtil.class.php, class AjaxUtil
    AjaxUtil
AjaxUtil.class.php
procedural page AjaxUtil.class.php
addColumn
in file DBUtil.class.php, method DBUtil::addColumn()
    add column(s) to a table
addStandardFieldsToTableDataDefinition
in file ObjectUtil.class.php, method ObjectUtil::addStandardFieldsToTableDataDefinition()
    Generate the ADODB DD field descruptors for the standard PN architecture fields
addStandardFieldsToTableDefinition
in file ObjectUtil.class.php, method ObjectUtil::addStandardFieldsToTableDefinition()
    Add standard PN architecture fields to the table definition
addVar
in file PageUtil.class.php, method PageUtil::addVar()
    addVar()
$admin
in file pnTheme.class.php, variable Theme::$admin
$author
in file pnTheme.class.php, variable Theme::$author
accesslevelname
in file pnSecurity.php, function accesslevelname()
    Translation functions - avoids globals in external code
accesslevelnames
in file pnSecurity.php, function accesslevelnames()
    get access level names
ACCESS_ADD
in file pnSecurity.php, constant ACCESS_ADD
ACCESS_ADMIN
in file pnSecurity.php, constant ACCESS_ADMIN
ACCESS_COMMENT
in file pnSecurity.php, constant ACCESS_COMMENT
ACCESS_DELETE
in file pnSecurity.php, constant ACCESS_DELETE
ACCESS_EDIT
in file pnSecurity.php, constant ACCESS_EDIT
ACCESS_INVALID
in file pnSecurity.php, constant ACCESS_INVALID
    Defines for access levels
ACCESS_MODERATE
in file pnSecurity.php, constant ACCESS_MODERATE
ACCESS_NONE
in file pnSecurity.php, constant ACCESS_NONE
ACCESS_OVERVIEW
in file pnSecurity.php, constant ACCESS_OVERVIEW
ACCESS_READ
in file pnSecurity.php, constant ACCESS_READ
addinstanceschemainfo
in file pnSecurity.php, function addinstanceschemainfo()
    addinstanceschemainfo - register an instance schema with the security Will fail if an attempt is made to overwrite an existing schema
add_core_data
in file pnRender.class.php, method pnRender::add_core_data()
    add core data to the template
authorised
in file pnSecurity.php, function authorised()
    Enter description here...
$actionMap
in file WorkflowUtil.class.php, variable pnWorkflow::$actionMap
top

b

buildPaths
in file CategoryUtil.class.php, method CategoryUtil::buildPaths()
    Given an array of categories (with the category-IDs being the keys of the array), return an (idenically indexed) array of category-paths based on the given field (name or id make sense)
buildRelativePaths
in file CategoryUtil.class.php, method CategoryUtil::buildRelativePaths()
    Given an array of categories (with the Property-Names being
buildRelativePathsForCategory
in file CategoryUtil.class.php, method CategoryUtil::buildRelativePathsForCategory()
    Given a category with its parent category, return an (idenically indexed) array of category-paths based on the given field (name or id make sense)
buildDatetime
in file DateUtil.class.php, method DateUtil::buildDatetime()
    Build a datetime string from the supplied fields
buildCalendarInputBox
in file HtmlUtil.class.php, method HtmlUtil::buildCalendarInputBox()
    Return the HTML code for the specified date selector input box
$baseuri
in file pnRender.class.php, variable pnRender::$baseuri
    The base URI of the site
$baseurl
in file pnRender.class.php, variable pnRender::$baseurl
    The base URL of the site
blocks
in file pnBlocks.php, function blocks()
BoldText
in file pnHTML.php, method pnHTML::BoldText()
    add bold text to the object's buffer
top

c

CategoryRegistryUtil
in file CategoryRegistryUtil.class.php, class CategoryRegistryUtil
    CategoryRegistryUtil
CategoryRegistryUtil.class.php
procedural page CategoryRegistryUtil.class.php
CategoryUtil
in file CategoryUtil.class.php, class CategoryUtil
    CategoryUtil
cmpDesc
in file CategoryUtil.class.php, method CategoryUtil::cmpDesc()
    Compare function for ML description field
cmpName
in file CategoryUtil.class.php, method CategoryUtil::cmpName()
    Compare function for ML name field
copyCategoriesByID
in file CategoryUtil.class.php, method CategoryUtil::copyCategoriesByID()
    Copy categories by ID (recursive copy)
copyCategoriesByPath
in file CategoryUtil.class.php, method CategoryUtil::copyCategoriesByPath()
    Copy Categories by Path (recurisve copy)
copySubCategoriesByPath
in file CategoryUtil.class.php, method CategoryUtil::copySubCategoriesByPath()
    Copy SubCategories by Path (recurisve copy)
CategoryUtil.class.php
procedural page CategoryUtil.class.php
CookieUtil
in file CookieUtil.class.php, class CookieUtil
    CookieUtil
CookieUtil.class.php
procedural page CookieUtil.class.php
censor
in file DataUtil.class.php, method DataUtil::censor()
    Censor variable contents. This method is recursive array safe.
cleanVar
in file DataUtil.class.php, method DataUtil::cleanVar()
    Clean a variable, remove slashes. This method is recursive array safe.
convertFromUTF8
in file DataUtil.class.php, method DataUtil::convertFromUTF8()
    convertFromUTF8() converts a string from utf-8
convertToUTF8
in file DataUtil.class.php, method DataUtil::convertToUTF8()
    convertToUTF8() converts a string or an array (recursivly) to utf-8
changeTable
in file DBUtil.class.php, method DBUtil::changeTable()
    change database table using ADODB dictionary method
createDatabase
in file DBUtil.class.php, method DBUtil::createDatabase()
    create database
createIndex
in file DBUtil.class.php, method DBUtil::createIndex()
    create index on table
createTable
in file DBUtil.class.php, method DBUtil::createTable()
    create a database table using ADODB dictionary method
cleanArray
in file FormUtil.class.php, method FormUtil::cleanArray()
    Clean an array acquired from input. This method is safe to use for recursive arrays and cleans the array in place as well as returning it.
cleanValue
in file FormUtil.class.php, method FormUtil::cleanValue()
    Clean an individual data element in place; cleans the array in place as well as returning it.
clearValidationErrors
in file FormUtil.class.php, method FormUtil::clearValidationErrors()
    Clear the validation error array
clearValidationFailedObjects
in file FormUtil.class.php, method FormUtil::clearValidationFailedObjects()
    Clear the objects which failed validation
createObject
in file ObjectUtil.class.php, method ObjectUtil::createObject()
    Create an object of the reuqested type and set the cr_date and cr_uid fields.
$cache_id
in file pnRender.class.php, variable pnRender::$cache_id
    The cache ID of the object
$changelog
in file pnTheme.class.php, variable Theme::$changelog
$componentid
in file pnTheme.class.php, variable Theme::$componentid
$contact
in file pnTheme.class.php, variable Theme::$contact
$credits
in file pnTheme.class.php, variable Theme::$credits
clear_all_cache
in file pnRender.class.php, method pnRender::clear_all_cache()
    clear the entire contents of cache (all templates)
clear_cache
in file pnRender.class.php, method pnRender::clear_cache()
    clears the cache for a specific template
cnvlanguagelist
in file pnLang.php, function cnvlanguagelist()
    Language list for auto detection of browser language
countrylist
in file pnLang.php, function countrylist()
ConfirmAction
in file pnHTML.php, method pnHTML::ConfirmAction()
    composite function for generic confirmation of action
clean
in file PNObjectArray.class.php, method PNObjectArray::clean()
    Clean the acquired input
clearFailedValidationData
in file PNObject.class.php, method PNObject::clearFailedValidationData()
    Clear the failed validation object data for this object
clearSessionCache
in file PNObject.class.php, method PNObject::clearSessionCache()
    Clear the session cache for this object
clearValidationErrors
in file PNObject.class.php, method PNObject::clearValidationErrors()
    Clear the failed validation errors for this object
checkPermission
in file SecurityUtil.class.php, method SecurityUtil::checkPermission()
    Check permissions
checkSignedData
in file SecurityUtil.class.php, method SecurityUtil::checkSignedData()
    verify signed data object
confirmAuthKey
in file SecurityUtil.class.php, method SecurityUtil::confirmAuthKey()
    confirm auth key
countInstances
in file StringUtil.class.php, method StringUtil::countInstances()
    Count the instances of needle in the given string
top

d

deleteCategoriesByPath
in file CategoryUtil.class.php, method CategoryUtil::deleteCategoriesByPath()
    Delete categories by Path
deleteCategoryByID
in file CategoryUtil.class.php, method CategoryUtil::deleteCategoryByID()
    Delete a category by it's ID
deleteCookie
in file CookieUtil.class.php, method CookieUtil::deleteCookie()
    Delete given cookie can be called multiple times, but must be other output is sent to browser.
DataUtil
in file DataUtil.class.php, class DataUtil
    DataUtil
decode
in file DataUtil.class.php, method DataUtil::decode()
    Decode a character a previously encoded character
decrypt
in file DataUtil.class.php, method DataUtil::decrypt()
    Decrypt the given value using the mcrypt library function. If the mcrypt functions do not exist, we fallback to the RC4 implementation which is shipped with Zikula.
DataUtil.class.php
procedural page DataUtil.class.php
DATEFORMAT_FIXED
in file DateUtil.class.php, constant DATEFORMAT_FIXED
    constants for this class
DateUtil
in file DateUtil.class.php, class DateUtil
    DateUtil
DateUtil.class.php
procedural page DateUtil.class.php
DBConnectionStack
in file DBConnectionStack.class.php, class DBConnectionStack
    This class maintains a stack of database connections. Getting a connection will always return the connection object which is currently on top of the connections stack (ie: the latest added connection).
DBConnectionStack.class.php
procedural page DBConnectionStack.class.php
DBUtil
in file DBUtil.class.php, class DBUtil
    DBUtil
decrementObjectFieldByID
in file DBUtil.class.php, method DBUtil::decrementObjectFieldByID()
    Loop through the array and feed it to DBUtil::insertObject()
deleteObject
in file DBUtil.class.php, method DBUtil::deleteObject()
    Generate and execute a delete SQL statement for the given object
deleteObjectByID
in file DBUtil.class.php, method DBUtil::deleteObjectByID()
    Delete an object by its ID.
deleteObjectsFromKeyArray
in file DBUtil.class.php, method DBUtil::deleteObjectsFromKeyArray()
deleteWhere
in file DBUtil.class.php, method DBUtil::deleteWhere()
    Delete (an) object(s) via a where clause
dropColumn
in file DBUtil.class.php, method DBUtil::dropColumn()
    drop column(s) from a table
dropIndex
in file DBUtil.class.php, method DBUtil::dropIndex()
    drop index on table
dropTable
in file DBUtil.class.php, method DBUtil::dropTable()
    delete database table
DBUtil.class.php
procedural page DBUtil.class.php
debug.php
procedural page debug.php
deldir
in file FileUtil.class.php, method FileUtil::deldir()
    Recursiveley delete given directory path
deleteAllObjectTypeAttributes
in file ObjectUtil.class.php, method ObjectUtil::deleteAllObjectTypeAttributes()
    Delete the all attributes for the given tab
deleteObjectAttributes
in file ObjectUtil.class.php, method ObjectUtil::deleteObjectAttributes()
    Delete the attributes for the given object.
deleteObjectCategories
in file ObjectUtil.class.php, method ObjectUtil::deleteObjectCategories()
    Delete a meta data object
deleteObjectMetaData
in file ObjectUtil.class.php, method ObjectUtil::deleteObjectMetaData()
    Delete a meta data object
diff
in file ObjectUtil.class.php, method ObjectUtil::diff()
    Diff 2 objects/arrays
diffExtended
in file ObjectUtil.class.php, method ObjectUtil::diffExtended()
    Provide an informative extended diff array when comparing 2 arrays
$description
in file pnTheme.class.php, variable Theme::$description
$directory
in file pnTheme.class.php, variable Theme::$directory
$displayname
in file pnTheme.class.php, variable Theme::$displayname
display
in file pnRender.class.php, method pnRender::display()
    executes & displays the template results
delete
in file PNObjectArray.class.php, method PNObjectArray::delete()
    Generic delete handler for an object
deleteWhere
in file PNObjectArray.class.php, method PNObjectArray::deleteWhere()
    Delete with a where-clause
delete
in file PNObject.class.php, method PNObject::delete()
    Generic delete handler for an object
deletePostProcess
in file PNObject.class.php, method PNObject::deletePostProcess()
    Post-Process the data after a delete. Subclasses can define appropriate implementations.
deletePreProcess
in file PNObject.class.php, method PNObject::deletePreProcess()
    Pre-Process the data prior a delete. Subclasses can define appropriate implementations.
delVar
in file SessionUtil.class.php, method SessionUtil::delVar()
    Delete a session variable
$description
in file WorkflowUtil.class.php, variable pnWorkflow::$description
deleteWorkflow
in file WorkflowUtil.class.php, method WorkflowUtil::deleteWorkflow()
    delete a workflow and associated data (by magic)
deleteWorkflowsForModule
in file WorkflowUtil.class.php, method WorkflowUtil::deleteWorkflowsForModule()
    delete workflows for module (used module uninstall time)
top

e

error
in file AjaxUtil.class.php, method AjaxUtil::error()
    error()
encode
in file DataUtil.class.php, method DataUtil::encode()
    Encode a character sting such that it's 8-bit clean. It maps to base64_encode().
encrypt
in file DataUtil.class.php, method DataUtil::encrypt()
    Encrypt the given value using the mcrypt library function. If the mcrypt functions do not exist, we fallback to the RC4 implementation which is shipped with Zikula.
executeSQL
in file DBUtil.class.php, method DBUtil::executeSQL()
    Execute SQL, check for errors and return result. Uses Adodb to generate DB-portable paging code.
expandObjectArrayWithCategories
in file ObjectUtil.class.php, method ObjectUtil::expandObjectArrayWithCategories()
    Expand an object array with it's category data
expandObjectWithAttributes
in file ObjectUtil.class.php, method ObjectUtil::expandObjectWithAttributes()
    Expand the given object with it's attributes
expandObjectWithCategories
in file ObjectUtil.class.php, method ObjectUtil::expandObjectWithCategories()
    Expand an object with it's category data
expandObjectWithMeta
in file ObjectUtil.class.php, method ObjectUtil::expandObjectWithMeta()
    Expand an object with it's Meta data
$expose_template
in file pnRender.class.php, variable pnRender::$expose_template
    true if admins wants to expose the template folder, needs admin rights for pnRender too
EndPage
in file pnHTML.php, method pnHTML::EndPage()
    Put the appropriate HTML tags in place to create a valid end to HTML output.
expire
in file SessionUtil.class.php, method SessionUtil::expire()
    Let session expire nicely
executeAction
in file WorkflowUtil.class.php, method pnWorkflow::executeAction()
    execute workflow action
executeAction
in file WorkflowUtil.class.php, method WorkflowUtil::executeAction()
    Execute action
executeOperation
in file WorkflowUtil.class.php, method pnWorkflow::executeOperation()
    execute workflow operation within action
top

f

formatForDisplay
in file DataUtil.class.php, method DataUtil::formatForDisplay()
    Format a variable for display. This method is recursive array safe.
formatForDisplayHTML
in file DataUtil.class.php, method DataUtil::formatForDisplayHTML()
    Format a variable for HTML display. This method is recursive array safe.
formatForOS
in file DataUtil.class.php, method DataUtil::formatForOS()
    Format a variable for operating-system usage. This method is recursive array safe.
formatForStore
in file DataUtil.class.php, method DataUtil::formatForStore()
    Format a variable for DB-storage. This method is recursive array safe.
formatForURL
in file DataUtil.class.php, method DataUtil::formatForURL()
formatPermalink
in file DataUtil.class.php, method DataUtil::formatPermalink()
formatDatetime
in file DateUtil.class.php, method DateUtil::formatDatetime()
    Reformat a given datetime according to the specified format
FileUtil
in file FileUtil.class.php, class FileUtil
    FileUtil
FileUtil.class.php
procedural page FileUtil.class.php
FormUtil
in file FormUtil.class.php, class FormUtil
    FormUtil
FormUtil.class.php
procedural page FormUtil.class.php
FormSelectMultipleSubmit
in file HtmlUtil.class.php, method HtmlUtil::FormSelectMultipleSubmit()
    Same as PN HTMLApi function but adds javascript form submit code to selector
fixObjectMetaData
in file ObjectUtil.class.php, method ObjectUtil::fixObjectMetaData()
    Ensure that a meta-data object has reasonable default values
fetch
in file pnRender.class.php, method pnRender::fetch()
    executes & returns the template results
FormCheckbox
in file pnHTML.php, method pnHTML::FormCheckbox()
    Add HTML tags for a checkbox or radio button field as part of a form.
FormEnd
in file pnHTML.php, method pnHTML::FormEnd()
    Add HTML tags to end a form.
FormFile
in file pnHTML.php, method pnHTML::FormFile()
    Add HTML tags for a file upload field as part of a form.
FormHidden
in file pnHTML.php, method pnHTML::FormHidden()
    Add HTML tags for a hidden field as part of a form.
FormSelectMultiple
in file pnHTML.php, method pnHTML::FormSelectMultiple()
    Add HTML tags for a select field as part of a form.
FormStart
in file pnHTML.php, method pnHTML::FormStart()
    Add HTML tags to start a form.
FormSubmit
in file pnHTML.php, method pnHTML::FormSubmit()
    Add HTML tags for a submission button as part of a form.
FormText
in file pnHTML.php, method pnHTML::FormText()
    Add HTML tags for a text field as part of a form.
FormTextArea
in file pnHTML.php, method pnHTML::FormTextArea()
    Add HTML tags for a text area as part of a form
top

g

getRegisteredModuleCategories
in file CategoryRegistryUtil.class.php, method CategoryRegistryUtil::getRegisteredModuleCategories()
    Get registered Categories for a module
getRegisteredModuleCategoriesIds
in file CategoryRegistryUtil.class.php, method CategoryRegistryUtil::getRegisteredModuleCategoriesIds()
    Get the IDs of the property registers
getRegisteredModuleCategory
in file CategoryRegistryUtil.class.php, method CategoryRegistryUtil::getRegisteredModuleCategory()
    Get registered category for module property
getCategories
in file CategoryUtil.class.php, method CategoryUtil::getCategories()
    Return an array of categories objects according the specified where-clause and sort criteria.
getCategoriesByParentID
in file CategoryUtil.class.php, method CategoryUtil::getCategoriesByParentID()
    Return the direct subcategories of the specified category
getCategoriesByPath
in file CategoryUtil.class.php, method CategoryUtil::getCategoriesByPath()
    Return an array of category objects by path without the root category
getCategoriesByRegistry
in file CategoryUtil.class.php, method CategoryUtil::getCategoriesByRegistry()
    Return an array of categories by the registry info
getCategoryByID
in file CategoryUtil.class.php, method CategoryUtil::getCategoryByID()
    Return a category object by ID
getCategoryByPath
in file CategoryUtil.class.php, method CategoryUtil::getCategoryByPath()
    Return a folder object by it's path
getCategoryTreeJS
in file CategoryUtil.class.php, method CategoryUtil::getCategoryTreeJS()
    Get the java-script for the tree menu
getCategoryTreeStructure
in file CategoryUtil.class.php, method CategoryUtil::getCategoryTreeStructure()
    Return an array of folders the user has at least access/view rights to.
getParentCategories
in file CategoryUtil.class.php, method CategoryUtil::getParentCategories()
    Return all parent categories starting from id
getSelector_Categories
in file CategoryUtil.class.php, method CategoryUtil::getSelector_Categories()
    Return the HTML selector code for the given category hierarchy
getSubCategories
in file CategoryUtil.class.php, method CategoryUtil::getSubCategories()
    Return an array of Subcategories for the specified folder
getSubCategoriesByPath
in file CategoryUtil.class.php, method CategoryUtil::getSubCategoriesByPath()
    Return an array of Subcategories for the specified folder
getSubCategoriesForCategory
in file CategoryUtil.class.php, method CategoryUtil::getSubCategoriesForCategory()
    Return an array of Subcategories by for the given category
getCookie
in file CookieUtil.class.php, method CookieUtil::getCookie()
    Get a cookie
getBooleanIniValue
in file DataUtil.class.php, method DataUtil::getBooleanIniValue()
    This method converts the several possible return values from allegedly "boolean" ini settings to proper booleans Properly converted input values are: 'off', 'on', 'false', 'true', '0', '1' If the ini_value doesn't match any of those, the value is returned as-is.
getDateofKW
in file DateUtil.class.php, method DateUtil::getDateofKW()
    Calculate day-x of KW in a YEAR
getDatetime
in file DateUtil.class.php, method DateUtil::getDatetime()
    Return a formatted datetime for the given timestamp (or for now)
getDatetimeDiff
in file DateUtil.class.php, method DateUtil::getDatetimeDiff()
    Return an structured array holding the differences between 2 dates.
getDatetimeDiff_AsField
in file DateUtil.class.php, method DateUtil::getDatetimeDiff_AsField()
    Return an field holding the differences between 2 dates expressed in units of the field requested
getDatetime_Date
in file DateUtil.class.php, method DateUtil::getDatetime_Date()
    Return the date portion of a datetime timestamp
getDatetime_Field
in file DateUtil.class.php, method DateUtil::getDatetime_Field()
    Return the requested field from the supplied date
getDatetime_NextDay
in file DateUtil.class.php, method DateUtil::getDatetime_NextDay()
    Return a formatted datetime at the end of the business day n days from now
getDatetime_NextMonth
in file DateUtil.class.php, method DateUtil::getDatetime_NextMonth()
    Return a formatted datetime at the end of the business day n months from now
getDatetime_NextWeek
in file DateUtil.class.php, method DateUtil::getDatetime_NextWeek()
    Return a formatted datetime at the end of the business day n week from now
getDatetime_NextYear
in file DateUtil.class.php, method DateUtil::getDatetime_NextYear()
    Return a formatted datetime at the end of the business day n years from now
getDatetime_Time
in file DateUtil.class.php, method DateUtil::getDatetime_Time()
    Return the time portion of a datetime timestamp
getDaysInMonth
in file DateUtil.class.php, method DateUtil::getDaysInMonth()
    Return a the number of days in the given month/year
getMonthDates
in file DateUtil.class.php, method DateUtil::getMonthDates()
    Return an array of dates for the given month
getWeekdaysInMonth
in file DateUtil.class.php, method DateUtil::getWeekdaysInMonth()
    Return an array of weekdays for the given month
getConnection
in file DBConnectionStack.class.php, method DBConnectionStack::getConnection()
    Get the currently active connection (the connection on top of the connection stack)
getConnectionDBDriver
in file DBConnectionStack.class.php, method DBConnectionStack::getConnectionDBDriver()
    Get the DB driver of the currently active connection. This is not necessarily the same as the DB Type and should be used to distinguish between different database types in ADODB e.g. both oracle and oci8 use the oci8 driver to load the correct data dictionary include file
getConnectionDBHost
in file DBConnectionStack.class.php, method DBConnectionStack::getConnectionDBHost()
    Get the DB Host of the currently active connection
getConnectionDBName
in file DBConnectionStack.class.php, method DBConnectionStack::getConnectionDBName()
    Get the DB Alias name of the currently active connection
getConnectionDBType
in file DBConnectionStack.class.php, method DBConnectionStack::getConnectionDBType()
    Get the DB Type of the currently active connection
getConnectionInfo
in file DBConnectionStack.class.php, method DBConnectionStack::getConnectionInfo()
    Get the DB connection info structure for a connection as defined in config.php.
getConnectionName
in file DBConnectionStack.class.php, method DBConnectionStack::getConnectionName()
    Get the alias name name of the currently active connection
generateCategoryFilterWhere
in file DBUtil.class.php, method DBUtil::generateCategoryFilterWhere()
    Append the approriate category filter where-clause to the given where clause.
getColumnsArray
in file DBUtil.class.php, method DBUtil::getColumnsArray()
    return the column array for the given table
getInsertID
in file DBUtil.class.php, method DBUtil::getInsertID()
getLimitedTablename
in file DBUtil.class.php, method DBUtil::getLimitedTablename()
    limit the table name if necessary and prepend the prefix
getTableConstraints
in file DBUtil.class.php, method DBUtil::getTableConstraints()
    get the table constraints from the pntables array
getTableDefinition
in file DBUtil.class.php, method DBUtil::getTableDefinition()
    get the table definition from the pntables array
get_microtime
in file debug.php, method Timer::get_microtime()
    return the current microtime
generateRandomFilename
in file FileUtil.class.php, method FileUtil::generateRandomFilename()
    Generate a random filename
getBasename
in file FileUtil.class.php, method FileUtil::getBasename()
    Get the basename of a filename
getExtension
in file FileUtil.class.php, method FileUtil::getExtension()
    Get the file's extension
getFilebase
in file FileUtil.class.php, method FileUtil::getFilebase()
    Given a filename (complete with path) get the file basename
getFiles
in file FileUtil.class.php, method FileUtil::getFiles()
    Recursiveley generate a file listing
getFailedValidationObjects
in file FormUtil.class.php, method FormUtil::getFailedValidationObjects()
    Return the objects which failed validation
getFieldMarker
in file FormUtil.class.php, method FormUtil::getFieldMarker()
    Get the appropriate field marker
getPassedValue
in file FormUtil.class.php, method FormUtil::getPassedValue()
    Return the requested key from input in a safe way. This function is safe to use for recursive arrays and either returns a non-empty string or the (optional) default.
getRequiredFieldMarker
in file FormUtil.class.php, method FormUtil::getRequiredFieldMarker()
    Get the required field marker (or nothing) for the specified field
getValidationError
in file FormUtil.class.php, method FormUtil::getValidationError()
    Get the validation error for the specified field
getValidationErrors
in file FormUtil.class.php, method FormUtil::getValidationErrors()
    Get the validation errors
getValidationFieldMarker
in file FormUtil.class.php, method FormUtil::getValidationFieldMarker()
    Get the required field marker (or nothing) for the specified field
getCheckboxes_CategoryField
in file HtmlUtil.class.php, method HtmlUtil::getCheckboxes_CategoryField()
    Return the HTML code for the values in a given category
getSelectorData_Language
in file HtmlUtil.class.php, method HtmlUtil::getSelectorData_Language()
    Return the dropdown data for the language selector
getSelectorValue_Permission
in file HtmlUtil.class.php, method HtmlUtil::getSelectorValue_Permission()
    Return the localized string for the given value
getSelectorValue_YesNo
in file HtmlUtil.class.php, method HtmlUtil::getSelectorValue_YesNo()
    Return the localized string for the specified yes/no value
getSelector_Categories
in file HtmlUtil.class.php, method HtmlUtil::getSelector_Categories()
    Return the HTML selector code for the given category hierarchy, maps to CategoryUtil::getSelector_Categories()
getSelector_Countries
in file HtmlUtil.class.php, method HtmlUtil::getSelector_Countries()
    Return the HTML for the country selector
getSelector_DatetimeDay
in file HtmlUtil.class.php, method HtmlUtil::getSelector_DatetimeDay()
    Return the HTML for the date day selector
getSelector_DatetimeHour
in file HtmlUtil.class.php, method HtmlUtil::getSelector_DatetimeHour()
    Return the HTML for the date hour selector
getSelector_DatetimeMinute
in file HtmlUtil.class.php, method HtmlUtil::getSelector_DatetimeMinute()
    Return the HTML for the date minute selector
getSelector_DatetimeMonth
in file HtmlUtil.class.php, method HtmlUtil::getSelector_DatetimeMonth()
    Return the HTML for the date month selector
getSelector_DatetimeYear
in file HtmlUtil.class.php, method HtmlUtil::getSelector_DatetimeYear()
    Return the HTML for the date year selector
getSelector_FieldArray
in file HtmlUtil.class.php, method HtmlUtil::getSelector_FieldArray()
getSelector_ModuleTables
in file HtmlUtil.class.php, method HtmlUtil::getSelector_ModuleTables()
getSelector_ObjectArray
in file HtmlUtil.class.php, method HtmlUtil::getSelector_ObjectArray()
getSelector_Permission
in file HtmlUtil.class.php, method HtmlUtil::getSelector_Permission()
    Return the HTML code for the Permission dropdown
getSelector_PermissionLevel
in file HtmlUtil.class.php, method HtmlUtil::getSelector_PermissionLevel()
    Return the HTML code for the Permission Level dropdown
getSelector_PNGroup
in file HtmlUtil.class.php, method HtmlUtil::getSelector_PNGroup()
    Return the html for the PN user group selector
getSelector_PNModule
in file HtmlUtil.class.php, method HtmlUtil::getSelector_PNModule()
    Return the html for the PNModule selector
getSelector_PNUser
in file HtmlUtil.class.php, method HtmlUtil::getSelector_PNUser()
    Return a PN array strcuture for the PN user dropdown box
getSelector_TableFields
in file HtmlUtil.class.php, method HtmlUtil::getSelector_TableFields()
getSelector_YesNo
in file HtmlUtil.class.php, method HtmlUtil::getSelector_YesNo()
    Return the HTML code for the Yes/No dropdown
getInstalledLanguages
in file LanguageUtil.class.php, method LanguageUtil::getInstalledLanguages()
    Return the currently available languages
getLanguages
in file LanguageUtil.class.php, method LanguageUtil::getLanguages()
    Return the currently available system languages
getErrorMessages
in file LogUtil.class.php, method LogUtil::getErrorMessages()
    Get an array of error messages
getErrorMessagesText
in file LogUtil.class.php, method LogUtil::getErrorMessagesText()
    Get an error message text
getErrorType
in file LogUtil.class.php, method LogUtil::getErrorType()
    get the error type
getLogFileName
in file LogUtil.class.php, method LogUtil::getLogFileName()
    Generate the filename of todays log file
getStatusMessages
in file LogUtil.class.php, method LogUtil::getStatusMessages()
    Returns an array of status messages
getStatusMessagesText
in file LogUtil.class.php, method LogUtil::getStatusMessagesText()
    Returns a string of the available status messages, separated by the given delimeter
getModules
in file ModuleUtil.class.php, method ModuleUtil::getModules()
    Generic modules select function. Only modules in the module table are returned which means that new/unscanned modules will not be returned
getModulesByState
in file ModuleUtil.class.php, method ModuleUtil::getModulesByState()
    Return an array of modules in the specified state, only modules in the module table are returned which means that new/unscanned modules will not be returned
generateCreateDataDictForStandardFields
in file ObjectUtil.class.php, method ObjectUtil::generateCreateDataDictForStandardFields()
    Generate the ADODB datadict entries to create the standard PN architecture fields
generateCreateSqlForStandardFields
in file ObjectUtil.class.php, method ObjectUtil::generateCreateSqlForStandardFields()
    Generate the SQL to create the standard PN architecture fields
getAttributeCount
in file ObjectUtil.class.php, method ObjectUtil::getAttributeCount()
    Retrieve the count for a given attribute name
getField
in file ObjectUtil.class.php, method ObjectUtil::getField()
    If the specified field is set return it, otherwise return default
getSystemAttributes
in file ObjectUtil.class.php, method ObjectUtil::getSystemAttributes()
    Retrieve a list of attributes defined in the system
getVar
in file PageUtil.class.php, method PageUtil::getVar()
    getVar()
getInstance
in file pnRender.class.php, method pnRender::getInstance()
    setup the current instance of the pnRender class and return it back to the module
GetUserTime
in file pnAPI.php, function GetUserTime()
    get a Time String in the right format
get_template_path
in file pnTheme.class.php, method Theme::get_template_path()
    Checks which path to use for required template
get_template_path
in file pnRender.class.php, method pnRender::get_template_path()
    Checks which path to use for required template
GetInputMode
in file pnHTML.php, method pnHTML::GetInputMode()
    Retrive the current input state
GetOutput
in file pnHTML.php, method pnHTML::GetOutput()
    Return the HTML output from the buffer.
GetOutputMode
in file pnHTML.php, method pnHTML::GetOutputMode()
    Return the current state of the output stream
genFilter
in file PNObjectArray.class.php, method PNObjectArray::genFilter()
    Generate a filter for the array view. Default implementation which can be overridden by subclasses.
get
in file PNObjectArray.class.php, method PNObjectArray::get()
    Return the current object data. Maps to $this->getWhere().
getCount
in file PNObjectArray.class.php, method PNObjectArray::getCount()
    Return the record count for the given object set
getData
in file PNObjectArray.class.php, method PNObjectArray::getData()
    Return the currently set object data
getDataField
in file PNObjectArray.class.php, method PNObjectArray::getDataField()
    Generic function to retrieve
getHash
in file PNObjectArray.class.php, method PNObjectArray::getHash()
    Get the hashcode for this object data array
getSelector
in file PNObjectArray.class.php, method PNObjectArray::getSelector()
    Get a selector for the object array
getWhere
in file PNObjectArray.class.php, method PNObjectArray::getWhere()
    Return/Select the object using the given where clause.
generateEmptyObject
in file PNObject.class.php, method PNObject::generateEmptyObject()
    Generate an empty object with the fields initialized to null
get
in file PNObject.class.php, method PNObject::get()
    Return the current object data. If $key and $field are supplied, the object is fetched again from the database.
getData
in file PNObject.class.php, method PNObject::getData()
    Return the currently set object data
getDataField
in file PNObject.class.php, method PNObject::getDataField()
    Generic function to retrieve
getDataFromInput
in file PNObject.class.php, method PNObject::getDataFromInput()
    Get the data from the various input streams provided.
getDataFromInputPostProcess
in file PNObject.class.php, method PNObject::getDataFromInputPostProcess()
    Post-Process the data after getting it from Input. Subclasses can define appropriate implementations.
getDataFromSession
in file PNObject.class.php, method PNObject::getDataFromSession()
    Get the data from the various input streams provided.
getDataFromSessionPostProcess
in file PNObject.class.php, method PNObject::getDataFromSessionPostProcess()
    Post-Process the data after getting it from Session. Subclasses can define appropriate implementations.
getDataFromSource
in file PNObject.class.php, method PNObject::getDataFromSource()
    Generic access function to retrieve data from the specified source
getFailedValidationData
in file PNObject.class.php, method PNObject::getFailedValidationData()
    Get the object which failed validation
getHash
in file PNObject.class.php, method PNObject::getHash()
    Get the hashcode for this object data
getID
in file PNObject.class.php, method PNObject::getID()
    Return the object-ID or false
getIDField
in file PNObject.class.php, method PNObject::getIDField()
    Return the object ID field name
getValidation
in file PNObject.class.php, method PNObject::getValidation()
getWhere
in file PNObject.class.php, method PNObject::getWhere()
    Return/Select the object using the given where clause.
getDate
in file RandomUtil.class.php, method RandomUtil::getDate()
    Return a random date between $startDate and $endDate
getInteger
in file RandomUtil.class.php, method RandomUtil::getInteger()
    Return a random integer between $floor and $ceil (inclusive)
getParagraphs
in file RandomUtil.class.php, method RandomUtil::getParagraphs()
    Return a nParas paragraphs of random text based on the dictionary
getRandomString
in file RandomUtil.class.php, method RandomUtil::getRandomString()
    Return a random string of specified length. This function uses uses md5() to generate the string.
getSeed
in file RandomUtil.class.php, method RandomUtil::getSeed()
    Return a seed value for the srand() function
getSentence
in file RandomUtil.class.php, method RandomUtil::getSentence()
    Return a random sentence of nWords based on the dictionary
getString
in file RandomUtil.class.php, method RandomUtil::getString()
    Return a random string
getUserID
in file RandomUtil.class.php, method RandomUtil::getUserID()
    Return a random user-id
generateAuthKey
in file SecurityUtil.class.php, method SecurityUtil::generateAuthKey()
    generate auth key
getAuthInfo
in file SecurityUtil.class.php, method SecurityUtil::getAuthInfo()
    get auth info
getSecurityLevel
in file SecurityUtil.class.php, method SecurityUtil::getSecurityLevel()
    get security level
getVar
in file SessionUtil.class.php, method SessionUtil::getVar()
    Get a session variable
getTruncatedString
in file StringUtil.class.php, method StringUtil::getTruncatedString()
    Truncate a string to a certain length
getAllThemes
in file ThemeUtil.class.php, method ThemeUtil::getAllThemes()
    getAllThemes
getIDFromName
in file ThemeUtil.class.php, method ThemeUtil::getIDFromName()
getInfo
in file ThemeUtil.class.php, method ThemeUtil::getInfo()
    getInfo
getModuleStylesheet
in file ThemeUtil.class.php, method ThemeUtil::getModuleStylesheet()
    get the modules stylesheet from several possible sources
getVar
in file ThemeUtil.class.php, method ThemeUtil::getVar()
    return a theme variable
getDynamicDataFields
in file UserUtil.class.php, method UserUtil::getDynamicDataFields()
    Return the defined dynamic user data fields
getGroupListForUser
in file UserUtil.class.php, method UserUtil::getGroupListForUser()
    Return a string list of group-ids for the specified user
getGroupsForUser
in file UserUtil.class.php, method UserUtil::getGroupsForUser()
    Return an array group-ids for the specified user
getPNGroup
in file UserUtil.class.php, method UserUtil::getPNGroup()
    Return a group object
getPNGroupIdList
in file UserUtil.class.php, method UserUtil::getPNGroupIdList()
    Return a (string) list of group-ids which can then be used in a SQL 'IN (...)' clause
getPNGroups
in file UserUtil.class.php, method UserUtil::getPNGroups()
    Return a hash structure mapping gid to groupname
getPNUser
in file UserUtil.class.php, method UserUtil::getPNUser()
    Return a user object
getPNUserField
in file UserUtil.class.php, method UserUtil::getPNUserField()
    Return a field from a user object
getPNUserIdList
in file UserUtil.class.php, method UserUtil::getPNUserIdList()
    Return a (string) list of user-ids which can then be used in a SQL 'IN (...)' clause
getPNUsers
in file UserUtil.class.php, method UserUtil::getPNUsers()
    Return a hash structure mapping uid to username
getSelectorData_PNGroup
in file UserUtil.class.php, method UserUtil::getSelectorData_PNGroup()
    Return a PN array structure for the PN user group selector
getSelectorData_PNUser
in file UserUtil.class.php, method UserUtil::getSelectorData_PNUser()
    Return a PN array strcuture for the PN user dropdown box
getUserDynamicDataFields
in file UserUtil.class.php, method UserUtil::getUserDynamicDataFields()
    Return a string list of user-ids for the specified group
getUsersForGroup
in file UserUtil.class.php, method UserUtil::getUsersForGroup()
    Return a string list of user-ids for the specified group
getActionsByState
in file WorkflowUtil.class.php, method WorkflowUtil::getActionsByState()
    get Actions by State
getActionsForObject
in file WorkflowUtil.class.php, method WorkflowUtil::getActionsForObject()
    get possible actions for a given item of data in it's current workflow state
getDescription
in file WorkflowUtil.class.php, method pnWorkflow::getDescription()
    get workflow description
getID
in file WorkflowUtil.class.php, method pnWorkflow::getID()
    get workflow ID
getModule
in file WorkflowUtil.class.php, method pnWorkflow::getModule()
    get workflow Module
getTitle
in file WorkflowUtil.class.php, method pnWorkflow::getTitle()
    get workflow title
getWorkflowForObject
in file WorkflowUtil.class.php, method WorkflowUtil::getWorkflowForObject()
    Load workflow for object will attach array '__PNWORKFLOW__' to the object
getWorkflowState
in file WorkflowUtil.class.php, method WorkflowUtil::getWorkflowState()
    get workflow state of object
top

h

hasCategoryAccess
in file CategoryUtil.class.php, method CategoryUtil::hasCategoryAccess()
    Check for access to a certain set of categories
haveDirectSubcategories
in file CategoryUtil.class.php, method CategoryUtil::haveDirectSubcategories()
    Check whether the category $cid has subcategories (optional checks for leafe )
hash
in file DataUtil.class.php, method DataUtil::hash()
    Perform SHA1 or SHA256 hashing on a string using native PHP functions if available and if not uses own classes.
hasValidationErrors
in file FormUtil.class.php, method FormUtil::hasValidationErrors()
    Return a boolean indicating whether or not the specified field failed validation
HtmlUtil
in file HtmlUtil.class.php, class HtmlUtil
    HTMLUtil
HtmlUtil.class.php
procedural page HtmlUtil.class.php
hasErrors
in file LogUtil.class.php, method LogUtil::hasErrors()
    check if errors
$help
in file pnTheme.class.php, variable Theme::$help
hasID
in file PNObject.class.php, method PNObject::hasID()
    Return whether or not this object has a set id field
hasExpired
in file SessionUtil.class.php, method SessionUtil::hasExpired()
    Check if a session has expired or not
highlightWords
in file StringUtil.class.php, method StringUtil::highlightWords()
top

i

isDirectSubCategory
in file CategoryUtil.class.php, method CategoryUtil::isDirectSubCategory()
    Check whether $cid is a direct subcategory of $root_id
isDirectSubCategoryByID
in file CategoryUtil.class.php, method CategoryUtil::isDirectSubCategoryByID()
    Check whether $cid is a direct subcategory of $root_id
isSubCategory
in file CategoryUtil.class.php, method CategoryUtil::isSubCategory()
    Check whether $cat is a subcategory of $rootCat
isSubCategoryByID
in file CategoryUtil.class.php, method CategoryUtil::isSubCategoryByID()
    Check whether $cid is a subcategory of $root_id
is_serialized
in file DataUtil.class.php, method DataUtil::is_serialized()
    check for serialization
init
in file DBConnectionStack.class.php, method DBConnectionStack::init()
    Initialize a DBConnection and place it on the connection stack
isDefaultConnection
in file DBConnectionStack.class.php, method DBConnectionStack::isDefaultConnection()
    Check whether the current connection is the default one
incrementObjectFieldByID
in file DBUtil.class.php, method DBUtil::incrementObjectFieldByID()
    Increment a field by the given increment
insertObject
in file DBUtil.class.php, method DBUtil::insertObject()
    Generate and execute an insert SQL statement for the given object
insertObjectArray
in file DBUtil.class.php, method DBUtil::insertObjectArray()
    Loop through the array and feed it to DBUtil::insertObject()
isRequiredField
in file FormUtil.class.php, method FormUtil::isRequiredField()
    Return a boolean indicating whether the specified field is required
includeOnce
in file Loader.class.php, method Loader::includeOnce()
    Internal include_once, considerably faster
insertObjectMetaData
in file ObjectUtil.class.php, method ObjectUtil::insertObjectMetaData()
    Insert a meta data object
$id
in file pnTheme.class.php, variable Theme::$id
$imagelangpath
in file pnTheme.class.php, variable Theme::$imagelangpath
$imagepath
in file pnTheme.class.php, variable Theme::$imagepath
$isloggedin
in file pnTheme.class.php, variable Theme::$isloggedin
is_cached
in file pnRender.class.php, method pnRender::is_cached()
    finds out if a template is already cached
insert
in file PNObjectArray.class.php, method PNObjectArray::insert()
    Generic insert handler for an object (ID is inserted into the object data)
insert
in file PNObject.class.php, method PNObject::insert()
    Generic insert handler for an object (ID is inserted into the object data)
insertPostProcess
in file PNObject.class.php, method PNObject::insertPostProcess()
    Post-Process the data after an insert. Subclasses can define appropriate implementations.
insertPreProcess
in file PNObject.class.php, method PNObject::insertPreProcess()
    Pre-Process the data prior to an insert. Subclasses can define appropriate implementations.
initialize
in file SessionUtil.class.php, method SessionUtil::initialize()
    Initialise session
$id
in file WorkflowUtil.class.php, variable pnWorkflow::$id
top

l

LanguageUtil
in file LanguageUtil.class.php, class LanguageUtil
    LanguageUtil
LanguageUtil.class.php
procedural page LanguageUtil.class.php
loadAllFiles
in file Loader.class.php, method Loader::loadAllFiles()
    Load all files from the specified location in the pn file tree
loadArrayClassFromModule
in file Loader.class.php, method Loader::loadArrayClassFromModule()
    Load a PNObjectArray extended class from the given module. The given class name is prefixed with 'PN' and underscores are removed to produce a proper class name.
loadClass
in file Loader.class.php, method Loader::loadClass()
    Load a class file from the specified location in the file tree
loadClassFromModule
in file Loader.class.php, method Loader::loadClassFromModule()
    Load a PNObject extended class from the given module. The given class name is prefixed with 'PN' and underscores are removed to produce a proper class name.
Loader
in file Loader.class.php, class Loader
    Loader
loadFile
in file Loader.class.php, method Loader::loadFile()
    Load a file from the specified location in the pn file tree
loadFiles
in file Loader.class.php, method Loader::loadFiles()
    Load multiple files from the specified location in the pn file tree Note that in it's default invokation, this method exits after the first successful file load.
loadOneFile
in file Loader.class.php, method Loader::loadOneFile()
    Return after the first successful file load. This corresponds to the default behaviour of loadFiles().
Loader.class.php
procedural page Loader.class.php
log
in file LogUtil.class.php, method LogUtil::log()
    Log the given messge under the given level
LogUtil
in file LogUtil.class.php, class LogUtil
    LogUtil
LogUtil.class.php
procedural page LogUtil.class.php
$language
in file pnRender.class.php, variable pnRender::$language
    The current language used by the site/user
$license
in file pnTheme.class.php, variable Theme::$license
languagelist
in file pnLang.php, function languagelist()
    list of all availabe languages
language_current
in file pnLang.php, function language_current()
    get current language
language_name
in file pnLang.php, function language_name()
    get a language name
language_sql
in file pnLang.php, function language_sql()
    build language sql clause for ml
lang_dropdown
in file pnLang.php, function lang_dropdown()
    Make common language selection dropdown
Linebreak
in file pnHTML.php, method pnHTML::Linebreak()
    Add line break
left
in file StringUtil.class.php, method StringUtil::left()
    Returns the left x chars of a string. If the string is longer than x, the whole string is returned
load
in file ThemeUtil.class.php, method ThemeUtil::load()
    Load a theme
loadLanguage
in file ThemeUtil.class.php, method ThemeUtil::loadLanguage()
loadSchema
in file WorkflowUtil.class.php, method WorkflowUtil::loadSchema()
    load xml workflow
top

m

moveCategoriesByID
in file CategoryUtil.class.php, method CategoryUtil::moveCategoriesByID()
    Move categories by ID (recursive move)
moveCategoriesByPath
in file CategoryUtil.class.php, method CategoryUtil::moveCategoriesByPath()
    Move Categories by Path (recursive move)
moveSubCategoriesByPath
in file CategoryUtil.class.php, method CategoryUtil::moveSubCategoriesByPath()
    Move SubCategories by Path (recurisve move)
makeTimestamp
in file DateUtil.class.php, method DateUtil::makeTimestamp()
    create a unix timestamp from either a unix timestamp (sic!), a MySQL timestamp or a string. This code is taken from smarty_make_timestamp.php, credits go to Monte Ohrt <monte at ohrt dot com>
marshallFieldArray
in file DBUtil.class.php, method DBUtil::marshallFieldArray()
    Transform a result set into an array of field values
marshallObjects
in file DBUtil.class.php, method DBUtil::marshallObjects()
    Transform a SQL query result set into an object/array, optionally applying an PN permission filter
metaColumnNames
in file DBUtil.class.php, method DBUtil::metaColumnNames()
    get a list of column names in a table
metaColumns
in file DBUtil.class.php, method DBUtil::metaColumns()
    get a list of columns in a table
metaColumnType
in file DBUtil.class.php, method DBUtil::metaColumnType()
    get a the ADODB meta-type for a table column
metaDatabases
in file DBUtil.class.php, method DBUtil::metaDatabases()
    get a list of databases available on the server
metaForeignKeys
in file DBUtil.class.php, method DBUtil::metaForeignKeys()
    get a list of foreign keys for a table
metaIndexes
in file DBUtil.class.php, method DBUtil::metaIndexes()
    get a list of indexes for a table
metaPrimaryKeys
in file DBUtil.class.php, method DBUtil::metaPrimaryKeys()
    get a list of primary keys for a table
metaTables
in file DBUtil.class.php, method DBUtil::metaTables()
    get a list of tables in the currently connected database
mkdirs
in file FileUtil.class.php, method FileUtil::mkdirs()
    Recursiveley create a directory path
ModuleUtil
in file ModuleUtil.class.php, class ModuleUtil
    ModuleUtil
ModuleUtil.class.php
procedural page ModuleUtil.class.php
moveField
in file ObjectUtil.class.php, method ObjectUtil::moveField()
    Increments or decremnts a sequence number (column position) in a table for a given ID. If exists, it swaps the sequence of the field above or down.
$modinfo
in file pnRender.class.php, variable pnRender::$modinfo
    The full module info for wich the object is for
$module
in file pnRender.class.php, variable pnRender::$module
    The module in which the current template will be located
ml_ftime
in file pnLang.php, function ml_ftime()
    Timezone Function
modules_get_language
in file pnLang.php, function modules_get_language()
    Loads the required language file for module some workaround for new layout with /system and /modules [larsneo]
modules_get_manual
in file pnLang.php, function modules_get_manual()
    Loads the required manual for module
$module
in file WorkflowUtil.class.php, variable pnWorkflow::$module
mapWorkflow
in file WorkflowUtil.class.php, method pnWorkflowParser::mapWorkflow()
    Map workflow
top

n

$name
in file debug.php, variable Timer::$name
newPNForm
in file FormUtil.class.php, method FormUtil::newPNForm()
    Return a newly created pnFormRender instance with the given name
$name
in file pnTheme.class.php, variable Theme::$name
nl2html
in file StringUtil.class.php, method StringUtil::nl2html()
    Translate html input newlines to
sequences.
top

o

output
in file AjaxUtil.class.php, method AjaxUtil::output()
    encode data in JSON and return This functions can add a new authid if requested to do so (default).
objectCache
in file DBUtil.class.php, method DBUtil::objectCache()
    Object cache interface
ObjectUtil
in file ObjectUtil.class.php, class ObjectUtil
    ObjectUtil
ObjectUtil.class.php
procedural page ObjectUtil.class.php
$official
in file pnTheme.class.php, variable Theme::$official
top

p

parseUIDate
in file DateUtil.class.php, method DateUtil::parseUIDate()
    Parses a user interface date string (excluding time) into a timestamp
parseUIDateTime
in file DateUtil.class.php, method DateUtil::parseUIDateTime()
    Parses a user interface date+time string into a timestamp
popConnection
in file DBConnectionStack.class.php, method DBConnectionStack::popConnection()
    Pop the currently active connection off the stack.
pushConnection
in file DBConnectionStack.class.php, method DBConnectionStack::pushConnection()
    Push a new database connection onto the connection stack
pn_assert_callback_function
in file debug.php, function pn_assert_callback_function()
    log a string to the designated output destination
pn_exit
in file debug.php, function pn_exit()
    Exit the program after displaying the appropriate messages
prayer
in file debug.php, function prayer()
    Serialize the given data in an easily human-readable way for debug purposes
postProcessExpandedObjectArrayCategories
in file ObjectUtil.class.php, method ObjectUtil::postProcessExpandedObjectArrayCategories()
    Post-process an object-array's expanded categories to generate relative paths
postProcessExpandedObjectCategories
in file ObjectUtil.class.php, method ObjectUtil::postProcessExpandedObjectCategories()
    Post-process an object's expanded category data to generate relative paths
PageUtil
in file PageUtil.class.php, class PageUtil
    Zikula page variables functions
PageUtil.class.php
procedural page PageUtil.class.php
$pageid
in file pnTheme.class.php, variable Theme::$pageid
$pagetype
in file pnTheme.class.php, variable Theme::$pagetype
$permlevel
in file pnTheme.class.php, variable Theme::$permlevel
pnADODBInit
in file pnAPI.php, function pnADODBInit()
    initialise ADODB
pnAPI.php
procedural page pnAPI.php
pnBannerDisplay
in file pnBanners.php, function pnBannerDisplay()
    Function to display banners in all pages
pnBanners.php
procedural page pnBanners.php
pnBlockDisplayPosition
in file pnBlocks.php, function pnBlockDisplayPosition()
    display all blocks in a block position
pnBlockGetInfo
in file pnBlocks.php, function pnBlockGetInfo()
    get block information
pnBlockGetInfoByTitle
in file pnBlocks.php, function pnBlockGetInfoByTitle()
    get block information
pnBlockLoad
in file pnBlocks.php, function pnBlockLoad()
    load a block
pnBlockLoadAll
in file pnBlocks.php, function pnBlockLoadAll()
    load all blocks
pnBlocks.php
procedural page pnBlocks.php
pnBlocksGetInfo
in file pnBlocks.php, function pnBlocksGetInfo()
    get block information
pnBlockShow
in file pnBlocks.php, function pnBlockShow()
    show a block
pnBlockThemeBlock
in file pnBlocks.php, function pnBlockThemeBlock()
    Display a block based on the current theme
pnBlockVarsFromContent
in file pnBlocks.php, function pnBlockVarsFromContent()
    extract an array of config variables out of the content field of a block
pnBlockVarsToContent
in file pnBlocks.php, function pnBlockVarsToContent()
    put an array of config variables in the content field of a block
pnConfigDelVar
in file pnAPI.php, function pnConfigDelVar()
    delete a configuration variable
pnConfigGetVar
in file pnAPI.php, function pnConfigGetVar()
    get a configuration variable
pnConfigSetVar
in file pnAPI.php, function pnConfigSetVar()
    set a configuration variable
pnDBGetConn
in file pnAPI.php, function pnDBGetConn()
    get a list of database connections
pnDBGetTableOptions
in file pnAPI.php, function pnDBGetTableOptions()
pnDBGetTablePrefix
in file pnAPI.php, function