api.zedseries.com
[ all elements ]

Index of All Elements

Package Indexes


[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ z ] [ _ ]

a

a

$arrData
in file ZedSeriesData.php, variable ZedSeriesData::$arrData
add
in file ZedSeriesDebug.php, method ZedSeriesDebug::add()
    add a string to debug log registry without printing it (so no "headers already sent" error appears)
addBeModuleConfig
in file Zed.php, method Zed::addBeModuleConfig()
    add a configuration entry inside the specified backend module configuration
addCallback
in file ZedSeriesWizard.php, method ZedSeriesWizard::addCallback()
addDirList
in file ZedSeriesZipWriter.php, method ZedSeriesZipWriter::addDirList()
    an helper function for easily adding multiple directories to a zip archive
addPalette
in file Zed.php, method Zed::addPalette()
    inject a palette into an existing palette in the specified position useful if you want to extend an existing palette using your own fields
addPaletteAfter
in file Zed.php, method Zed::addPaletteAfter()
    inject a palette into the specified palette(s) useful if you want to extend a group of existing palette using your own fields
addToUrl
in file ZedSeriesControllerUtils.php, method ZedSeriesControllerUtils::addToUrl()
    Add a request string to the current URI string
addWidget
in file ZedSeriesWizard.php, method ZedSeriesWizard::addWidget()
    add a widget after initial setup
b

b

beLink
in file ZedSeriesUi.php, method ZedSeriesUi::beLink()
    generates a backend link
box
in file ZedSeriesUi.php, method ZedSeriesUi::box()
    generates a box
btBack
in file ZedSeriesUi.php, method ZedSeriesUi::btBack()
btrace
in file ZedSeriesDebug.php, method ZedSeriesDebug::btrace()
    an improved debug_backtrace function with level and order selection
buildStepFromDca
in file ZedSeriesWizardHelper.php, method ZedSeriesWizardHelper::buildStepFromDca()
    build a list of step from a DCA (Data Configuration Array)
buttonbar
in file ZedSeriesUi.php, method ZedSeriesUi::buttonbar()
    it is currently in beta displays a buttonbar
c

c

$completed
in file ZedSeriesWizardHelper.php, variable ZedSeriesWizardHelper::$completed
$config
in file ZedSeriesIniConfig.php, variable ZedSeriesIniConfig::$config
$config
in file ZedSeriesWizard.php, variable ZedSeriesWizard::$config
$cu
in file ZedSeriesWizardHelper.php, variable ZedSeriesWizardHelper::$cu
    ZedSeriesControllerUtils instance
$currentStep
in file ZedSeriesWizard.php, variable ZedSeriesWizard::$currentStep
compile
in file ZedSeriesBackendHandler.php, method ZedSeriesBackendHandler::compile()
compile
in file ZedSeriesBackendModule.php, method ZedSeriesBackendModule::compile()
d

d

debugLog
in file ZedSeriesDebug.php, method ZedSeriesDebug::debugLog()
    helper function for debug module
displayError
in file ZedSeriesErrorManager.php, method ZedSeriesErrorManager::displayError()
displayErrors
in file ZedSeriesDebug.php, method ZedSeriesDebug::displayErrors()
    a quick way to enable the display of errors
dump
in file ZedSeriesDebug.php, method ZedSeriesDebug::dump()
    returns the content of log registry if a tag name is specified the output will be "wrapped" into the specified tag
dumpKeys
in file ZedSeriesDebug.php, method ZedSeriesDebug::dumpKeys()
e

e

error
in file ZedSeriesDebug.php, method ZedSeriesDebug::error()
    wrapper function for debug module channel error
f

f

$formCfg
in file ZedSeriesWizard.php, variable ZedSeriesWizard::$formCfg
fetch_assoc
in file ZedSeriesData.php, method ZedSeriesData::fetch_assoc()
fetch_field
in file ZedSeriesData.php, method ZedSeriesData::fetch_field()
fetch_row
in file ZedSeriesData.php, method ZedSeriesData::fetch_row()
free
in file ZedSeriesData.php, method ZedSeriesData::free()
fwrite
in file ZedSeriesDebug.php, method ZedSeriesDebug::fwrite()
    write the content of log registry to system/logs/zedseriesdebug.log
g

g

generate
in file ZedSeriesUi.php, method ZedSeriesUi::generate()
generate
in file ZedSeriesBackendModule.php, method ZedSeriesBackendModule::generate()
generate
in file ZedSeriesPagination.php, method ZedSeriesPagination::generate()
    Generate the pagination menu and return it as HTML string
generateFrontendUrl
in file ZedSeriesControllerUtils.php, method ZedSeriesControllerUtils::generateFrontendUrl()
    Generate an URL from a tl_page record depending on the current rewriteURL setting and return it
generateFrontendUrlByAlias
in file ZedSeriesControllerUtils.php, method ZedSeriesControllerUtils::generateFrontendUrlByAlias()
    Generate an URL from a tl_page's alias record depending on the current rewriteURL setting and return it
generateFrontendUrlByPageId
in file ZedSeriesControllerUtils.php, method ZedSeriesControllerUtils::generateFrontendUrlByPageId()
    Generate an URL from a tl_page's id record depending on the current rewriteURL setting and return it
generateImage
in file ZedSeriesControllerUtils.php, method ZedSeriesControllerUtils::generateImage()
    Generate an image tag and return it as HTML string
getAssocEq
in file ZedSeriesModelUtils.php, method ZedSeriesModelUtils::getAssocEq()
    return an associative array from the specified table
getBackendModuleTitle
in file ZedSeriesUi.php, method ZedSeriesUi::getBackendModuleTitle()
    get the current backend Module Title
getDirectoryTree
in file ZedSeriesZipWriter.php, method ZedSeriesZipWriter::getDirectoryTree()
getFieldValue
in file ZedSeriesModelUtils.php, method ZedSeriesModelUtils::getFieldValue()
    get the value of a field
getItemsAsString
in file ZedSeriesPagination.php, method ZedSeriesPagination::getItemsAsString()
    Generate all page links separated with the given argument and return them as string
getModelByField
in file ZedSeriesModelUtils.php, method ZedSeriesModelUtils::getModelByField()
    create a ZedSeriesModel by the given table, and search for selected field (usually id)
getObj
in file ZedSeriesControllerUtils.php, method ZedSeriesControllerUtils::getObj()
    import the named strClass into the ZedSeriesControllerUtils namespace and returns it
getRefererUrl
in file ZedSeriesControllerUtils.php, method ZedSeriesControllerUtils::getRefererUrl()
    Return the current referer URL and optionally encode ampersands
getSettings
in file ZedSeriesWizardHelper.php, method ZedSeriesWizardHelper::getSettings()
    you can override this in extended class to specify you own configuration settings
getSteps
in file ZedSeriesWizardHelper.php, method ZedSeriesWizardHelper::getSteps()
getTemplate
in file ZedSeriesControllerUtils.php, method ZedSeriesControllerUtils::getTemplate()
    Find a particular template file and return its path
getValidators
in file ZedSeriesWizardHelper.php, method ZedSeriesWizardHelper::getValidators()
    you can override this in extended class to specify you own custom validators callback
getValues
in file ZedSeriesWizard.php, method ZedSeriesWizard::getValues()
getWidgets
in file ZedSeriesWizard.php, method ZedSeriesWizard::getWidgets()
    return a widget array for the current step
i

i

ifcMessage
in file ZedSeriesUi.php, method ZedSeriesUi::ifcMessage()
    display a message field, common usage will be in custom dca fields
info
in file ZedSeriesDebug.php, method ZedSeriesDebug::info()
    wrapper function for debug module channel info
initAttrs
in file ZedSeriesUi.php, method ZedSeriesUi::initAttrs()
initWizard
in file ZedSeriesWizardHelper.php, method ZedSeriesWizardHelper::initWizard()
l

l

$last
in file ZedSeriesUi.php, variable ZedSeriesUi::$last
link
in file ZedSeriesUi.php, method ZedSeriesUi::link()
    generates a link
listingContainer
in file ZedSeriesUi.php, method ZedSeriesUi::listingContainer()
    show a listing container please note that in order to obtain the best results you need to put some listingItem inside it
listingItem
in file ZedSeriesUi.php, method ZedSeriesUi::listingItem()
    show a listing item please note that in order to obtain the best results you need to put the listingItem inside a listingContainer
listPalettes
in file Zed.php, method Zed::listPalettes()
    return an array of palettes for the specified dca
loadConfig
in file ZedSeriesWizard.php, method ZedSeriesWizard::loadConfig()
loadDataContainer
in file ZedSeriesControllerUtils.php, method ZedSeriesControllerUtils::loadDataContainer()
    Load a set of DCA files
loadLanguageFile
in file ZedSeriesControllerUtils.php, method ZedSeriesControllerUtils::loadLanguageFile()
    Load a set of language files
loadTemplate
in file ZedSeriesTemplateMailer.php, method ZedSeriesTemplateMailer::loadTemplate()
    load a template file and replace all insertTags plus customData
log
in file ZedSeriesControllerUtils.php, method ZedSeriesControllerUtils::log()
    Add a log entry
log
in file ZedSeriesDebug.php, method ZedSeriesDebug::log()
    wrapper function for debug module channel log
n

n

$ns
in file ZedSeriesPagination.php, variable ZedSeriesPagination::$ns
newTemplate
in file ZedSeriesUi.php, method ZedSeriesUi::newTemplate()
num_fields
in file ZedSeriesData.php, method ZedSeriesData::num_fields()
num_rows
in file ZedSeriesData.php, method ZedSeriesData::num_rows()
p

p

$page_var
in file ZedSeriesPagination.php, variable ZedSeriesPagination::$page_var
par
in file ZedSeriesUi.php, method ZedSeriesUi::par()
    displays a paragraph
parseRequestTags
in file ZedSeriesInsertTags.php, method ZedSeriesInsertTags::parseRequestTags()
    insertTags hook
parseTemplate
in file ZedSeriesWizard.php, method ZedSeriesWizard::parseTemplate()
pbtrace
in file ZedSeriesDebug.php, method ZedSeriesDebug::pbtrace()
    print the result of btrace
pdump
in file ZedSeriesDebug.php, method ZedSeriesDebug::pdump()
    print the content of log registry
prepareForWidget
in file ZedSeriesControllerUtils.php, method ZedSeriesControllerUtils::prepareForWidget()
    Convert a back end DCA so it can be used with the widget class
processStep
in file ZedSeriesWizard.php, method ZedSeriesWizard::processStep()
r

r

redirect
in file ZedSeriesUi.php, method ZedSeriesUi::redirect()
    redirect user in the backend prepend 'contao' to the $url if version >= 2.9 prepend 'typolight' to the $url if version < 2.9
redirect
in file ZedSeriesControllerUtils.php, method ZedSeriesControllerUtils::redirect()
    Redirect to another page
replaceInsertTags
in file ZedSeriesControllerUtils.php, method ZedSeriesControllerUtils::replaceInsertTags()
    Replace insert tags with their values
row
in file ZedSeriesData.php, method ZedSeriesData::row()
run
in file ZedSeriesWizard.php, method ZedSeriesWizard::run()
    run the wizard :O
run
in file ZedSeriesBackendHandler.php, method ZedSeriesBackendHandler::run()
run
in file ZedSeriesWizardHelper.php, method ZedSeriesWizardHelper::run()
    return mixed string with html code or array of values
runDc
in file ZedSeriesBackendHandler.php, method ZedSeriesBackendHandler::runDc()
    code taken from Backend::getBackendModule
s

s

$steps
in file ZedSeriesWizard.php, variable ZedSeriesWizard::$steps
$strDir
in file ZedSeriesIniConfigWizard.php, variable ZedSeriesIniConfigWizard::$strDir
$strDir
in file ZedSeriesIniConfig.php, variable ZedSeriesIniConfig::$strDir
    directory containing the config files
$strTemplate
in file ZedSeriesWizard.php, variable ZedSeriesWizard::$strTemplate
$strTemplate
in file ZedSeriesBackendModule.php, variable ZedSeriesBackendModule::$strTemplate
serveFile
in file ZedSeriesDownload.php, method ZedSeriesDownload::serveFile()
    send the data to browser for download
setBackendMain
in file ZedSeriesUi.php, method ZedSeriesUi::setBackendMain()
    replace the "main" section of the backend it is intended to be used inside a parseBackendTemplate hook callback
setBackendModuleTitle
in file ZedSeriesUi.php, method ZedSeriesUi::setBackendModuleTitle()
    replace the default backend module title (taken from 'do' url value with a custom one)
setBackendModuleTitleFromUrl
in file ZedSeriesUi.php, method ZedSeriesUi::setBackendModuleTitleFromUrl()
setData
in file ZedSeriesTemplateMailer.php, method ZedSeriesTemplateMailer::setData()
t

t

throwError
in file ZedSeriesUi.php, method ZedSeriesUi::throwError()
    redirect user to a special error page managed though the ErrorManager
title
in file ZedSeriesUi.php, method ZedSeriesUi::title()
    displays a title
u

u

uiBackendModuleTitle
in file ZedSeriesUi.php, method ZedSeriesUi::uiBackendModuleTitle()
    to activate the HOOK be sure to put the following line into the config.php of your extension
v

v

$validationCallback
in file ZedSeriesWizard.php, variable ZedSeriesWizard::$validationCallback
validateStep
in file ZedSeriesWizard.php, method ZedSeriesWizard::validateStep()
    validate current step
w

w

$wz
in file ZedSeriesWizardHelper.php, variable ZedSeriesWizardHelper::$wz
$wz_values
in file ZedSeriesWizard.php, variable ZedSeriesWizard::$wz_values
walk
in file ZedSeriesWizard.php, method ZedSeriesWizard::walk()
warn
in file ZedSeriesDebug.php, method ZedSeriesDebug::warn()
    wrapper function for debug module channel warn
z

z

Zed
in file Zed.php, class Zed
    Class Zed
Zed.php
procedural page Zed.php
ZedSeriesBackendHandler
in file ZedSeriesBackendHandler.php, class ZedSeriesBackendHandler
    Class ZedSeriesBackendHandler
ZedSeriesBackendHandler.php
procedural page ZedSeriesBackendHandler.php
ZedSeriesBackendModule
in file ZedSeriesBackendModule.php, class ZedSeriesBackendModule
    Class ZedSeriesBackendModule
ZedSeriesBackendModule.php
procedural page ZedSeriesBackendModule.php
ZedSeriesControllerUtils
in file ZedSeriesControllerUtils.php, class ZedSeriesControllerUtils
    Class ZedSeriesControllerUtils
ZedSeriesControllerUtils.php
procedural page ZedSeriesControllerUtils.php
ZedSeriesData
in file ZedSeriesData.php, class ZedSeriesData
    Class ZedSeriesData
ZedSeriesData.php
procedural page ZedSeriesData.php
ZedSeriesDebug
in file ZedSeriesDebug.php, class ZedSeriesDebug
    Class ZedSeriesDebug
ZedSeriesDebug.php
procedural page ZedSeriesDebug.php
ZedSeriesDownload
in file ZedSeriesDownload.php, class ZedSeriesDownload
    Class ZedSeriesDownload
ZedSeriesDownload.php
procedural page ZedSeriesDownload.php
ZedSeriesErrorManager
in file ZedSeriesErrorManager.php, class ZedSeriesErrorManager
ZedSeriesErrorManager.php
procedural page ZedSeriesErrorManager.php
ZedSeriesErrorTemplate
in file ZedSeriesErrorManager.php, class ZedSeriesErrorTemplate
ZedSeriesIniConfig
in file ZedSeriesIniConfig.php, class ZedSeriesIniConfig
    Class ZedSeriesIniConfig
ZedSeriesIniConfig.php
procedural page ZedSeriesIniConfig.php
ZedSeriesIniConfigWizard
in file ZedSeriesIniConfigWizard.php, class ZedSeriesIniConfigWizard
    Class ZedSeriesIniConfigWizard
ZedSeriesIniConfigWizard.php
procedural page ZedSeriesIniConfigWizard.php
ZedSeriesInsertTags
in file ZedSeriesInsertTags.php, class ZedSeriesInsertTags
    Class ZedSeriesInsertTags
ZedSeriesInsertTags.php
procedural page ZedSeriesInsertTags.php
ZedSeriesModel
in file ZedSeriesModel.php, class ZedSeriesModel
    Class ZedSeriesModel
ZedSeriesModel.php
procedural page ZedSeriesModel.php
ZedSeriesModelUtils
in file ZedSeriesModelUtils.php, class ZedSeriesModelUtils
    Class ZedSeriesModelUtils
ZedSeriesModelUtils.php
procedural page ZedSeriesModelUtils.php
ZedSeriesPagination
in file ZedSeriesPagination.php, class ZedSeriesPagination
    Class ZedSeriesPagination
ZedSeriesPagination.php
procedural page ZedSeriesPagination.php
ZedSeriesTemplateMailer
in file ZedSeriesTemplateMailer.php, class ZedSeriesTemplateMailer
    Class ZedSeriesTemplateMailer
ZedSeriesTemplateMailer.php
procedural page ZedSeriesTemplateMailer.php
ZedSeriesUi
in file ZedSeriesUi.php, class ZedSeriesUi
    Class ZedSeriesUi
ZedSeriesUi.php
procedural page ZedSeriesUi.php
ZedSeriesWizard
in file ZedSeriesWizard.php, class ZedSeriesWizard
    Class ZedSeriesWizard
ZedSeriesWizard.php
procedural page ZedSeriesWizard.php
ZedSeriesWizardHelper
in file ZedSeriesWizardHelper.php, class ZedSeriesWizardHelper
    Class ZedSeriesWizardHelper
ZedSeriesWizardHelper.php
procedural page ZedSeriesWizardHelper.php
ZedSeriesZipWriter
in file ZedSeriesZipWriter.php, class ZedSeriesZipWriter
    Class ZedSeriesZipWriter
ZedSeriesZipWriter.php
procedural page ZedSeriesZipWriter.php
_

_

$_data
in file ZedSeriesDebug.php, variable ZedSeriesDebug::$_data
$_substTable
in file ZedSeriesTemplateMailer.php, variable ZedSeriesTemplateMailer::$_substTable
$_tpl
in file ZedSeriesTemplateMailer.php, variable ZedSeriesTemplateMailer::$_tpl
$_utils
in file ZedSeriesTemplateMailer.php, variable ZedSeriesTemplateMailer::$_utils
__construct
in file ZedSeriesModel.php, method ZedSeriesModel::__construct()
__construct
in file ZedSeriesPagination.php, method ZedSeriesPagination::__construct()
__construct
in file ZedSeriesUi.php, method ZedSeriesUi::__construct()
__construct
in file ZedSeriesBackendHandler.php, method ZedSeriesBackendHandler::__construct()
__construct
in file ZedSeriesIniConfig.php, method ZedSeriesIniConfig::__construct()
    load settings from $fileName and store it internally
__construct
in file ZedSeriesData.php, method ZedSeriesData::__construct()
__construct
in file ZedSeriesControllerUtils.php, method ZedSeriesControllerUtils::__construct()
__construct
in file ZedSeriesWizardHelper.php, method ZedSeriesWizardHelper::__construct()
__construct
in file ZedSeriesDownload.php, method ZedSeriesDownload::__construct()
__construct
in file ZedSeriesWizard.php, method ZedSeriesWizard::__construct()
__construct
in file ZedSeriesBackendModule.php, method ZedSeriesBackendModule::__construct()
__get
in file ZedSeriesWizard.php, method ZedSeriesWizard::__get()
    TODO:
__get
in file ZedSeriesIniConfig.php, method ZedSeriesIniConfig::__get()
    retrieves a setting by its section name pair
__get
in file ZedSeriesData.php, method ZedSeriesData::__get()
__set
in file ZedSeriesIniConfig.php, method ZedSeriesIniConfig::__set()
    set a setting value through its section__setting name

Documentation generated on Fri, 22 Oct 2010 17:37:05 +0200 by phpDocumentor 1.4.1