[ all elements ]

Index of all elements

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

a

$autoinc
in file table.php, variable KDatabaseSchemaTable::$autoinc
    Table next auto increment value
$autoinc
in file column.php, variable KDatabaseSchemaColumn::$autoinc
    Is the column autoincremented
accept
in file request.php, method KRequest::accept()
    Get the accept request information
ACCEPTED
in file response.php, class constant KHttpResponse::ACCEPTED
access
in file grid.php, method KTemplateHelperGrid::access()
    Render an access field
access
in file listbox.php, method ComDefaultTemplateHelperListbox::access()
    Generates an HTML access listbox
addAdapter
in file loader.php, method KLoader::addAdapter()
    Add a loader adapter
addBehavior
in file behavior.php, method KMixinBehavior::addBehavior()
    Add one or more behaviors to the controller
addCommand
in file interface.php, method KControllerToolbarInterface::addCommand()
    Add a command
addCommand
in file abstract.php, method KControllerToolbarAbstract::addCommand()
    Add a command
addCommand
in file menubar.php, method ComDefaultControllerToolbarMenubar::addCommand()
    Add a command
addData
in file table.php, method KDatabaseRowsetTable::addData()
    Add rows to the rowset
addData
in file interface.php, method KDatabaseRowsetInterface::addData()
    Add rows to the rowset
addData
in file abstract.php, method KDatabaseRowsetAbstract::addData()
    Add rows to the rowset
addDays
in file date.php, method KDate::addDays()
    Adds (+/-) a number of days to the current date.
addEventListener
in file dispatcher.php, method KEventDispatcher::addEventListener()
    Add an event listener
addEventListener
in file event.php, method KMixinEvent::addEventListener()
    Add an event listener
addEventSubscriber
in file dispatcher.php, method KEventDispatcher::addEventSubscriber()
    Add an event subscriber
addEventSubscriber
in file event.php, method KMixinEvent::addEventSubscriber()
    Add an event subscriber
addFilter
in file abstract.php, method KFilterAbstract::addFilter()
    Add a filter based on priority
addFilter
in file abstract.php, method KTemplateAbstract::addFilter()
    Adds one or more filters for template transformation
addHours
in file date.php, method KDate::addHours()
    Adds (+/-) a number of hours to the current date.
addLocator
in file identifier.php, method KServiceIdentifier::addLocator()
    Add a identifier adapter
addMinutes
in file date.php, method KDate::addMinutes()
    Adds (+/-) a number of minutes to the current date.
addMixin
in file interface.php, method KServiceInterface::addMixin()
    Set a mixin or an array of mixins for an identifier
addMixin
in file service.php, method KService::addMixin()
    Add a mixin or an array of mixins for an identifier
addMonths
in file date.php, method KDate::addMonths()
    Adds (+/-) a number of months to the current date.
addSeconds
in file date.php, method KDate::addSeconds()
    Adds (+/-) a number of seconds to the current date.
addSeparator
in file abstract.php, method KControllerToolbarAbstract::addSeparator()
    Add a separator
addSeparator
in file interface.php, method KControllerToolbarInterface::addSeparator()
    Add a separator
addToolbar
in file toolbar.php, method KMixinToolbar::addToolbar()
    Add one or more toolbars
addWord
in file inflector.php, method KInflector::addWord()
    Add a word to the cache, useful to make exceptions or to add words in other languages
addYears
in file date.php, method KDate::addYears()
    Adds (+/-) a number of years to the current date.
abstract.php
procedural page abstract.php
apc_exists
in file legacy.php, function apc_exists()
    Check if an APC key exists
append
in file interface.php, method KConfigInterface::append()
    Append values
append
in file alias.php, method KTemplateFilterAlias::append()
    Append an alias
append
in file config.php, method KConfig::append()
    Append values
assign
in file template.php, method KViewTemplate::assign()
    Assigns variables to the view script via differing strategies.
AUTH
in file url.php, class constant KHttpUrl::AUTH
autocomplete
in file behavior.php, method KTemplateHelperBehavior::autocomplete()
    Loads the autocomplete behavior and attaches it to a specified element
abstract.php
procedural page abstract.php
abstract.php
procedural page abstract.php
abstract.php
procedural page abstract.php
abstract.php
procedural page abstract.php
abstract.php
procedural page abstract.php
abstract.php
procedural page abstract.php
abstract.php
procedural page abstract.php
abstract.php
procedural page abstract.php
abstract.php
procedural page abstract.php
abstract.php
procedural page abstract.php
abstract.php
procedural page abstract.php
abstract.php
procedural page abstract.php
alnum.php
procedural page alnum.php
alpha.php
procedural page alpha.php
ascii.php
procedural page ascii.php
array.php
procedural page array.php
abstract.php
procedural page abstract.php
abstract.php
procedural page abstract.php
abstract.php
procedural page abstract.php
array.php
procedural page array.php
abstract.php
procedural page abstract.php
abstract.php
procedural page abstract.php
abstract.php
procedural page abstract.php
alias.php
procedural page alias.php
abstract.php
procedural page abstract.php
accordion.php
procedural page accordion.php
abstract.php
procedural page abstract.php
abstract.php
procedural page abstract.php
top

b

behavior.php
procedural page behavior.php
BAD_GATEWAY
in file response.php, class constant KHttpResponse::BAD_GATEWAY
BAD_REQUEST
in file response.php, class constant KHttpResponse::BAD_REQUEST
BASE
in file url.php, class constant KHttpUrl::BASE
base
in file request.php, method KRequest::base()
    Returns the base path of the request.
booleanlist
in file select.php, method KTemplateHelperSelect::booleanlist()
    Generates an HTML boolean radio list
base64.php
procedural page base64.php
boolean.php
procedural page boolean.php
behavior.php
procedural page behavior.php
behavior.php
procedural page behavior.php
behavior.php
procedural page behavior.php
top

c

$collation
in file table.php, variable KDatabaseSchemaTable::$collation
    The tables character set and collation
$columns
in file table.php, variable KDatabaseSchemaTable::$columns
    List of columns
$columns
in file query.php, variable KDatabaseQuery::$columns
    The columns
$count
in file query.php, variable KDatabaseQuery::$count
    Count operation
cacheable.php
procedural page cacheable.php
chrome.php
procedural page chrome.php
chrome.php
procedural page chrome.php
calendar
in file behavior.php, method KTemplateHelperBehavior::calendar()
    Loads the calendar behavior and attaches it to a specified element
camelize
in file inflector.php, method KInflector::camelize()
    Returns given word as CamelCased
canAdd
in file executable.php, method KControllerBehaviorExecutable::canAdd()
    Generic authorize handler for controller add actions
canAdd
in file executable.php, method ComDefaultControllerBehaviorExecutable::canAdd()
    Generic authorize handler for controller add actions
canBrowse
in file executable.php, method KControllerBehaviorExecutable::canBrowse()
    Generic authorize handler for controller browse actions
canDelete
in file executable.php, method KControllerBehaviorExecutable::canDelete()
    Generic authorize handler for controller delete actions
canDelete
in file executable.php, method ComDefaultControllerBehaviorExecutable::canDelete()
    Generic authorize handler for controller delete actions
canEdit
in file executable.php, method ComDefaultControllerBehaviorExecutable::canEdit()
    Generic authorize handler for controller edit actions
canEdit
in file executable.php, method KControllerBehaviorExecutable::canEdit()
    Generic authorize handler for controller edit actions
canPropagate
in file event.php, method KEvent::canPropagate()
    Returns whether further event listeners should be triggered.
canRead
in file executable.php, method KControllerBehaviorExecutable::canRead()
    Generic authorize handler for controller read actions
checkall
in file grid.php, method KTemplateHelperGrid::checkall()
    Render a checkall header
checkbox
in file grid.php, method KTemplateHelperGrid::checkbox()
    Render a checkbox field
checklist
in file select.php, method KTemplateHelperSelect::checklist()
    Generates an HTML check list
classify
in file inflector.php, method KInflector::classify()
    Converts a table name to its class name according to Koowa naming conventions.
client
in file request.php, method KRequest::client()
    Returns the client information doing the request
ComDefaultControllerBehaviorCacheable
in file cacheable.php, class ComDefaultControllerBehaviorCacheable
    Default Controller Cacheable Behavior
ComDefaultControllerBehaviorExecutable
in file executable.php, class ComDefaultControllerBehaviorExecutable
    Default Controller Executable Behavior
ComDefaultControllerDefault
in file default.php, class ComDefaultControllerDefault
    Default Controller
ComDefaultControllerResource
in file resource.php, class ComDefaultControllerResource
    Page Controller
ComDefaultControllerToolbarDefault
in file default.php, class ComDefaultControllerToolbarDefault
    Default Toolbar
ComDefaultControllerToolbarMenubar
in file menubar.php, class ComDefaultControllerToolbarMenubar
    Default Menubar
ComDefaultDatabaseAdapterMysqli
in file mysqli.php, class ComDefaultDatabaseAdapterMysqli
    Default Database MySQLi Adapter
ComDefaultDatabaseBehaviorLockable
in file lockable.php, class ComDefaultDatabaseBehaviorLockable
    Default Database Lockable Behavior
ComDefaultDispatcher
in file dispatcher.php, class ComDefaultDispatcher
    Default Dispatcher Class
ComDefaultFilterIni
in file ini.php, class ComDefaultFilterIni
    INI filter
ComDefaultFilterIni
in file ini.php, class ComDefaultFilterIni
    INI filter
ComDefaultModelDefault
in file default.php, class ComDefaultModelDefault
    Default Model
ComDefaultTemplateAbstract
in file abstract.php, class ComDefaultTemplateAbstract
    Abstract Template
ComDefaultTemplateDefault
in file default.php, class ComDefaultTemplateDefault
    Default Template
ComDefaultTemplateFilterChrome
in file chrome.php, class ComDefaultTemplateFilterChrome
    Chrome Template Filter
ComDefaultTemplateFilterForm
in file form.php, class ComDefaultTemplateFilterForm
    Form Filter
ComDefaultTemplateFilterLink
in file link.php, class ComDefaultTemplateFilterLink
    Script Filter
ComDefaultTemplateFilterModule
in file module.php, class ComDefaultTemplateFilterModule
    Module Template Filter
ComDefaultTemplateFilterScript
in file script.php, class ComDefaultTemplateFilterScript
    Script Filter
ComDefaultTemplateFilterStyle
in file style.php, class ComDefaultTemplateFilterStyle
    Style Filter
ComDefaultTemplateHelperBehavior
in file behavior.php, class ComDefaultTemplateHelperBehavior
    Template Behavior Helper
ComDefaultTemplateHelperDate
in file date.php, class ComDefaultTemplateHelperDate
    Date Helper
ComDefaultTemplateHelperEditor
in file editor.php, class ComDefaultTemplateHelperEditor
    Editor Helper
ComDefaultTemplateHelperImage
in file image.php, class ComDefaultTemplateHelperImage
    Editor Helper
ComDefaultTemplateHelperListbox
in file listbox.php, class ComDefaultTemplateHelperListbox
    Editor Helper
ComDefaultTemplateHelperMenubar
in file menubar.php, class ComDefaultTemplateHelperMenubar
    Template Menubar Helper
ComDefaultTemplateHelperPaginator
in file paginator.php, class ComDefaultTemplateHelperPaginator
    Default Paginator Helper
ComDefaultTemplateHelperToolbar
in file toolbar.php, class ComDefaultTemplateHelperToolbar
    Template Toolbar Helper
ComDefaultViewHtml
in file html.php, class ComDefaultViewHtml
    Default Html View
command
in file menubar.php, method ComDefaultTemplateHelperMenubar::command()
    Render a menubar command
command
in file toolbar.php, method ComDefaultTemplateHelperToolbar::command()
    Render a toolbar command
compliant
in file string.php, method KHelperString::compliant()
    Tests whether a string complies as UTF-8. This will be much
CONFLICT
in file response.php, class constant KHttpResponse::CONFLICT
connect
in file mysqli.php, method KDatabaseAdapterMysqli::connect()
    Connect to the db
connect
in file interface.php, method KDatabaseAdapterInterface::connect()
    Connect to the db
contains
in file queue.php, method KObjectQueue::contains()
    Check if the queue does contain a given object
contains
in file chain.php, method KCommandChain::contains()
    Check if the queue does contain a given object
contains
in file set.php, method KObjectSet::contains()
    Checks if the set contains a specific object
content
in file request.php, method KRequest::content()
    Get the POST or PUT raw content information
copy
in file date.php, method KDate::copy()
    Copy values from another Date object
count
in file queue.php, method KObjectQueue::count()
    Returns the number of elements in the queue
count
in file set.php, method KObjectSet::count()
    Returns the number of elements in the collection.
count
in file stack.php, method KObjectStack::count()
    Counts the number of elements
count
in file array.php, method KHelperArray::count()
    Count array items recursively
count
in file table.php, method KDatabaseRowTable::count()
    Count the rows in the database based on the data in the row
count
in file query.php, method KDatabaseQuery::count()
    Built a count query
count
in file abstract.php, method KDatabaseTableAbstract::count()
    Count table rows
count
in file interface.php, method KDatabaseRowInterface::count()
    Count the rows in the database based on the data in the row
count
in file abstract.php, method KDatabaseRowAbstract::count()
    Count the rows in the database based on the data in the row
count
in file config.php, method KConfig::count()
    Returns the number of elements in the collection.
CREATED
in file response.php, class constant KHttpResponse::CREATED
current
in file queue.php, method KObjectQueue::current()
    Return current object pointed by the iterator
current
in file set.php, method KObjectSet::current()
    Return the current element
chain.php
procedural page chain.php
command.php
procedural page command.php
context.php
procedural page context.php
config.php
procedural page config.php
command.php
procedural page command.php
creatable.php
procedural page creatable.php
column.php
procedural page column.php
chain.php
procedural page chain.php
cmd.php
procedural page cmd.php
component.php
procedural page component.php
callback.php
procedural page callback.php
command.php
procedural page command.php
container.php
procedural page container.php
component.php
procedural page component.php
csv.php
procedural page csv.php
chrome.php
procedural page chrome.php
chrome.php
procedural page chrome.php
top

d

$day
in file date.php, variable KDate::$day
    The day
$default
in file column.php, variable KDatabaseSchemaColumn::$default
    Column default value
$description
in file table.php, variable KDatabaseSchemaTable::$description
    The tables description
$disposition
in file file.php, variable KViewFile::$disposition
    The file disposition
$distinct
in file query.php, variable KDatabaseQuery::$distinct
    Distinct operation
default.php
procedural page default.php
default.php
procedural page default.php
dispatcher.php
procedural page dispatcher.php
default.php
procedural page default.php
default.php
procedural page default.php
date.php
procedural page date.php
default.php
procedural page default.php
DATE_FORMAT_ISO
in file date.php, constant DATE_FORMAT_ISO
    "YYYY-MM-DD HH:MM:SS"
DATE_FORMAT_ISO_BASIC
in file date.php, constant DATE_FORMAT_ISO_BASIC
    "YYYYMMSSTHHMMSS(Z|(+/-)HHMM)?"
DATE_FORMAT_ISO_EXTENDED
in file date.php, constant DATE_FORMAT_ISO_EXTENDED
    "YYYY-MM-SSTHH:MM:SS(Z|(+/-)HH:MM)?"
DATE_FORMAT_ISO_EXTENDED_MICROTIME
in file date.php, constant DATE_FORMAT_ISO_EXTENDED_MICROTIME
    "YYYY-MM-SSTHH:MM:SS(.S*)?(Z|(+/-)HH:MM)?"
DATE_FORMAT_TIMESTAMP
in file date.php, constant DATE_FORMAT_TIMESTAMP
    "YYYYMMDDHHMMSS"
DATE_FORMAT_UNIXTIME
in file date.php, constant DATE_FORMAT_UNIXTIME
    long int, seconds since the unix epoch
day
in file date.php, method KDate::day()
    Set the day field of the date object
delete
in file abstract.php, method KDatabaseAdapterAbstract::delete()
    Deletes rows from the table based on a WHERE clause.
delete
in file interface.php, method KDatabaseAdapterInterface::delete()
    Deletes rows from the table based on a WHERE clause.
delete
in file abstract.php, method KDatabaseRowAbstract::delete()
    Deletes the row form the database.
delete
in file table.php, method KDatabaseRowTable::delete()
    Deletes the row form the database.
DELETE
in file request.php, class constant KHttpRequest::DELETE
delete
in file abstract.php, method KDatabaseRowsetAbstract::delete()
    Deletes all rows in the rowset from the database
delete
in file abstract.php, method KDatabaseTableAbstract::delete()
    Table delete method
delete
in file interface.php, method KDatabaseRowsetInterface::delete()
    Deletes all rows in the rowset from the database
delete
in file abstract.php, method KDatabaseBehaviorAbstract::delete()
    Deletes the row form the database.
delete
in file interface.php, method KDatabaseRowInterface::delete()
    Deletes the row form the database.
dequeue
in file chain.php, method KCommandChain::dequeue()
    Removes a command from the queue
dequeue
in file queue.php, method KObjectQueue::dequeue()
    Removes an object from the queue
disable
in file chain.php, method KCommandChain::disable()
    Disable the chain
disconnect
in file abstract.php, method KDatabaseAdapterAbstract::disconnect()
    Disconnect from db
disconnect
in file mysqli.php, method KDatabaseAdapterMysqli::disconnect()
    Disconnect from db
disconnect
in file interface.php, method KDatabaseAdapterInterface::disconnect()
    Disconnect from db
dispatchEvent
in file dispatcher.php, method KEventDispatcher::dispatchEvent()
    Dispatches an event by dispatching arguments to all listeners that handle the event and returning their return values.
display
in file html.php, method ModDefaultHtml::display()
    Renders and echo's the views output
display
in file vcard.php, method KViewVcard::display()
    Return the views output
display
in file html.php, method KViewHtml::display()
    Return the views output
display
in file json.php, method KViewJson::display()
    Return the views output
display
in file abstract.php, method KViewAbstract::display()
    Return the views output
display
in file template.php, method KViewTemplate::display()
    Return the views output
display
in file file.php, method KViewFile::display()
    Return the views output
display
in file editor.php, method ComDefaultTemplateHelperEditor::display()
    Generates an HTML editor
display
in file csv.php, method KViewCsv::display()
    Return the views output
distinct
in file query.php, method KDatabaseQuery::distinct()
    Make the query distinct
discoverable.php
procedural page discoverable.php
default.php
procedural page default.php
default.php
procedural page default.php
database.php
procedural page database.php
default.php
procedural page default.php
default.php
procedural page default.php
default.php
procedural page default.php
date.php
procedural page date.php
default.php
procedural page default.php
dispatcher.php
procedural page dispatcher.php
default.php
procedural page default.php
date.php
procedural page date.php
digit.php
procedural page digit.php
dirname.php
procedural page dirname.php
default.php
procedural page default.php
decorator.php
procedural page decorator.php
default.php
procedural page default.php
date.php
procedural page date.php
default.php
procedural page default.php
default.php
procedural page default.php
default.php
procedural page default.php
default.php
procedural page default.php
dispatcher.php
procedural page dispatcher.php
default.php
procedural page default.php
default.php
procedural page default.php
date.php
procedural page date.php
default.php
procedural page default.php
top

e

$engine
in file table.php, variable KDatabaseSchemaTable::$engine
    The storage engine
$eol
in file csv.php, variable KViewCsv::$eol
    End of line
executable.php
procedural page executable.php
editor.php
procedural page editor.php
enable
in file chain.php, method KCommandChain::enable()
    Enable the chain
enable
in file grid.php, method KTemplateHelperGrid::enable()
    Render an enable field
enableCache
in file registry.php, method KServiceIdentifierRegistry::enableCache()
    Enable class caching
enableCache
in file registry.php, method KLoaderRegistry::enableCache()
    Enable class caching
enabled
in file listbox.php, method ComDefaultTemplateHelperListbox::enabled()
    Generates an HTML enabled listbox
endPane
in file tabs.php, method KTemplateHelperTabs::endPane()
    Ends the pane
endPane
in file accordion.php, method KTemplateHelperAccordion::endPane()
    Ends the pane
endPanel
in file tabs.php, method KTemplateHelperTabs::endPanel()
    Ends a tab page
endPanel
in file accordion.php, method KTemplateHelperAccordion::endPanel()
    Ends a tab page
enqueue
in file queue.php, method KObjectQueue::enqueue()
    Inserts an object to the queue.
enqueue
in file chain.php, method KCommandChain::enqueue()
    Attach a command to the chain
errorHandler
in file koowa.php, method plgSystemKoowa::errorHandler()
    Custom JError callback
escape
in file template.php, method KViewTemplate::escape()
    Escapes a value for output in a view script.
exceptionHandler
in file koowa.php, method plgSystemKoowa::exceptionHandler()
    Catch all exception handler
execute
in file interface.php, method KDatabaseAdapterInterface::execute()
    Use and other queries that don't return rows
execute
in file abstract.php, method KBehaviorAbstract::execute()
    Command handler
execute
in file abstract.php, method KDatabaseAdapterAbstract::execute()
    Use and other queries that don't return rows
execute
in file command.php, method KCommand::execute()
    Command handler
execute
in file abstract.php, method KDatabaseBehaviorAbstract::execute()
    Command handler
execute
in file executable.php, method KControllerBehaviorExecutable::execute()
    Command handler
execute
in file abstract.php, method KTemplateFilterAbstract::execute()
    Command handler
execute
in file abstract.php, method KControllerBehaviorAbstract::execute()
    Command handler
execute
in file callback.php, method KMixinCallback::execute()
    Command handler
execute
in file abstract.php, method KFilterAbstract::execute()
    Command handler
execute
in file interface.php, method KCommandInterface::execute()
    Generic Command handler
execute
in file event.php, method KCommandEvent::execute()
    Command handler
execute
in file executable.php, method ComDefaultControllerBehaviorExecutable::execute()
    Command handler
execute
in file abstract.php, method KControllerAbstract::execute()
    Execute an action by triggering a method in the derived class.
EXPECTATION_FAILED
in file response.php, class constant KHttpResponse::EXPECTATION_FAILED
explode
in file inflector.php, method KInflector::explode()
    Convert any "CamelCased" word into an array of strings
extract
in file abstract.php, method KDatabaseRowsetAbstract::extract()
    Removes a row from the rowset
extract
in file interface.php, method KDatabaseRowsetInterface::extract()
    Removes a row from the rowset
extract
in file set.php, method KObjectSet::extract()
    Removes an object from the set
exception.php
procedural page exception.php
event.php
procedural page event.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
editable.php
procedural page editable.php
exception.php
procedural page exception.php
executable.php
procedural page executable.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
event.php
procedural page event.php
exception.php
procedural page exception.php
error.php
procedural page error.php
exception.php
procedural page exception.php
email.php
procedural page email.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
event.php
procedural page event.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
exception.php
procedural page exception.php
executable.php
procedural page executable.php
top

f

$filename
in file file.php, variable KViewFile::$filename
    The file name
$format
in file url.php, variable KHttpUrl::$format
    The dot-format extension of the last path element (for example, the "rss" in "feed.rss").
$fragment
in file url.php, variable KHttpUrl::$fragment
    The fragment aka anchor portion (for example, the "foo" in "#foo").
$from
in file query.php, variable KDatabaseQuery::$from
    The from element
form.php
procedural page form.php
FETCH_ARRAY
in file database.php, class constant KDatabase::FETCH_ARRAY
FETCH_ARRAY_LIST
in file database.php, class constant KDatabase::FETCH_ARRAY_LIST
FETCH_FIELD
in file database.php, class constant KDatabase::FETCH_FIELD
FETCH_FIELD_LIST
in file database.php, class constant KDatabase::FETCH_FIELD_LIST
FETCH_OBJECT
in file database.php, class constant KDatabase::FETCH_OBJECT
FETCH_OBJECT_LIST
in file database.php, class constant KDatabase::FETCH_OBJECT_LIST
FETCH_ROW
in file database.php, class constant KDatabase::FETCH_ROW
    Database fetch mode
FETCH_ROWSET
in file database.php, class constant KDatabase::FETCH_ROWSET
filter
in file abstract.php, method KDatabaseTableAbstract::filter()
    Table filter method
find
in file abstract.php, method KDatabaseRowsetAbstract::find()
    Returns a KDatabaseRow
find
in file interface.php, method KDatabaseRowsetInterface::find()
    Returns a KDatabaseRow
findClass
in file module.php, method KServiceLocatorModule::findClass()
    Get the classname based on an identifier
findClass
in file component.php, method KServiceLocatorComponent::findClass()
    Get the classname based on an identifier
findClass
in file interface.php, method KServiceLocatorInterface::findClass()
    Get the classname based on an identifier
findClass
in file plugin.php, method KServiceLocatorPlugin::findClass()
    Get the classname based on an identifier
findClass
in file koowa.php, method KServiceLocatorKoowa::findClass()
    Get the classname based on an identifier
findFile
in file abstract.php, method KTemplateAbstract::findFile()
    Searches for the file
findFile
in file abstract.php, method ComDefaultTemplateAbstract::findFile()
    Searches for the file
findPath
in file koowa.php, method KLoaderAdapterKoowa::findPath()
    Get the path based on a class name
findPath
in file plugin.php, method KLoaderAdapterPlugin::findPath()
    Get the path based on a class name
findPath
in file plugin.php, method KServiceLocatorPlugin::findPath()
    Get the path based on an identifier
findPath
in file module.php, method KServiceLocatorModule::findPath()
    Get the path based on an identifier
findPath
in file module.php, method KLoaderAdapterModule::findPath()
    Get the path based on a class name
findPath
in file loader.php, method KLoader::findPath()
    Get the path based on a class name
findPath
in file koowa.php, method KServiceLocatorKoowa::findPath()
    Get the path based on an identifier
findPath
in file interface.php, method KLoaderAdapterInterface::findPath()
    Get the path based on a class name
findPath
in file interface.php, method KServiceLocatorInterface::findPath()
    Get the path based on an identifier
findPath
in file component.php, method KLoaderAdapterComponent::findPath()
    Get the path based on a class name
findPath
in file component.php, method KServiceLocatorComponent::findPath()
    Get the path based on an identifier
FORBIDDEN
in file response.php, class constant KHttpResponse::FORBIDDEN
format
in file date.php, method ComDefaultTemplateHelperDate::format()
    Returns formated date according to current local and adds time offset
format
in file date.php, method KTemplateHelperDate::format()
    Returns formatted date according to current local and adds time offset.
FORMAT
in file url.php, class constant KHttpUrl::FORMAT
format
in file request.php, method KRequest::format()
    Return the request format
format
in file date.php, method KDate::format()
    Formats the date
FOUND
in file response.php, class constant KHttpResponse::FOUND
FRAGMENT
in file url.php, class constant KHttpUrl::FRAGMENT
from
in file query.php, method KDatabaseQuery::from()
    Built the from clause of the query
FULL
in file url.php, class constant KHttpUrl::FULL
factory.php
procedural page factory.php
filename.php
procedural page filename.php
float.php
procedural page float.php
filter.php
procedural page filter.php
form.php
procedural page form.php
file.php
procedural page file.php
form.php
procedural page form.php
top

g

$group
in file query.php, variable KDatabaseQuery::$group
    The group element
GATEWAY_TIMEOUT
in file response.php, class constant KHttpResponse::GATEWAY_TIMEOUT
GET
in file request.php, class constant KHttpRequest::GET
get
in file interface.php, method KServiceInterface::get()
    Get an instance of a class based on a class identifier only creating it if it doesn't exist yet.
get
in file request.php, method KRequest::get()
    Get sanitized data from the request.
get
in file object.php, method KObject::get()
    Get the object properties
get
in file interface.php, method KConfigInterface::get()
    Retrieve a configuration item and return $default if there is no element set.
get
in file service.php, method KService::get()
    Get an instance of a class based on a class identifier only creating it if it doesn't exist yet.
get
in file config.php, method KConfig::get()
    Retrieve a configuration item and return $default if there is no element set.
get
in file state.php, method KConfigState::get()
    Retrieve a configuration item and return $default if there is no element set.
get
in file abstract.php, method KModelAbstract::get()
    Get the model state properties
getActions
in file abstract.php, method KControllerAbstract::getActions()
    Gets the available actions in the controller.
getAdapter
in file query.php, method KDatabaseQuery::getAdapter()
    Gets the database adapter for this particular KDatabaseQuery object.
getAdapters
in file loader.php, method KLoader::getAdapters()
    Get the registered adapters
getAlias
in file interface.php, method KServiceInterface::getAlias()
    Get an alias for an identifier
getAlias
in file service.php, method KService::getAlias()
    Get an alias for an identifier
getAliases
in file interface.php, method KServiceInterface::getAliases()
    Get a list of aliasses
getAliases
in file service.php, method KService::getAliases()
    Get a list of aliasses
getApplication
in file identifier.php, method KServiceIdentifier::getApplication()
    Get an application path
getApplications
in file identifier.php, method KServiceIdentifier::getApplications()
    Get a list of applications
getBase
in file abstract.php, method KDatabaseTableAbstract::getBase()
    Gets the base table name without the table prefix
getBasepath
in file abstract.php, method KLoaderAdapterAbstract::getBasepath()
    Get the base path
getBasepath
in file interface.php, method KLoaderAdapterInterface::getBasepath()
    Get the base path
getBaseUrl
in file abstract.php, method KViewAbstract::getBaseUrl()
    Get the view base url
getBehavior
in file behavior.php, method KMixinBehavior::getBehavior()
    Get a behavior by identifier
getBehaviors
in file behavior.php, method KMixinBehavior::getBehaviors()
    Gets the behaviors of the table
getCachePrefix
in file registry.php, method KServiceIdentifierRegistry::getCachePrefix()
    Get the cache prefix
getCachePrefix
in file registry.php, method KLoaderRegistry::getCachePrefix()
    Get the cache prefix
getCallbacks
in file callback.php, method KMixinCallback::getCallbacks()
    Get the registered callbacks for a command
getCharList
in file trim.php, method KFilterTrim::getCharList()
    Returns the charList option
getCode
in file interface.php, method KExceptionInterface::getCode()
    Return the user defined exception code
getColumn
in file abstract.php, method KDatabaseTableAbstract::getColumn()
    Get a column by name
getColumn
in file array.php, method KHelperArray::getColumn()
    Extracts a column from an array of arrays or objects
getColumn
in file abstract.php, method KDatabaseRowsetAbstract::getColumn()
    Retrieve an array of column values
getColumns
in file abstract.php, method KDatabaseTableAbstract::getColumns()
    Gets the columns for the table
getCommand
in file abstract.php, method KControllerToolbarAbstract::getCommand()
    Get a command by name
getCommandChain
in file command.php, method KMixinCommand::getCommandChain()
    Get the chain of command object
getCommandContext
in file command.php, method KMixinCommand::getCommandContext()
    Get the command chain context
getCommands
in file interface.php, method KControllerToolbarInterface::getCommands()
    Get the list of commands
getCommands
in file menubar.php, method ComDefaultControllerToolbarMenubar::getCommands()
    Get the list of commands
getCommands
in file abstract.php, method KControllerToolbarAbstract::getCommands()
    Get the list of commands
getConfig
in file service.php, method KService::getConfig()
    Get the configuration options for an identifier
getConfig
in file interface.php, method KServiceInterface::getConfig()
    Get the configuration options for an identifier
getConfigs
in file interface.php, method KServiceInterface::getConfigs()
    Get the configuration options for all the identifiers
getConfigs
in file service.php, method KService::getConfigs()
    Get the configuration options for all the identifiers
getConnection
in file interface.php, method KDatabaseAdapterInterface::getConnection()
    Get the connection
getConnection
in file abstract.php, method KDatabaseAdapterAbstract::getConnection()
    Get the connection
getContext
in file chain.php, method KCommandChain::getContext()
    Factory method for a command context.
getController
in file interface.php, method KControllerToolbarInterface::getController()
    Get the controller object
getController
in file abstract.php, method KDispatcherAbstract::getController()
    Method to get a controller object
getController
in file abstract.php, method KControllerToolbarAbstract::getController()
    Get the controller object
getData
in file interface.php, method KDatabaseRowInterface::getData()
    Returns an associative array of the raw data
getData
in file abstract.php, method KDatabaseRowAbstract::getData()
    Returns an associative array of the raw data
getData
in file abstract.php, method KDatabaseRowsetAbstract::getData()
    Returns all data as an array.
getData
in file interface.php, method KDatabaseRowsetInterface::getData()
    Returns all data as an array.
getData
in file abstract.php, method KModelAbstract::getData()
    Get the model data
getData
in file state.php, method KConfigState::getData()
    Get the state data
getData
in file abstract.php, method KTemplateAbstract::getData()
    Get the template data
getDatabase
in file abstract.php, method KDatabaseTableAbstract::getDatabase()
    Get the database adapter
getDatabase
in file abstract.php, method KDatabaseAdapterAbstract::getDatabase()
    Get the database name
getDatabase
in file mysqli.php, method KDatabaseAdapterMysqli::getDatabase()
    Get the database name
getDate
in file date.php, method KDate::getDate()
    Get a string (or other) representation of this date
getDayOfWeek
in file date.php, method KDate::getDayOfWeek()
    Returns day of week for given date (0 = Sunday)
getDaysInMonth
in file date.php, method KDate::getDaysInMonth()
    Find the number of days in the given month
getDefault
in file abstract.php, method KDatabaseTableAbstract::getDefault()
    Get a default by name
getDefaults
in file abstract.php, method KDatabaseTableAbstract::getDefaults()
    Get default values for all columns
getDispatcher
in file event.php, method KEvent::getDispatcher()
    Returns the EventDispatcher that dispatches this Event
getError
in file context.php, method KCommandContext::getError()
    Get the error
getEventDispatcher
in file event.php, method KMixinEvent::getEventDispatcher()
    Get the event dispatcher
getEventPriority
in file dispatcher.php, method KEventDispatcher::getEventPriority()
    Get the priority of an event
getEventSubscriber
in file event.php, method KMixinEvent::getEventSubscriber()
    Get a event subscriber by identifier
getFile
in file interface.php, method KExceptionInterface::getFile()
    Return the source filename
getFilter
in file abstract.php, method KTemplateAbstract::getFilter()
    Get a filter by identifier
getFormat
in file abstract.php, method KViewAbstract::getFormat()
    Get the format
getHandle
in file object.php, method KObject::getHandle()
    Get a handle for this object
getHandle
in file handlable.php, method KObjectHandlable::getHandle()
    Get the object handle
getHandle
in file executable.php, method KControllerBehaviorExecutable::getHandle()
    Get an object handle
getHandle
in file abstract.php, method KFilterAbstract::getHandle()
    Get a handle for this object
getHandle
in file abstract.php, method KBehaviorAbstract::getHandle()
    Get an object handle
getHandle
in file abstract.php, method KMixinAbstract::getHandle()
    Get a handle for this object
getHeader
in file response.php, method KHttpResponse::getHeader()
    Get the http header based on a status code
getHelper
in file abstract.php, method KTemplateAbstract::getHelper()
    Get a template helper
getIcon
in file interface.php, method KControllerToolbarInterface::getIcon()
    Get the toolbar's icon
getIcon
in file abstract.php, method KControllerToolbarAbstract::getIcon()
    Get the toolbar's icon
getIdentifier
in file abstract.php, method KBehaviorAbstract::getIdentifier()
    Gets the service identifier.
getIdentifier
in file object.php, method KObject::getIdentifier()
    Gets the service identifier.
getIdentifier
in file serviceable.php, method KObjectServiceable::getIdentifier()
    Get a service identifier.
getIdentifier
in file service.php, method KService::getIdentifier()
    Returns an identifier object.
getIdentifier
in file interface.php, method KServiceInterface::getIdentifier()
    Returns an identifier object.
getIdentityColumn
in file abstract.php, method KDatabaseRowAbstract::getIdentityColumn()
    Gets the identitiy column of the rowset
getIdentityColumn
in file abstract.php, method KDatabaseTableAbstract::getIdentityColumn()
    Gets the identitiy column of the table.
getIdentityColumn
in file abstract.php, method KDatabaseRowsetAbstract::getIdentityColumn()
    Gets the identity column of the rowset
getIdentityColumn
in file interface.php, method KDatabaseRowsetInterface::getIdentityColumn()
    Gets the identity column of the rowset
getInsertId
in file interface.php, method KDatabaseAdapterInterface::getInsertId()
    Get the insert id of the last insert operation
getInsertId
in file abstract.php, method KDatabaseAdapterAbstract::getInsertId()
    Get the insert id of the last insert operation
getInstance
in file instantiatable.php, method KServiceInstantiatable::getInstance()
    Get the object identifier
getInstance
in file service.php, method KService::getInstance()
    Force creation of a singleton
getInstance
in file dispatcher.php, method ComDefaultDispatcher::getInstance()
    Force creation of a singleton
getInstance
in file factory.php, method KFilterFactory::getInstance()
    Force creation of a singleton
getInstance
in file default.php, method KDatabaseTableDefault::getInstance()
    Force creation of a singleton
getInstance
in file loader.php, method KLoader::getInstance()
    Singleton instance
getInstance
in file koowa.php, method Koowa::getInstance()
    Singleton instance
getInstance
in file abstract.php, method KFilterAbstract::getInstance()
    Force creation of a singleton
getInstance
in file request.php, method KRequest::getInstance()
    Force creation of a singleton
getInstance
in file stack.php, method KTemplateStack::getInstance()
    Force creation of a singleton
getInstance
in file mysqli.php, method ComDefaultDatabaseAdapterMysqli::getInstance()
    Force creation of a singleton
getItem
in file table.php, method KModelTable::getItem()
    Method to get a item object which represents a table row
getItem
in file abstract.php, method KModelAbstract::getItem()
    Method to get a item
getIterator
in file config.php, method KConfig::getIterator()
    Get a new iterator
getIterator
in file array.php, method KObjectArray::getIterator()
    Get a new iterator
getIterator
in file set.php, method KObjectSet::getIterator()
    Defined by IteratorAggregate
getLayout
in file template.php, method KViewTemplate::getLayout()
    Get the layout.
getLayout
in file abstract.php, method KViewAbstract::getLayout()
    Get the layout.
getLine
in file interface.php, method KExceptionInterface::getLine()
    Return the source line number
getList
in file abstract.php, method KModelAbstract::getList()
    Get a list of items
getList
in file table.php, method KModelTable::getList()
    Get a list of items which represnts a table rowset
getListeners
in file dispatcher.php, method KEventDispatcher::getListeners()
    Get a list of listeners for a specific event
getLocators
in file identifier.php, method KServiceIdentifier::getLocators()
    Get the registered adapters
getMaxOrdering
in file orderable.php, method KDatabaseBehaviorOrderable::getMaxOrdering()
    Find the maximum ordering within this parent
getMediaUrl
in file template.php, method KViewTemplate::getMediaUrl()
    Get the view media url
getMessage
in file response.php, method KHttpResponse::getMessage()
    Get the message based on a status code
getMessage
in file interface.php, method KExceptionInterface::getMessage()
    Return the exception message
getMethods
in file object.php, method KObject::getMethods()
    Get a list of all the available methods
getMethods
in file decorator.php, method KObjectDecorator::getMethods()
    Get a list of all the available methods
getMethods
in file abstract.php, method KMixinAbstract::getMethods()
    Get a list of all the available methods
getMixableMethods
in file creatable.php, method KDatabaseBehaviorCreatable::getMixableMethods()
    Get the methods that are available for mixin based
getMixableMethods
in file callback.php, method KMixinCallback::getMixableMethods()
    Get the methods that are available for mixin.
getMixableMethods
in file lockable.php, method KDatabaseBehaviorLockable::getMixableMethods()
    Get the methods that are available for mixin based
getMixableMethods
in file sluggable.php, method KDatabaseBehaviorSluggable::getMixableMethods()
    Get the methods that are available for mixin based
getMixableMethods
in file identifiable.php, method KDatabaseBehaviorIdentifiable::getMixableMethods()
    Get the methods that are available for mixin based
getMixableMethods
in file interface.php, method KMixinInterface::getMixableMethods()
    Get the methods that are available for mixin.
getMixableMethods
in file abstract.php, method KDatabaseBehaviorAbstract::getMixableMethods()
    Get the methods that are available for mixin based
getMixableMethods
in file abstract.php, method KBehaviorAbstract::getMixableMethods()
    Get the methods that are available for mixin based
getMixableMethods
in file modifiable.php, method KDatabaseBehaviorModifiable::getMixableMethods()
    Get the methods that are available for mixin based
getMixableMethods
in file abstract.php, method KMixinAbstract::getMixableMethods()
    Get the methods that are available for mixin.
getMixableMethods
in file orderable.php, method KDatabaseBehaviorOrderable::getMixableMethods()
    Get the methods that are available for mixin based
getMixer
in file abstract.php, method KMixinAbstract::getMixer()
    Get the mixer object
getMixer
in file interface.php, method KMixinInterface::getMixer()
    Get the mixer object
getMixins
in file interface.php, method KServiceInterface::getMixins()
    Get the mixins for an identifier
getMixins
in file service.php, method KService::getMixins()
    Get the mixins for an identifier
getModel
in file abstract.php, method KViewAbstract::getModel()
    Get the model object attached to the contoller
getModel
in file resource.php, method KControllerResource::getModel()
    Get the model object attached to the contoller
getModified
in file abstract.php, method KDatabaseRowAbstract::getModified()
    Get a list of columns that have been modified
getModified
in file interface.php, method KDatabaseRowInterface::getModified()
    Get a list of columns that have been modified
getMonthAbbrname
in file date.php, method KDate::getMonthAbbrname()
    Returns the abbreviated month name for the given month
getMonthFullname
in file date.php, method KDate::getMonthFullname()
    Returns the full month name for the given month
getMonthNames
in file date.php, method KDate::getMonthNames()
    Returns an array of month names
getName
in file abstract.php, method KControllerToolbarAbstract::getName()
    Get the toolbar's name
getName
in file abstract.php, method KViewAbstract::getName()
    Get the name
getName
in file event.php, method KEvent::getName()
    Get the event name
getName
in file command.php, method KControllerToolbarCommand::getName()
    Get the command name
getName
in file abstract.php, method KDatabaseTableAbstract::getName()
    Gets the table schema name without the table prefix
getName
in file html.php, method ModDefaultHtml::getName()
    Get the name
getName
in file interface.php, method KControllerToolbarInterface::getName()
    Get the toolbar's name
getObject
in file decorator.php, method KObjectDecorator::getObject()
    Get the decorated object
getPart
in file inflector.php, method KInflector::getPart()
    Gets a part of a CamelCased word by index
getPath
in file abstract.php, method KTemplateAbstract::getPath()
    Get the template path
getPath
in file koowa.php, method Koowa::getPath()
    Get path to Koowa libraries
getPrefix
in file interface.php, method KLoaderAdapterInterface::getPrefix()
    Get the class prefix
getPrefix
in file abstract.php, method KLoaderAdapterAbstract::getPrefix()
    Get the class prefix
getPrimaryKey
in file abstract.php, method KDatabaseTableAbstract::getPrimaryKey()
    Gets the primary key(s) of the table
getPriority
in file interface.php, method KCommandInterface::getPriority()
    Get the priority of the command
getPriority
in file abstract.php, method KBehaviorAbstract::getPriority()
    Get the priority of a behavior
getPriority
in file command.php, method KCommand::getPriority()
    Get the priority of the command
getPriority
in file callback.php, method KMixinCallback::getPriority()
    Get the priority of a behavior
getPriority
in file chain.php, method KCommandChain::getPriority()
    Get the priority of a command
getPriority
in file abstract.php, method KEventSubscriberAbstract::getPriority()
    Get the priority of the handler
getPriority
in file abstract.php, method KFilterAbstract::getPriority()
    Get the priority of the filter
getPriority
in file interface.php, method KEventSubscriberInterface::getPriority()
    Get the priority of the subscriber
getPriority
in file queue.php, method KObjectQueue::getPriority()
    Get the priority of an object in the queue
getPriority
in file abstract.php, method KTemplateFilterAbstract::getPriority()
    Get the priority of a behavior
getPublisher
in file event.php, method KEvent::getPublisher()
    Get the event publisher
getQuery
in file url.php, method KHttpUrl::getQuery()
    Returns the query portion as a string or array
getQuery
in file abstract.php, method KDatabaseAdapterAbstract::getQuery()
    Get a database query object
getQuery
in file interface.php, method KDatabaseAdapterInterface::getQuery()
    Get a database query object
getRedirect
in file resource.php, method KControllerResource::getRedirect()
    Returns an array with the redirect url, the message and the message type
getReferrer
in file editable.php, method KControllerBehaviorEditable::getReferrer()
    Get the referrer
getRegistry
in file loader.php, method KLoader::getRegistry()
    Get the class registry object
getRequest
in file abstract.php, method KControllerAbstract::getRequest()
    Get the request information
getRoute
in file abstract.php, method KViewAbstract::getRoute()
    Get a route based on a full or partial query string
getRoute
in file html.php, method KViewHtml::getRoute()
    Get a route based on a full or partial query string.
getRow
in file abstract.php, method KDatabaseTableAbstract::getRow()
    Get an instance of a row object for this table
getRow
in file table.php, method KDatabaseRowsetTable::getRow()
    Get an empty row
getRow
in file abstract.php, method KDatabaseRowsetAbstract::getRow()
    Get an instance of a row object for this rowset
getRowset
in file abstract.php, method KDatabaseTableAbstract::getRowset()
    Get an instance of a rowset object for this table
getSchema
in file abstract.php, method KDatabaseTableAbstract::getSchema()
    Gets the schema of the table
getService
in file object.php, method KObject::getService()
    Get an instance of a class based on a class identifier only creating it if it does not exist yet.
getService
in file serviceable.php, method KObjectServiceable::getService()
    Get an instance of a class based on a class identifier only creating it if it doesn't exist yet.
getService
in file abstract.php, method KBehaviorAbstract::getService()
    Get an instance of a class based on a class identifier only creating it if it doesn't exist yet.
getStack
in file abstract.php, method KTemplateAbstract::getStack()
    Get the template object stack
getStack
in file chain.php, method KCommandChain::getStack()
    Get the chain object stack
getState
in file abstract.php, method KModelAbstract::getState()
    Method to get state object
getStatus
in file abstract.php, method KDatabaseRowAbstract::getStatus()
    Returns the status
getStatus
in file interface.php, method KDatabaseRowInterface::getStatus()
    Returns the status of this row.
getStatusMessage
in file abstract.php, method KDatabaseRowAbstract::getStatusMessage()
    Returns the status message
getSubject
in file context.php, method KCommandContext::getSubject()
    Get the command subject
getSubscribers
in file dispatcher.php, method KEventDispatcher::getSubscribers()
    Gets the event subscribers
getSubscriptions
in file interface.php, method KEventSubscriberInterface::getSubscriptions()
    Get a list of subscribed events
getSubscriptions
in file abstract.php, method KEventSubscriberAbstract::getSubscriptions()
    Get a list of subscribed events
getTable
in file table.php, method KDatabaseRowTable::getTable()
    Method to get a table object
getTable
in file table.php, method KModelTable::getTable()
    Method to get a table object
getTable
in file table.php, method KDatabaseRowsetTable::getTable()
    Method to get a table object
getTableNeedle
in file interface.php, method KDatabaseAdapterInterface::getTableNeedle()
    Get the table needle
getTableNeedle
in file abstract.php, method KDatabaseAdapterAbstract::getTableNeedle()
    Get the table needle
getTablePrefix
in file abstract.php, method KDatabaseAdapterAbstract::getTablePrefix()
    Get the table prefix
getTablePrefix
in file interface.php, method KDatabaseAdapterInterface::getTablePrefix()
    Get the table prefix
getTableSchema
in file mysqli.php, method ComDefaultDatabaseAdapterMysqli::getTableSchema()
    Retrieves the table schema information about the given table
getTableSchema
in file interface.php, method KDatabaseAdapterInterface::getTableSchema()
    Retrieves the column schema information about the given table
getTableSchema
in file mysqli.php, method KDatabaseAdapterMysqli::getTableSchema()
    Retrieves the table schema information about the given table
getTemplate
in file template.php, method KViewTemplate::getTemplate()
    Get the identifier for the template with the same name
getTemplate
in file interface.php, method KTemplateFilterInterface::getTemplate()
    Get the template object
getTemplate
in file interface.php, method KTemplateHelperInterface::getTemplate()
    Get the template object
getTemplate
in file abstract.php, method KTemplateFilterAbstract::getTemplate()
    Get the template object
getTemplate
in file abstract.php, method KTemplateHelperAbstract::getTemplate()
    Get the template object
getTidy
in file tidy.php, method KFilterTidy::getTidy()
    Gets a Tidy object
getTimestamp
in file date.php, method KDate::getTimestamp()
getTitle
in file abstract.php, method KControllerToolbarAbstract::getTitle()
    Get the toolbar's title
getTitle
in file interface.php, method KControllerToolbarInterface::getTitle()
    Get the toolbar's title
getToolbar
in file toolbar.php, method KMixinToolbar::getToolbar()
    Get a toolbar by identifier
getToolbars
in file toolbar.php, method KMixinToolbar::getToolbars()
    Gets the toolbars
getTotal
in file table.php, method KModelTable::getTotal()
    Get the total amount of items
getTotal
in file abstract.php, method KModelAbstract::getTotal()
    Get the total amount of items
getTrace
in file interface.php, method KExceptionInterface::getTrace()
    Return the backtrace information
getTraceAsString
in file interface.php, method KExceptionInterface::getTraceAsString()
    Return the backtrace as a string
getType
in file interface.php, method KServiceLocatorInterface::getType()
    Get the type
getType
in file abstract.php, method KLoaderAdapterAbstract::getType()
    Get the type
getType
in file abstract.php, method KServiceLocatorAbstract::getType()
    Get the type
getType
in file interface.php, method KLoaderAdapterInterface::getType()
    Get the type
getUniqueColumns
in file abstract.php, method KDatabaseTableAbstract::getUniqueColumns()
    Gets the unqiue columns of the table
getUrl
in file url.php, method KHttpUrl::getUrl()
    Get the full url, of the format scheme://user:pass@host/path?query#fragment';
getVersion
in file koowa.php, method Koowa::getVersion()
    Get the version of the Koowa library
getView
in file resource.php, method KControllerResource::getView()
    Get the view object attached to the controller
getView
in file abstract.php, method KTemplateAbstract::getView()
    Get the view object attached to the template
getWeekdayAbbrname
in file date.php, method KDate::getWeekdayAbbrname()
    Returns the abbreviated weekday name for the given date
getWeekdayFullname
in file date.php, method KDate::getWeekdayFullname()
    Returns the full weekday name for the given date
getWeekDays
in file date.php, method KDate::getWeekDays()
    Returns an array of week days
GONE
in file response.php, class constant KHttpResponse::GONE
group
in file query.php, method KDatabaseQuery::group()
    Built the group clause of the query
grid.php
procedural page grid.php
top

h

$having
in file query.php, variable KDatabaseQuery::$having
    The having element
$host
in file url.php, variable KHttpUrl::$host
    The host specification (for example, 'example.com').
$hour
in file date.php, variable KDate::$hour
    The hour
html.php
procedural page html.php
html.php
procedural page html.php
handleError
in file abstract.php, method KTemplateAbstract::handleError()
    Handle template errors
has
in file interface.php, method KServiceInterface::has()
    Check if the object instance exists based on the identifier
has
in file service.php, method KService::has()
    Check if the object instance exists based on the identifier
has
in file request.php, method KRequest::has()
    Check if a variable exists based on an identifier
hasBehavior
in file behavior.php, method KMixinBehavior::hasBehavior()
    Check if a behavior exists
hasFilter
in file abstract.php, method KTemplateAbstract::hasFilter()
    Check if a filter exists
hasListeners
in file dispatcher.php, method KEventDispatcher::hasListeners()
    Check if we are listening to a specific event
hasPriority
in file queue.php, method KObjectQueue::hasPriority()
    Check if the queue has an item with the given priority
hasToolbar
in file toolbar.php, method KMixinToolbar::hasToolbar()
    Check if a toolbar exists
having
in file query.php, method KDatabaseQuery::having()
    Built the having clause of the query
HEAD
in file request.php, class constant KHttpRequest::HEAD
HOST
in file url.php, class constant KHttpUrl::HOST
hour
in file date.php, method KDate::hour()
    Set the hour field of the date object
humanize
in file date.php, method KTemplateHelperDate::humanize()
    Returns human readable date.
humanize
in file inflector.php, method KInflector::humanize()
    Returns a human-readable string from $word
humanize
in file date.php, method ComDefaultTemplateHelperDate::humanize()
    Returns human readable date.
html.php
procedural page html.php
handlable.php
procedural page handlable.php
html.php
procedural page html.php
html.php
procedural page html.php
html.php
procedural page html.php
top

i

$indexes
in file table.php, variable KDatabaseSchemaTable::$indexes
    List of indexes
ini.php
procedural page ini.php
image.php
procedural page image.php
implode
in file inflector.php, method KInflector::implode()
    Convert an array of strings into a "CamelCased" word
inherits
in file decorator.php, method KObjectDecorator::inherits()
    Checks if the decorated object or one of it's mixins inherits from a class.
inherits
in file object.php, method KObject::inherits()
    Checks if the object or one of it's mixin's inherits from a class.
insert
in file abstract.php, method KDatabaseRowsetAbstract::insert()
    Insert a row into the rowset
insert
in file set.php, method KObjectSet::insert()
    Inserts an object in the set
insert
in file state.php, method KConfigState::insert()
    Insert a new state
insert
in file interface.php, method KDatabaseAdapterInterface::insert()
    Inserts a row of data into a table.
insert
in file interface.php, method KDatabaseRowsetInterface::insert()
    Insert a row into the rowset
insert
in file abstract.php, method KDatabaseAdapterAbstract::insert()
    Inserts a row of data into a table.
insert
in file abstract.php, method KDatabaseTableAbstract::insert()
    Table insert method
instantiate
in file factory.php, method KFilterFactory::instantiate()
    Factory method for KFilterInterface classes.
INTERNAL_SERVER_ERROR
in file response.php, class constant KHttpResponse::INTERNAL_SERVER_ERROR
isConnected
in file interface.php, method KDatabaseRowsetInterface::isConnected()
    Test the connected status of the rowset.
isConnected
in file interface.php, method KDatabaseRowInterface::isConnected()
    Test the connected status of the row.
isConnected
in file interface.php, method KDatabaseAdapterInterface::isConnected()
    Determines if the connection to the server is active.
isConnected
in file abstract.php, method KDatabaseRowsetAbstract::isConnected()
    Test the connected status of the rowset.
isConnected
in file table.php, method KDatabaseRowTable::isConnected()
    Test the connected status of the row.
isConnected
in file table.php, method KModelTable::isConnected()
    Test the connected status of the row.
isConnected
in file abstract.php, method KModelAbstract::isConnected()
    Test the connected status of the model.
isConnected
in file table.php, method KDatabaseRowsetTable::isConnected()
    Test the connected status of the row.
isConnected
in file abstract.php, method KDatabaseTableAbstract::isConnected()
    Test the connected status of the table
isConnected
in file abstract.php, method KDatabaseRowAbstract::isConnected()
    Test the connected status of the row.
isConnected
in file mysqli.php, method KDatabaseAdapterMysqli::isConnected()
    Check if the connection is active
isDispatched
in file abstract.php, method KControllerAbstract::isDispatched()
    Has the controller been dispatched
isEmpty
in file queue.php, method KObjectQueue::isEmpty()
    Checks whether the queue is empty
isEmpty
in file stack.php, method KObjectStack::isEmpty()
    Check to see if the registry is empty
isEmpty
in file state.php, method KConfigState::isEmpty()
    Check if the state information is empty
isError
in file response.php, method KHttpResponse::isError()
    Check if an http status code is an error
isLeapYear
in file date.php, method KDate::isLeapYear()
    Returns true for a leap year, else false
isModified
in file interface.php, method KDatabaseRowInterface::isModified()
    Check if a column has been modified
isModified
in file abstract.php, method KDatabaseRowAbstract::isModified()
    Check if a column has been modified
isNew
in file abstract.php, method KDatabaseRowAbstract::isNew()
    Checks if the row is new or not
isNew
in file interface.php, method KDatabaseRowInterface::isNew()
    Checks if the row is new or not
isPlural
in file inflector.php, method KInflector::isPlural()
    Check to see if an Enlish word is plural
isReadOnly
in file executable.php, method KControllerBehaviorExecutable::isReadOnly()
    Get the readonly state of the behavior
isSingular
in file inflector.php, method KInflector::isSingular()
    Check to see if an English word is singular
isSubscribed
in file dispatcher.php, method KEventDispatcher::isSubscribed()
    Check if the handler is connected to a dispatcher
isToday
in file date.php, method KDate::isToday()
isUnique
in file state.php, method KConfigState::isUnique()
    Check if the state information is unique
interface.php
procedural page interface.php
interface.php
procedural page interface.php
interface.php
procedural page interface.php
interface.php
procedural page interface.php
interface.php
procedural page interface.php
identifiable.php
procedural page identifiable.php
interface.php
procedural page interface.php
interface.php
procedural page interface.php
interface.php
procedural page interface.php
interface.php
procedural page interface.php
identifier.php
procedural page identifier.php
int.php
procedural page int.php
interface.php
procedural page interface.php
internalurl.php
procedural page internalurl.php
ip.php
procedural page ip.php
inflector.php
procedural page inflector.php
interface.php
procedural page interface.php
interface.php
procedural page interface.php
identifier.php
procedural page identifier.php
interface.php
procedural page interface.php
instantiatable.php
procedural page instantiatable.php
interface.php
procedural page interface.php
interface.php
procedural page interface.php
interface.php
procedural page interface.php
interface.php
procedural page interface.php
ini.php
procedural page ini.php
top

j

$join
in file query.php, variable KDatabaseQuery::$join
    The join element
JDocumentRendererModules
in file module.php, class JDocumentRendererModules
    Modules Renderer
join
in file query.php, method KDatabaseQuery::join()
    Built the join clause of the query
json.php
procedural page json.php
json.php
procedural page json.php
top

k

KBehaviorAbstract
in file abstract.php, class KBehaviorAbstract
    Abstract Behavior Class
KBehaviorException
in file exception.php, class KBehaviorException
    Behavior Exception class
KBehaviorInterface
in file interface.php, class KBehaviorInterface
    Behavior Interface
KCommand
in file command.php, class KCommand
    Command handler
KCommandChain
in file chain.php, class KCommandChain
    Command Chain
KCommandContext
in file context.php, class KCommandContext
    Command Context
KCommandEvent
in file event.php, class KCommandEvent
    Event Command
KCommandException
in file exception.php, class KCommandException
    Koowa Command Exception class
KCommandInterface
in file interface.php, class KCommandInterface
    Command Interface
KConfig
in file config.php, class KConfig
    Config Class
KConfigException
in file exception.php, class KConfigException
    Koowa Config Exception class
KConfigInterface
in file interface.php, class KConfigInterface
    Config Interface
KConfigPaginator
in file paginator.php, class KConfigPaginator
    Paginator Config Class
KConfigState
in file state.php, class KConfigState
    State Config Class
KControllerAbstract
in file abstract.php, class KControllerAbstract
    Abstract Controller Class
KControllerBehaviorAbstract
in file abstract.php, class KControllerBehaviorAbstract
    Abstract Controller Behavior
KControllerBehaviorDiscoverable
in file discoverable.php, class KControllerBehaviorDiscoverable
    Controller Discoverable Command Class
KControllerBehaviorEditable
in file editable.php, class KControllerBehaviorEditable
    Editable Controller Behavior Class
KControllerBehaviorException
in file exception.php, class KControllerBehaviorException
    Controller Behavior Exception class
KControllerBehaviorExecutable
in file executable.php, class KControllerBehaviorExecutable
    Controller Executable Behavior Class
KControllerBehaviorPersistable
in file persistable.php, class KControllerBehaviorPersistable
    Persistable Controller Behavior Class
KControllerDefault
in file default.php, class KControllerDefault
    Default Controller Class
KControllerException
in file exception.php, class KControllerException
    Koowa Controller Exception class
KControllerResource
in file resource.php, class KControllerResource
    Abstract View Controller Class
KControllerService
in file service.php, class KControllerService
    Abstract Bread Controller Class
KControllerToolbarAbstract
in file abstract.php, class KControllerToolbarAbstract
    Abstract Controller Toolbar Class
KControllerToolbarCommand
in file command.php, class KControllerToolbarCommand
    Controller Toolbar Command Class
KControllerToolbarDefault
in file default.php, class KControllerToolbarDefault
    Default Controller Toolbar Class
KControllerToolbarException
in file exception.php, class KControllerToolbarException
    Controller Toolbar Exception class
KControllerToolbarInterface
in file interface.php, class KControllerToolbarInterface
    Controller Toolbar Interface
KDatabase
in file database.php, class KDatabase
    Database Namespace class
KDatabaseAdapterAbstract
in file abstract.php, class KDatabaseAdapterAbstract
    Abstract Database Adapter
KDatabaseAdapterException
in file exception.php, class KDatabaseAdapterException
    Koowa Database Exception class
KDatabaseAdapterInterface
in file interface.php, class KDatabaseAdapterInterface
    Database Adapter Interface
KDatabaseAdapterMysqli
in file mysqli.php, class KDatabaseAdapterMysqli
    Mysqli Database Adapter
KDatabaseBehaviorAbstract
in file abstract.php, class KDatabaseBehaviorAbstract
    Abstract Database Behavior
KDatabaseBehaviorCreatable
in file creatable.php, class KDatabaseBehaviorCreatable
    Database Creatable Behavior
KDatabaseBehaviorException
in file exception.php, class KDatabaseBehaviorException
    Koowa Database Schema Exception class
KDatabaseBehaviorIdentifiable
in file identifiable.php, class KDatabaseBehaviorIdentifiable
    Database Identifiable Behavior
KDatabaseBehaviorLockable
in file lockable.php, class KDatabaseBehaviorLockable
    Database Lockable Behavior
KDatabaseBehaviorModifiable
in file modifiable.php, class KDatabaseBehaviorModifiable
    Database Modifiable Behavior
KDatabaseBehaviorOrderable
in file orderable.php, class KDatabaseBehaviorOrderable
    Database Orderable Behavior
KDatabaseBehaviorSluggable
in file sluggable.php, class KDatabaseBehaviorSluggable
    Database Sluggable Behavior
KDatabaseException
in file exception.php, class KDatabaseException
    Koowa Database Exception class
KDatabaseQuery
in file query.php, class KDatabaseQuery
    Database Select Class for database select statement generation
KDatabaseRowAbstract
in file abstract.php, class KDatabaseRowAbstract
    Abstract Row Class
KDatabaseRowDefault
in file default.php, class KDatabaseRowDefault
    Default Row Default
KDatabaseRowException
in file exception.php, class KDatabaseRowException
    Database Row Exception class
KDatabaseRowInterface
in file interface.php, class KDatabaseRowInterface
    Database Row Interface
KDatabaseRowsetAbstract
in file abstract.php, class KDatabaseRowsetAbstract
    Abstract Rowset Class
KDatabaseRowsetDefault
in file default.php, class KDatabaseRowsetDefault
    Default Rowset Default
KDatabaseRowsetException
in file exception.php, class KDatabaseRowsetException
    Koowa Database Exception class
KDatabaseRowsetInterface
in file interface.php, class KDatabaseRowsetInterface
    Database Rowset Interface
KDatabaseRowsetTable
in file table.php, class KDatabaseRowsetTable
    Table Rowset Class
KDatabaseRowTable
in file table.php, class KDatabaseRowTable
    Table Row Class
KDatabaseSchemaColumn
in file column.php, class KDatabaseSchemaColumn
    Database Schema Column Class
KDatabaseSchemaException
in file exception.php, class KDatabaseSchemaException
    Koowa Database Schema Exception class
KDatabaseSchemaTable
in file table.php, class KDatabaseSchemaTable
    Database Schema Table Class
KDatabaseTableAbstract
in file abstract.php, class KDatabaseTableAbstract
    Abstract Table Class
KDatabaseTableDefault
in file default.php, class KDatabaseTableDefault
    Default Database Table Class
KDatabaseTableException
in file exception.php, class KDatabaseTableException
    Koowa Database Exception class
KDate
in file date.php, class KDate
    Date object
KDateException
in file exception.php, class KDateException
    Koowa Date Exception class
KDispatcherAbstract
in file abstract.php, class KDispatcherAbstract
    Abstract controller dispatcher
KDispatcherDefault
in file default.php, class KDispatcherDefault
    Default controller dispatcher
KDispatcherException
in file exception.php, class KDispatcherException
    Koowa View Exception class
keepalive
in file behavior.php, method KTemplateHelperBehavior::keepalive()
    Keep session alive
keepalive
in file behavior.php, method ComDefaultTemplateHelperBehavior::keepalive()
    Keep session alive
KEvent
in file event.php, class KEvent
    Event Class
KEventDispatcher
in file dispatcher.php, class KEventDispatcher
    Class to handle dispatching of events.
KEventException
in file exception.php, class KEventException
    Koowa Event Exception class
KEventSubscriberAbstract
in file abstract.php, class KEventSubscriberAbstract
    Abstract Event Subscriber Class
KEventSubscriberDefault
in file default.php, class KEventSubscriberDefault
    Default Event Subscriber Class
KEventSubscriberInterface
in file interface.php, class KEventSubscriberInterface
    Event Handler Interface
KException
in file exception.php, class KException
    Exception Class
KExceptionError
in file error.php, class KExceptionError
    Koowa Error Exception Class
KExceptionInterface
in file interface.php, class KExceptionInterface
    Exception Interface
key
in file queue.php, method KObjectQueue::key()
    Return current object index
key
in file set.php, method KObjectSet::key()
    Return the key of the current element
KFilterAbstract
in file abstract.php, class KFilterAbstract
    Abstract filter.
KFilterAlnum
in file alnum.php, class KFilterAlnum
    Alphanumeric filter.
KFilterAlpha
in file alpha.php, class KFilterAlpha
    Alphabetic filter.
KFilterAscii
in file ascii.php, class KFilterAscii
    Ascii filter
KFilterBase64
in file base64.php, class KFilterBase64
    Base64 filter
KFilterBoolean
in file boolean.php, class KFilterBoolean
    Boolean filter
KFilterChain
in file chain.php, class KFilterChain
    Filter Chain
KFilterCmd
in file cmd.php, class KFilterCmd
    Command filter.
KFilterDate
in file date.php, class KFilterDate
    Date filter
KFilterDigit
in file digit.php, class KFilterDigit
    Digit filter
KFilterDirname
in file dirname.php, class KFilterDirname
    Dirname filter
KFilterEmail
in file email.php, class KFilterEmail
    Email filter
KFilterException
in file exception.php, class KFilterException
    Filter Exception class
KFilterFactory
in file factory.php, class KFilterFactory
    Filter Factory
KFilterFilename
in file filename.php, class KFilterFilename
    Filename filter, strips path info
KFilterFloat
in file float.php, class KFilterFloat
    Float filter
KFilterHtml
in file html.php, class KFilterHtml
    Html XSS Filter
KFilterIdentifier
in file identifier.php, class KFilterIdentifier
    Identifier Filter
KFilterInt
in file int.php, class KFilterInt
    Integer filter
KFilterInterface
in file interface.php, class KFilterInterface
    Filter interface
KFilterInternalurl
in file internalurl.php, class KFilterInternalurl
    Internal url filter
KFilterIP
in file ip.php, class KFilterIP
    IP filter
KFilterJson
in file json.php, class KFilterJson
    Json filter
KFilterLang
in file lang.php, class KFilterLang
    Language filter for ISO codes like en-GB (lang-COUNTRY)
KFilterMd5
in file md5.php, class KFilterMd5
    MD5 filter
KFilterNumeric
in file numeric.php, class KFilterNumeric
    Numeric filter
KFilterPath
in file path.php, class KFilterPath
    Path Filter
KFilterRaw
in file raw.php, class KFilterRaw
    Raw filter
KFilterSlug
in file slug.php, class KFilterSlug
    Slug filter
KFilterString
in file string.php, class KFilterString
    String filter
KFilterTidy
in file tidy.php, class KFilterTidy
    Tidy filter.
KFilterTime
in file time.php, class KFilterTime
    Time filter
KFilterTimestamp
in file timestamp.php, class KFilterTimestamp
    Timestamp filter
KFilterTrim
in file trim.php, class KFilterTrim
    Trim filter.
KFilterUrl
in file url.php, class KFilterUrl
    Url filter
KFilterWord
in file word.php, class KFilterWord
    Word filter.
KHelperArray
in file array.php, class KHelperArray
    Array helper
KHelperException
in file exception.php, class KHelperException
    Koowa Helper Exception class
KHelperString
in file string.php, class KHelperString
    String helper class for utf-8 data
KHttpException
in file exception.php, class KHttpException
    Koowa HTTP Exception class
KHttpRequest
in file request.php, class KHttpRequest
    HTTP Request class
KHttpResponse
in file response.php, class KHttpResponse
    HTTP Response class
KHttpUrl
in file url.php, class KHttpUrl
    HTTP Url Class
KInflector
in file inflector.php, class KInflector
    KInflector to pluralize and singularize English nouns.
KInflectorException
in file exception.php, class KInflectorException
    Koowa Date Exception class
KLoader
in file loader.php, class KLoader
    KLoader class
KLoaderAdapterAbstract
in file abstract.php, class KLoaderAdapterAbstract
    Abstract Loader Adapter
KLoaderAdapterComponent
in file component.php, class KLoaderAdapterComponent
    Loader Adapter for a component
KLoaderAdapterException
in file exception.php, class KLoaderAdapterException
    Koowa Factory Adapter Exception class
KLoaderAdapterInterface
in file interface.php, class KLoaderAdapterInterface
    Loader Adapter Interface
KLoaderAdapterKoowa
in file koowa.php, class KLoaderAdapterKoowa
    Loader Adapter for the Koowa framework
KLoaderAdapterModule
in file module.php, class KLoaderAdapterModule
    Loader Adapter for a plugin
KLoaderAdapterPlugin
in file plugin.php, class KLoaderAdapterPlugin
    Loader Adapter for a plugin
KLoaderException
in file exception.php, class KLoaderException
    Koowa Loader Exception class
KLoaderRegistry
in file registry.php, class KLoaderRegistry
    Loader Registry Class
KMixinAbstract
in file abstract.php, class KMixinAbstract
    Abstract mixing class
KMixinBehavior
in file behavior.php, class KMixinBehavior
    Behavior Mixin Class
KMixinCallback
in file callback.php, class KMixinCallback
    Callback Command Mixin
KMixinCommand
in file command.php, class KMixinCommand
    Command Mixin
KMixinEvent
in file event.php, class KMixinEvent
    Event Mixin
KMixinException
in file exception.php, class KMixinException
    Koowa Mixin Exception class
KMixinInterface
in file interface.php, class KMixinInterface
    Mixes a chain of command behaviour into a class
KMixinToolbar
in file toolbar.php, class KMixinToolbar
    Toolbar Mixin Class
KModelAbstract
in file abstract.php, class KModelAbstract
    Abstract Model Class
KModelDefault
in file default.php, class KModelDefault
    Default Model Class
KModelException
in file exception.php, class KModelException
    Koowa Model Exception class
KModelTable
in file table.php, class KModelTable
    Table Model Class
KObject
in file object.php, class KObject
    Object class
KObjectArray
in file array.php, class KObjectArray
    An Object Array Class
KObjectDecorator
in file decorator.php, class KObjectDecorator
    An Object Decorator Class
KObjectException
in file exception.php, class KObjectException
    Koowa Date Exception class
KObjectHandlable
in file handlable.php, class KObjectHandlable
    Object Hashable interface
KObjectQueue
in file queue.php, class KObjectQueue
    Object Queue Class
KObjectServiceable
in file serviceable.php, class KObjectServiceable
    Object Serviceable Interface
KObjectSet
in file set.php, class KObjectSet
    An Object Set Class
KObjectStack
in file stack.php, class KObjectStack
    Object Stack Class
KOOWA
in file koowa.php, constant KOOWA
    Koowa constant, if true koowa is loaded
Koowa
in file koowa.php, class Koowa
    Koowa class
KRequest
in file request.php, class KRequest
    Request class
KRequestException
in file exception.php, class KRequestException
    Request Exception class
KService
in file service.php, class KService
    Service Class
KServiceContainer
in file container.php, class KServiceContainer
    Service Container Class
KServiceException
in file exception.php, class KServiceException
    Service Exception class
KServiceIdentifier
in file identifier.php, class KServiceIdentifier
    Service Identifier
KServiceIdentifierException
in file exception.php, class KServiceIdentifierException
    Service Identifier Exception class
KServiceIdentifierInterface
in file interface.php, class KServiceIdentifierInterface
    Service Identifier interface
KServiceIdentifierRegistry
in file registry.php, class KServiceIdentifierRegistry
    Service Identifier Registry Class
KServiceInstantiatable
in file instantiatable.php, class KServiceInstantiatable
    Service Instantiatable Interface
KServiceInterface
in file interface.php, class KServiceInterface
    Factory Interface
KServiceLocatorAbstract
in file abstract.php, class KServiceLocatorAbstract
    Service Abstract Locator
KServiceLocatorComponent
in file component.php, class KServiceLocatorComponent
    Locator Adapter for a component
KServiceLocatorException
in file exception.php, class KServiceLocatorException
    Service Locator Exception class
KServiceLocatorInterface
in file interface.php, class KServiceLocatorInterface
    Service Locator Interface
KServiceLocatorKoowa
in file koowa.php, class KServiceLocatorKoowa
    Service Locator for the Koowa framework
KServiceLocatorModule
in file module.php, class KServiceLocatorModule
    Service Locator for a plugin
KServiceLocatorPlugin
in file plugin.php, class KServiceLocatorPlugin
    Service Locator for a plugin
KTemplateAbstract
in file abstract.php, class KTemplateAbstract
    Abstract Template class
KTemplateDefault
in file default.php, class KTemplateDefault
    Default Template class
KTemplateException
in file exception.php, class KTemplateException
    Koowa Template Exception class
KTemplateFilter
in file filter.php, class KTemplateFilter
    Template Filter Factory
KTemplateFilterAbstract
in file abstract.php, class KTemplateFilterAbstract
    Abstract Template Filter
KTemplateFilterAlias
in file alias.php, class KTemplateFilterAlias
    Template read filter for aliases such as @template, @text, @helper, @route etc
KTemplateFilterException
in file exception.php, class KTemplateFilterException
    Koowa Template Filter Exception class
KTemplateFilterForm
in file form.php, class KTemplateFilterForm
    Template write filter to handle form html elements
KTemplateFilterInterface
in file interface.php, class KTemplateFilterInterface
    Template filter interface
KTemplateFilterLink
in file link.php, class KTemplateFilterLink
    Template filter to parse link tags
KTemplateFilterRead
in file read.php, class KTemplateFilterRead
    Template Write Filter Interface
KTemplateFilterScript
in file script.php, class KTemplateFilterScript
    Template filter to parse script tags
KTemplateFilterShorttag
in file shorttag.php, class KTemplateFilterShorttag
    Template read filter for short_open_tags support
KTemplateFilterStyle
in file style.php, class KTemplateFilterStyle
    Template filter to parse style tags
KTemplateFilterTemplate
in file template.php, class KTemplateFilterTemplate
    Template read filter for the @template alias. To load templates inline
KTemplateFilterVariable
in file variable.php, class KTemplateFilterVariable
    Template read filter to convert @ to $this->
KTemplateFilterWrite
in file write.php, class KTemplateFilterWrite
    Template Write Filter Interface
KTemplateHelperAbstract
in file abstract.php, class KTemplateHelperAbstract
    Template Helper Class
KTemplateHelperAccordion
in file accordion.php, class KTemplateHelperAccordion
    Template Accordion Behavior Helper
KTemplateHelperBehavior
in file behavior.php, class KTemplateHelperBehavior
    Template Behavior Helper
KTemplateHelperDate
in file date.php, class KTemplateHelperDate
    Template Helper Class
KTemplateHelperDefault
in file default.php, class KTemplateHelperDefault
    Template Helper Class
KTemplateHelperException
in file exception.php, class KTemplateHelperException
    Koowa Template Exception class
KTemplateHelperGrid
in file grid.php, class KTemplateHelperGrid
    Template Grid Helper
KTemplateHelperInterface
in file interface.php, class KTemplateHelperInterface
    Template helper interface
KTemplateHelperListbox
in file listbox.php, class KTemplateHelperListbox
    Template Listbox Helper
KTemplateHelperPaginator
in file paginator.php, class KTemplateHelperPaginator
    Template Paginator Helper
KTemplateHelperSelect
in file select.php, class KTemplateHelperSelect
    Template Select Helper
KTemplateHelperTabs
in file tabs.php, class KTemplateHelperTabs
    Template Tabs Behavior Helper
KTemplateStack
in file stack.php, class KTemplateStack
    Template Stack Class
KTemplateStream
in file stream.php, class KTemplateStream
    Abstract stream wrapper to convert markup of mostly-PHP templates into PHP prior to include().
KViewAbstract
in file abstract.php, class KViewAbstract
    Abstract View Class
KViewCsv
in file csv.php, class KViewCsv
    Export a view as a CSV file
KViewDefault
in file default.php, class KViewDefault
    Default View Class
KViewException
in file exception.php, class KViewException
    Koowa View Exception class
KViewFile
in file file.php, class KViewFile
    Use to force browser to download a file from the file system
KViewHtml
in file html.php, class KViewHtml
    View HTML Class
KViewJson
in file json.php, class KViewJson
    View JSON Class
KViewTemplate
in file template.php, class KViewTemplate
    Abstract Template View Class
KViewVcard
in file vcard.php, class KViewVcard
    Vcard Class
koowa.php
procedural page koowa.php
koowa.php
procedural page koowa.php
koowa.php
procedural page koowa.php
koowa.php
procedural page koowa.php
top

l

$length
in file table.php, variable KDatabaseSchemaTable::$length
    Table length
$length
in file column.php, variable KDatabaseSchemaColumn::$length
    Column length
$limit
in file query.php, variable KDatabaseQuery::$limit
    The limit element
lockable.php
procedural page lockable.php
link.php
procedural page link.php
listbox.php
procedural page listbox.php
lcfirst
in file legacy.php, function lcfirst()
    Make a string's first character lowercase
LENGTH_REQUIRED
in file response.php, class constant KHttpResponse::LENGTH_REQUIRED
lockable.php
procedural page lockable.php
lang.php
procedural page lang.php
legacy.php
procedural page legacy.php
loader.php
procedural page loader.php
link.php
procedural page link.php
listbox.php
procedural page listbox.php
limit
in file paginator.php, method KTemplateHelperPaginator::limit()
    Render a select box with limit values
limit
in file query.php, method KDatabaseQuery::limit()
    Built the limit element of the query
link
in file paginator.php, method KTemplateHelperPaginator::link()
    Render a page link
listbox
in file image.php, method ComDefaultTemplateHelperImage::listbox()
    Generated a HTML images listbox .
load
in file abstract.php, method KDatabaseRowAbstract::load()
    Load the row from the database.
load
in file table.php, method KDatabaseRowTable::load()
    Load the row from the database using the data in the row
load
in file interface.php, method KDatabaseRowInterface::load()
    Load the row from the database.
loadClass
in file loader.php, method KLoader::loadClass()
    Load a class based on a class name
loadFile
in file loader.php, method KLoader::loadFile()
    Load a class based on a path
loadFile
in file abstract.php, method ComDefaultTemplateAbstract::loadFile()
    Load a template by path -- first look in the templates folder for an override
loadFile
in file abstract.php, method KTemplateAbstract::loadFile()
    Load a template by path
loadIdentifier
in file abstract.php, method KTemplateAbstract::loadIdentifier()
    Load a template by identifier
loadIdentifier
in file loader.php, method KLoader::loadIdentifier()
    Load a class based on an identifier
loadLanguage
in file default.php, method PlgKoowaDefault::loadLanguage()
    Loads the plugin language file
loadString
in file abstract.php, method KTemplateAbstract::loadString()
    Load a template from a string
lock
in file abstract.php, method KDatabaseTableAbstract::lock()
    Lock the table.
lock
in file lockable.php, method KDatabaseBehaviorLockable::lock()
    Lock a row
locked
in file lockable.php, method KDatabaseBehaviorLockable::locked()
    Checks if a row is locked
lockMessage
in file lockable.php, method KDatabaseBehaviorLockable::lockMessage()
    Get the locked information
lockReferrer
in file editable.php, method KControllerBehaviorEditable::lockReferrer()
    Lock the referrer from updates
lockResource
in file editable.php, method KControllerBehaviorEditable::lockResource()
    Lock callback
lockTable
in file interface.php, method KDatabaseAdapterInterface::lockTable()
    Lock a table.
lockTable
in file mysqli.php, method KDatabaseAdapterMysqli::lockTable()
    Lock a table.
ltrim
in file string.php, method KHelperString::ltrim()
    UTF-8 aware replacement for ltrim()
lockable.php
procedural page lockable.php
link.php
procedural page link.php
top

m

$mimetype
in file abstract.php, variable KViewAbstract::$mimetype
    The mimetype
$minute
in file date.php, variable KDate::$minute
    The minute
$month
in file date.php, variable KDate::$month
    The month
menubar.php
procedural page menubar.php
mysqli.php
procedural page mysqli.php
module.php
procedural page module.php
menubar.php
procedural page menubar.php
mysqli.php
procedural page mysqli.php
modifiable.php
procedural page modifiable.php
md5.php
procedural page md5.php
module.php
procedural page module.php
module.php
procedural page module.php
mapColumns
in file abstract.php, method KDatabaseTableAbstract::mapColumns()
    Table map method
merge
in file set.php, method KObjectSet::merge()
    Merge-in another object set
merge
in file array.php, method KHelperArray::merge()
    Merge two arrays recursively
method
in file request.php, method KRequest::method()
    Returns current request method.
METHOD_NOT_ALLOWED
in file response.php, class constant KHttpResponse::METHOD_NOT_ALLOWED
minute
in file date.php, method KDate::minute()
    Set the minute field of the date object
mixin
in file abstract.php, method KControllerAbstract::mixin()
    Mixin an object
mixin
in file object.php, method KObject::mixin()
    Mixin an object
modal
in file toolbar.php, method ComDefaultTemplateHelperToolbar::modal()
    Render a modal button
modal
in file behavior.php, method ComDefaultTemplateHelperBehavior::modal()
    Render a modal box
modal
in file behavior.php, method KTemplateHelperBehavior::modal()
    Render a modal box
ModDefaultHtml
in file html.php, class ModDefaultHtml
    Default Module View
ModDefaultTemplateDefault
in file default.php, class ModDefaultTemplateDefault
    Default Module View
ModDefaultTemplateFilterChrome
in file chrome.php, class ModDefaultTemplateFilterChrome
    Module Chrome Filter
ModDefaultTemplateFilterChrome
in file chrome.php, class ModDefaultTemplateFilterChrome
    Module Chrome Filter
MODE_READ
in file filter.php, class constant KTemplateFilter::MODE_READ
    Filter modes
MODE_WRITE
in file filter.php, class constant KTemplateFilter::MODE_WRITE
month
in file date.php, method KDate::month()
    Set the month field of the date object
mootools
in file behavior.php, method ComDefaultTemplateHelperBehavior::mootools()
    Method to load the mootools framework into the document head
mootools
in file behavior.php, method KTemplateHelperBehavior::mootools()
    Method to load the mootools framework into the document head
MOVED_PERMANENTLY
in file response.php, class constant KHttpResponse::MOVED_PERMANENTLY
module.php
procedural page module.php
top

n

$name
in file column.php, variable KDatabaseSchemaColumn::$name
    Column name
$name
in file table.php, variable KDatabaseSchemaTable::$name
    Table name
numeric.php
procedural page numeric.php
next
in file queue.php, method KObjectQueue::next()
    Move to the next object
next
in file set.php, method KObjectSet::next()
    Move forward to next element
NOT_ACCEPTABLE
in file response.php, class constant KHttpResponse::NOT_ACCEPTABLE
NOT_FOUND
in file response.php, class constant KHttpResponse::NOT_FOUND
NOT_IMPLEMENTED
in file response.php, class constant KHttpResponse::NOT_IMPLEMENTED
NOT_MODIFIED
in file response.php, class constant KHttpResponse::NOT_MODIFIED
NO_CONTENT
in file response.php, class constant KHttpResponse::NO_CONTENT
top

o

$offset
in file query.php, variable KDatabaseQuery::$offset
    The limit offset element
$order
in file query.php, variable KDatabaseQuery::$order
    The order element
$output
in file abstract.php, variable KViewAbstract::$output
    The output of the view
orderable.php
procedural page orderable.php
object.php
procedural page object.php
offsetExists
in file registry.php, method KLoaderRegistry::offsetExists()
    Check if the offset exists
offsetExists
in file registry.php, method KServiceIdentifierRegistry::offsetExists()
    Check if the offset exists
offsetExists
in file array.php, method KObjectArray::offsetExists()
    Check if the offset exists
offsetExists
in file set.php, method KObjectSet::offsetExists()
    Check if the object exists in the queue
offsetExists
in file config.php, method KConfig::offsetExists()
    Check if the offset exists
offsetGet
in file registry.php, method KLoaderRegistry::offsetGet()
    Get an item from the array by offset
offsetGet
in file registry.php, method KServiceIdentifierRegistry::offsetGet()
    Get an item from the array by offset
offsetGet
in file set.php, method KObjectSet::offsetGet()
    Returns the object from the set
offsetGet
in file array.php, method KObjectArray::offsetGet()
    Get an item from the array by offset
offsetGet
in file config.php, method KConfig::offsetGet()
    Get an item from the array by offset
offsetSet
in file registry.php, method KLoaderRegistry::offsetSet()
    Set an item in the array
offsetSet
in file registry.php, method KServiceIdentifierRegistry::offsetSet()
    Set an item in the array
offsetSet
in file set.php, method KObjectSet::offsetSet()
    Store an object in the set
offsetSet
in file config.php, method KConfig::offsetSet()
    Set an item in the array
offsetSet
in file array.php, method KObjectArray::offsetSet()
    Set an item in the array
offsetUnset
in file set.php, method KObjectSet::offsetUnset()
    Removes an object from the set
offsetUnset
in file config.php, method KConfig::offsetUnset()
    Unset an item in the array
offsetUnset
in file array.php, method KObjectArray::offsetUnset()
    Unset an item in the array
OK
in file response.php, class constant KHttpResponse::OK
onAfterControllerBrowse
in file default.php, method ComDefaultControllerToolbarDefault::onAfterControllerBrowse()
    Add default toolbar commands .
onAfterControllerRead
in file default.php, method ComDefaultControllerToolbarDefault::onAfterControllerRead()
    Add default toolbar commands and set the toolbar title .
onAfterInitialise
in file koowa.php, method plgSystemKoowa::onAfterInitialise()
    On after intitialse event handler
onAfterRoute
in file koowa.php, method plgSystemKoowa::onAfterRoute()
    On after route event handler
onBeforeControllerGet
in file menubar.php, method ComDefaultControllerToolbarMenubar::onBeforeControllerGet()
    Push the menubar into the view .
onBeforeControllerGet
in file default.php, method ComDefaultControllerToolbarDefault::onBeforeControllerGet()
    Push the toolbar into the view .
OPERATION_DELETE
in file database.php, class constant KDatabase::OPERATION_DELETE
OPERATION_INSERT
in file database.php, class constant KDatabase::OPERATION_INSERT
OPERATION_SELECT
in file database.php, class constant KDatabase::OPERATION_SELECT
    Database operations
OPERATION_SHOW
in file database.php, class constant KDatabase::OPERATION_SHOW
OPERATION_UPDATE
in file database.php, class constant KDatabase::OPERATION_UPDATE
option
in file select.php, method KTemplateHelperSelect::option()
    Generates an HTML select option
optionlist
in file select.php, method KTemplateHelperSelect::optionlist()
    Generates an HTML select list
OPTIONS
in file request.php, class constant KHttpRequest::OPTIONS
order
in file orderable.php, method KDatabaseBehaviorOrderable::order()
    Move the row up or down in the ordering
order
in file grid.php, method KTemplateHelperGrid::order()
    Render an order field
order
in file query.php, method KDatabaseQuery::order()
    Build the order clause of the query
overlay
in file behavior.php, method KTemplateHelperBehavior::overlay()
    Render an overlay
top

p

$partsecond
in file date.php, variable KDate::$partsecond
    Part second
$pass
in file url.php, variable KHttpUrl::$pass
    The password, if any.
$path
in file url.php, variable KHttpUrl::$path
    The path portion (for example, 'path/to/index.php').
$path
in file file.php, variable KViewFile::$path
    The file path
$port
in file url.php, variable KHttpUrl::$port
    The port number (for example, '80').
$primary
in file column.php, variable KDatabaseSchemaColumn::$primary
    Is the column a primary key
paginator.php
procedural page paginator.php
paginator.php
procedural page paginator.php
persistable.php
procedural page persistable.php
path.php
procedural page path.php
plugin.php
procedural page plugin.php
plugin.php
procedural page plugin.php
paginator.php
procedural page paginator.php
pages
in file paginator.php, method ComDefaultTemplateHelperPaginator::pages()
    Render a list of pages links
pages
in file paginator.php, method KTemplateHelperPaginator::pages()
    Render a list of pages links
pagination
in file paginator.php, method KTemplateHelperPaginator::pagination()
    Render item pagination
pagination
in file paginator.php, method ComDefaultTemplateHelperPaginator::pagination()
    Render item pagination
parse
in file abstract.php, method ComDefaultTemplateAbstract::parse()
    Parse the template
parse
in file abstract.php, method KTemplateAbstract::parse()
    Parse the template
PARTIAL_CONTENT
in file response.php, class constant KHttpResponse::PARTIAL_CONTENT
PASS
in file url.php, class constant KHttpUrl::PASS
PATH
in file url.php, class constant KHttpUrl::PATH
PATTERN
in file path.php, class constant KFilterPath::PATTERN
PlgKoowaDefault
in file default.php, class PlgKoowaDefault
    Default Koowa plugin
plgSystemKoowa
in file koowa.php, class plgSystemKoowa
    Koowa System plugin
pluralize
in file inflector.php, method KInflector::pluralize()
    Singular English word to plural.
pop
in file stack.php, method KObjectStack::pop()
    Pops an element from the end of the stack
PORT
in file url.php, class constant KHttpUrl::PORT
position
in file image.php, method ComDefaultTemplateHelperImage::position()
    Generates an HTML image position listbox
POST
in file request.php, class constant KHttpRequest::POST
PRECONDITION_FAILED
in file response.php, class constant KHttpResponse::PRECONDITION_FAILED
preview
in file image.php, method ComDefaultTemplateHelperImage::preview()
    Generates an HTML image preview listbox
PRIORITY_HIGH
in file command.php, class constant KCommand::PRIORITY_HIGH
PRIORITY_HIGH
in file event.php, class constant KEvent::PRIORITY_HIGH
PRIORITY_HIGHEST
in file command.php, class constant KCommand::PRIORITY_HIGHEST
    Priority levels
PRIORITY_HIGHEST
in file event.php, class constant KEvent::PRIORITY_HIGHEST
    Priority levels
PRIORITY_LOW
in file event.php, class constant KEvent::PRIORITY_LOW
PRIORITY_LOW
in file command.php, class constant KCommand::PRIORITY_LOW
PRIORITY_LOWEST
in file event.php, class constant KEvent::PRIORITY_LOWEST
PRIORITY_LOWEST
in file command.php, class constant KCommand::PRIORITY_LOWEST
PRIORITY_NORMAL
in file event.php, class constant KEvent::PRIORITY_NORMAL
PRIORITY_NORMAL
in file command.php, class constant KCommand::PRIORITY_NORMAL
protocol
in file request.php, method KRequest::protocol()
    Return the protocal based on $_SERVER['SERVER_PROTOCOL']
published
in file listbox.php, method ComDefaultTemplateHelperListbox::published()
    Generates an HTML published listbox
push
in file stack.php, method KObjectStack::push()
    Pushes an element at the end of the stack
PUT
in file request.php, class constant KHttpRequest::PUT
paginator.php
procedural page paginator.php
top

q

$quote
in file csv.php, variable KViewCsv::$quote
    Character used for quoting
query.php
procedural page query.php
queue.php
procedural page queue.php
QUERY
in file url.php, class constant KHttpUrl::QUERY
quoteName
in file interface.php, method KDatabaseAdapterInterface::quoteName()
    Quotes a single identifier name (table, table alias, table column, index, sequence). Ignores empty values.
quoteName
in file abstract.php, method KDatabaseAdapterAbstract::quoteName()
    Quotes a single identifier name (table, table alias, table column, index, sequence). Ignores empty values.
quoteValue
in file abstract.php, method KDatabaseAdapterAbstract::quoteValue()
    Safely quotes a value for an SQL statement.
quoteValue
in file interface.php, method KDatabaseAdapterInterface::quoteValue()
    Safely quotes a value for an SQL statement.
top

r

$related
in file column.php, variable KDatabaseSchemaColumn::$related
    Related index columns
$required
in file column.php, variable KDatabaseSchemaColumn::$required
    Required column
resource.php
procedural page resource.php
resource.php
procedural page resource.php
raw.php
procedural page raw.php
request.php
procedural page request.php
response.php
procedural page response.php
registry.php
procedural page registry.php
request.php
procedural page request.php
registry.php
procedural page registry.php
read.php
procedural page read.php
radiolist
in file select.php, method KTemplateHelperSelect::radiolist()
    Generates an HTML radio list
read
in file read.php, method KTemplateFilterRead::read()
    Parse the text and filter it
read
in file variable.php, method KTemplateFilterVariable::read()
    Convert '@' to '$this->', unless when they are escaped '\@'
read
in file shorttag.php, method KTemplateFilterShorttag::read()
    Convert <?= ?> to long-form <?php echo ?> when needed
read
in file template.php, method KTemplateFilterTemplate::read()
    Replace template alias with loadFile functions.
read
in file alias.php, method KTemplateFilterAlias::read()
    Convert the alias
reconnect
in file abstract.php, method KDatabaseAdapterAbstract::reconnect()
    Reconnect to the db
reconnect
in file interface.php, method KDatabaseAdapterInterface::reconnect()
    Reconnect to the db
referrer
in file request.php, method KRequest::referrer()
    Returns the HTTP referrer.
register
in file stream.php, method KTemplateStream::register()
    Register the stream wrapper
register
in file loader.php, method KLoader::register()
    Registers this instance as an autoloader.
registerActionAlias
in file abstract.php, method KControllerAbstract::registerActionAlias()
    Register (map) an action to a method in the class.
registerCallback
in file callback.php, method KMixinCallback::registerCallback()
    Registers a callback function
remove
in file state.php, method KConfigState::remove()
    Remove an existing state
removeEventDispatcher
in file event.php, method KMixinEvent::removeEventDispatcher()
    Remove an event listener
removeEventListener
in file dispatcher.php, method KEventDispatcher::removeEventListener()
    Remove an event listener
removeEventListener
in file event.php, method KMixinEvent::removeEventListener()
    Remove an event listener
removeEventSubscriber
in file dispatcher.php, method KEventDispatcher::removeEventSubscriber()
    Remove an event subscriber
render
in file module.php, method JDocumentRendererModules::render()
render
in file toolbar.php, method ComDefaultTemplateHelperToolbar::render()
    Render the toolbar
render
in file menubar.php, method ComDefaultTemplateHelperMenubar::render()
    Render the menubar
render
in file abstract.php, method KTemplateAbstract::render()
    Render the template
renderHelper
in file default.php, method ComDefaultTemplateDefault::renderHelper()
    Load a template helper
renderHelper
in file abstract.php, method KTemplateAbstract::renderHelper()
    Load a template helper
reorder
in file orderable.php, method KDatabaseBehaviorOrderable::reorder()
    Resets the order of all rows
replaceTableNeedle
in file abstract.php, method KDatabaseAdapterAbstract::replaceTableNeedle()
    This function replaces the table needles in a query string with the actual table prefix.
replaceTableNeedle
in file interface.php, method KDatabaseAdapterInterface::replaceTableNeedle()
    This function replaces the table needles in a query string with the actual table prefix.
REQUEST_ENTITY_TOO_LARGE
in file response.php, class constant KHttpResponse::REQUEST_ENTITY_TOO_LARGE
REQUEST_TIMEOUT
in file response.php, class constant KHttpResponse::REQUEST_TIMEOUT
REQUEST_URI_TOO_LONG
in file response.php, class constant KHttpResponse::REQUEST_URI_TOO_LONG
reset
in file abstract.php, method KDatabaseRowAbstract::reset()
    Resets to the default properties
reset
in file abstract.php, method KModelAbstract::reset()
    Reset all cached data and reset the model state to it's default
reset
in file abstract.php, method KDatabaseRowsetAbstract::reset()
    Reset the rowset
reset
in file interface.php, method KDatabaseRowsetInterface::reset()
    Reset the rowset
reset
in file table.php, method KDatabaseRowTable::reset()
    Reset the row data using the defaults
reset
in file state.php, method KConfigState::reset()
    Reset all state data and revert to the default state
reset
in file abstract.php, method KControllerToolbarAbstract::reset()
    Reset the commands array
reset
in file interface.php, method KControllerToolbarInterface::reset()
    Reset the commands array
reset
in file interface.php, method KDatabaseRowInterface::reset()
    Resets to the default properties
RESET_CONTENT
in file response.php, class constant KHttpResponse::RESET_CONTENT
RESULT_STORE
in file database.php, class constant KDatabase::RESULT_STORE
    Database result mode
RESULT_USE
in file database.php, class constant KDatabase::RESULT_USE
rewind
in file queue.php, method KObjectQueue::rewind()
    Rewind the Iterator to the top
rewind
in file set.php, method KObjectSet::rewind()
    Rewind the Iterator to the first element
root
in file request.php, method KRequest::root()
    Returns the root path of the request.
rtrim
in file string.php, method KHelperString::rtrim()
    UTF-8 aware replacement for rtrim()
run
in file chain.php, method KCommandChain::run()
    Run the commands in the chain
run
in file chain.php, method KFilterChain::run()
    Run the commands in the chain
resource.php
procedural page resource.php
top

s

$scheme
in file url.php, variable KHttpUrl::$scheme
    The scheme [http|https|ftp|mailto|...]
$scope
in file column.php, variable KDatabaseSchemaColumn::$scope
    Column scope
$second
in file date.php, variable KDate::$second
    The second
$separator
in file csv.php, variable KViewCsv::$separator
    Character used for separating fields
script.php
procedural page script.php
style.php
procedural page style.php
state.php
procedural page state.php
service.php
procedural page service.php
sluggable.php
procedural page sluggable.php
slug.php
procedural page slug.php
string.php
procedural page string.php
string.php
procedural page string.php
serviceable.php
procedural page serviceable.php
set.php
procedural page set.php
stack.php
procedural page stack.php
service.php
procedural page service.php
script.php
procedural page script.php
shorttag.php
procedural page shorttag.php
style.php
procedural page style.php
select.php
procedural page select.php
stack.php
procedural page stack.php
stream.php
procedural page stream.php
sanitize
in file interface.php, method KFilterInterface::sanitize()
    Sanitize a value or data collection
sanitize
in file abstract.php, method KFilterAbstract::sanitize()
    Sanitize a variable or data collection
save
in file abstract.php, method KDatabaseRowAbstract::save()
    Saves the row to the database.
save
in file abstract.php, method KDatabaseBehaviorAbstract::save()
    Saves the row or rowset in the database.
save
in file table.php, method KDatabaseRowTable::save()
    Saves the row to the database.
save
in file interface.php, method KDatabaseRowInterface::save()
    Saves the row to the database.
save
in file interface.php, method KDatabaseRowsetInterface::save()
    Saves all rows in the rowset to the database
save
in file abstract.php, method KDatabaseRowsetAbstract::save()
    Saves all rows in the rowset to the database
scheme
in file request.php, method KRequest::scheme()
    Returns the current request scheme, based on $_SERVER['https']. In CLI mode, 'cli' will be returned.
SCHEME
in file url.php, class constant KHttpUrl::SCHEME
    The url parts
search
in file grid.php, method KTemplateHelperGrid::search()
    Render an search header
second
in file date.php, method KDate::second()
    Set the second field of the date object
SECONDS_IN_DAY
in file date.php, constant SECONDS_IN_DAY
SECONDS_IN_HOUR
in file date.php, constant SECONDS_IN_HOUR
SEE_OTHER
in file response.php, class constant KHttpResponse::SEE_OTHER
select
in file abstract.php, method KDatabaseTableAbstract::select()
    Table select method
select
in file interface.php, method KDatabaseAdapterInterface::select()
    Preforms a select query
select
in file abstract.php, method KDatabaseAdapterAbstract::select()
    Preforms a select query
select
in file query.php, method KDatabaseQuery::select()
    Built a select query
separator
in file toolbar.php, method ComDefaultTemplateHelperToolbar::separator()
    Render a separator
serialize
in file array.php, method KObjectArray::serialize()
    Serialize
serialize
in file identifier.php, method KServiceIdentifier::serialize()
    Serialize the identifier
serialize
in file set.php, method KObjectSet::serialize()
    Return a string representation of the set
SERVICE_UNAVAILABLE
in file response.php, class constant KHttpResponse::SERVICE_UNAVAILABLE
set
in file service.php, method KService::set()
    Insert the object instance using the identifier
set
in file object.php, method KObject::set()
    Set the object properties
set
in file table.php, method KModelTable::set()
    Set the model state properties
set
in file interface.php, method KServiceInterface::set()
    Insert the object instance using the identifier
set
in file request.php, method KRequest::set()
    Set a variable in the request. Cookies and session data are stored persistently.
set
in file abstract.php, method KModelAbstract::set()
    Set the model state properties
setAdapter
in file query.php, method KDatabaseQuery::setAdapter()
    Set the database adapter for this particular KDatabaseQuery object.
setAddress
in file vcard.php, method KViewVcard::setAddress()
    A structured representation of the physical delivery address
setAlias
in file interface.php, method KServiceInterface::setAlias()
    Set an alias for an identifier
setAlias
in file service.php, method KService::setAlias()
    Set an alias for an identifier
setApplication
in file identifier.php, method KServiceIdentifier::setApplication()
    Set an application path
setBirthday
in file vcard.php, method KViewVcard::setBirthday()
    Date of birth of the individual
setCachePrefix
in file registry.php, method KLoaderRegistry::setCachePrefix()
    Set the cache prefix
setCachePrefix
in file registry.php, method KServiceIdentifierRegistry::setCachePrefix()
    Set the cache prefix
setCharList
in file trim.php, method KFilterTrim::setCharList()
    Sets the charList option
setColumn
in file abstract.php, method KDatabaseRowsetAbstract::setColumn()
    Set the value of all the columns
setCommandChain
in file command.php, method KMixinCommand::setCommandChain()
    Set the chain of command object
setConfig
in file interface.php, method KServiceInterface::setConfig()
    Set the configuration options for an identifier
setConfig
in file service.php, method KService::setConfig()
    Set the configuration options for an identifier
setConnection
in file mysqli.php, method KDatabaseAdapterMysqli::setConnection()
    Set the connection
setConnection
in file abstract.php, method KDatabaseAdapterAbstract::setConnection()
    Set the connection
setConnection
in file interface.php, method KDatabaseAdapterInterface::setConnection()
    Set the connection
setController
in file abstract.php, method KDispatcherAbstract::setController()
    Method to set a controller object attached to the dispatcher
setData
in file state.php, method KConfigState::setData()
    Set the state data
setData
in file abstract.php, method KDatabaseRowsetAbstract::setData()
    Set the rowset data based on a named array/hash
setData
in file abstract.php, method KDatabaseRowAbstract::setData()
    Set the row data
setData
in file interface.php, method KDatabaseRowsetInterface::setData()
    Set the rowset data based on a named array/hash
setData
in file interface.php, method KDatabaseRowInterface::setData()
    Set the row data
setDatabase
in file abstract.php, method KDatabaseTableAbstract::setDatabase()
    Set the database adapter
setDatabase
in file abstract.php, method KDatabaseAdapterAbstract::setDatabase()
    Set the database name
setDatabase
in file mysqli.php, method KDatabaseAdapterMysqli::setDatabase()
    Set the database name
setDate
in file date.php, method KDate::setDate()
    Set the fields of a Date object based on the input date and format
setDispatcher
in file event.php, method KEvent::setDispatcher()
    Stores the EventDispatcher that dispatches this Event
setEmail
in file vcard.php, method KViewVcard::setEmail()
    The address for electronic mail communication
setError
in file context.php, method KCommandContext::setError()
    Set the error
setEscape
in file template.php, method KViewTemplate::setEscape()
    Sets the _escape() callback.
setEventDispatcher
in file event.php, method KMixinEvent::setEventDispatcher()
    Set the chain of command object
setEventPriority
in file dispatcher.php, method KEventDispatcher::setEventPriority()
    Set the priority of an event
setFormattedName
in file vcard.php, method KViewVcard::setFormattedName()
    The formatted name string
setIcon
in file abstract.php, method KControllerToolbarAbstract::setIcon()
    Set the toolbar's icon
setIcon
in file interface.php, method KControllerToolbarInterface::setIcon()
    Set the toolbar's icon
setLabel
in file vcard.php, method KViewVcard::setLabel()
    Addressing label for physical delivery to the person/object
setLayout
in file abstract.php, method KViewAbstract::setLayout()
    Sets the layout name to use
setLayout
in file template.php, method KViewTemplate::setLayout()
    Sets the layout name
setMixer
in file abstract.php, method KMixinAbstract::setMixer()
    Set the mixer object
setMixer
in file interface.php, method KMixinInterface::setMixer()
    Set the mixer object
setModel
in file abstract.php, method KViewAbstract::setModel()
    Method to set a model object attached to the view
setModel
in file resource.php, method KControllerResource::setModel()
    Method to set a model object attached to the controller
setName
in file event.php, method KEvent::setName()
    Set the event name
setName
in file vcard.php, method KViewVcard::setName()
    A structured representation of the name of the person, place or thing
setNote
in file vcard.php, method KViewVcard::setNote()
    Specifies supplemental information or a comment that is associated with the vCard
setObject
in file decorator.php, method KObjectDecorator::setObject()
    Set the decorated object
setOrg
in file vcard.php, method KViewVcard::setOrg()
    The name and optionally the unit(s) of the organization
setPath
in file url.php, method KHttpUrl::setPath()
    Sets the KHttpUrl::$path array and $format from a string.
setPhoneNumber
in file vcard.php, method KViewVcard::setPhoneNumber()
    The canonical number string for a telephone number for telephony communication
setPhoto
in file vcard.php, method KViewVcard::setPhoto()
    An image or photograph of the individual associated with the vCard
setPriority
in file chain.php, method KCommandChain::setPriority()
    Set the priority of a command
setPriority
in file queue.php, method KObjectQueue::setPriority()
    Set the priority of an object in the queue
setPublisher
in file event.php, method KEvent::setPublisher()
    Set the event publisher
setQuery
in file url.php, method KHttpUrl::setQuery()
    Sets the query string in the url, for KHttpUrl::getQuery() and KHttpUrl::$query.
setReadOnly
in file executable.php, method KControllerBehaviorExecutable::setReadOnly()
    Set the readonly state of the behavior
setRedirect
in file resource.php, method KControllerResource::setRedirect()
    Set a URL for browser redirection.
setReferrer
in file editable.php, method KControllerBehaviorEditable::setReferrer()
    Set the referrer
setRequest
in file abstract.php, method KControllerAbstract::setRequest()
    Set the request information
setRole
in file vcard.php, method KViewVcard::setRole()
    The role, occupation, or business category within an organization (eg. Executive)
setStatus
in file abstract.php, method KDatabaseRowAbstract::setStatus()
    Set the status
setStatusMessage
in file abstract.php, method KDatabaseRowAbstract::setStatusMessage()
    Set the status message
setSubject
in file context.php, method KCommandContext::setSubject()
    Set the command subject
setTable
in file table.php, method KModelTable::setTable()
    Method to set a table object attached to the model
setTable
in file table.php, method KDatabaseRowsetTable::setTable()
    Method to set a table object attached to the rowset
setTable
in file table.php, method KDatabaseRowTable::setTable()
    Method to set a table object attached to the rowset
setTablePrefix
in file abstract.php, method KDatabaseAdapterAbstract::setTablePrefix()
    Set the table prefix
setTablePrefix
in file interface.php, method KDatabaseAdapterInterface::setTablePrefix()
    Set the table prefix
setTemplate
in file template.php, method KViewTemplate::setTemplate()
    Method to set a template object attached to the view
setTitle
in file vcard.php, method KViewVcard::setTitle()
    Specifies the job title, functional position or function of the individual within an organization (V. P. Research and Development)
setTitle
in file abstract.php, method KControllerToolbarAbstract::setTitle()
    Set the toolbar's title
setTitle
in file interface.php, method KControllerToolbarInterface::setTitle()
    Set the toolbar's title
settype
in file array.php, method KHelperArray::settype()
    Typecast each element of the array. Recursive (optional)
setURL
in file vcard.php, method KViewVcard::setURL()
    An URL is a representation of an Internet location that can be used to obtain real-time information
setUrl
in file url.php, method KHttpUrl::setUrl()
    Set the url
setView
in file service.php, method KControllerService::setView()
    Method to set a view object attached to the controller
setView
in file abstract.php, method KTemplateAbstract::setView()
    Method to set a view object attached to the controller
setView
in file resource.php, method KControllerResource::setView()
    Method to set a view object attached to the controller
show
in file abstract.php, method KDatabaseAdapterAbstract::show()
    Preforms a show query
show
in file interface.php, method KDatabaseAdapterInterface::show()
    Preforms a show query
singularize
in file inflector.php, method KInflector::singularize()
    Plural English word to singular.
script.php
procedural page script.php
style.php
procedural page style.php
sort
in file grid.php, method KTemplateHelperGrid::sort()
    Render a sorting header
startPane
in file tabs.php, method KTemplateHelperTabs::startPane()
    Creates a pane and creates the javascript object for it
startPane
in file accordion.php, method KTemplateHelperAccordion::startPane()
    Creates a pane and creates the javascript object for it
startPanel
in file accordion.php, method KTemplateHelperAccordion::startPanel()
    Creates a tab panel with title and starts that panel
startPanel
in file tabs.php, method KTemplateHelperTabs::startPanel()
    Creates a tab panel with title and starts that panel
STATUS_CREATED
in file database.php, class constant KDatabase::STATUS_CREATED
STATUS_DELETED
in file database.php, class constant KDatabase::STATUS_DELETED
STATUS_FAILED
in file database.php, class constant KDatabase::STATUS_FAILED
STATUS_LOADED
in file database.php, class constant KDatabase::STATUS_LOADED
    Row states
STATUS_UPDATED
in file database.php, class constant KDatabase::STATUS_UPDATED
stopPropagation
in file event.php, method KEvent::stopPropagation()
    Stops the propagation of the event to further event listeners.
strcasecmp
in file string.php, method KHelperString::strcasecmp()
    UTF-8 aware alternative to strcasecmp
strcspn
in file string.php, method KHelperString::strcspn()
    UTF-8 aware alternative to strcspn Find length of initial segment not matching mask
stream_cast
in file stream.php, method KTemplateStream::stream_cast()
    Signal that stream_select is not supported by returning false
stream_close
in file stream.php, method KTemplateStream::stream_close()
    Close the stream
stream_eof
in file stream.php, method KTemplateStream::stream_eof()
    Tells if we are at the end of the stream.
stream_flush
in file stream.php, method KTemplateStream::stream_flush()
    Flushes the output
stream_open
in file stream.php, method KTemplateStream::stream_open()
    Opens the template file and converts markup.
stream_read
in file stream.php, method KTemplateStream::stream_read()
    Reads from the stream.
stream_seek
in file stream.php, method KTemplateStream::stream_seek()
    Seek to a specific point in the stream.
stream_stat
in file stream.php, method KTemplateStream::stream_stat()
    Stream statistics.
stream_tell
in file stream.php, method KTemplateStream::stream_tell()
    Tells the current position in the stream.
stristr
in file string.php, method KHelperString::stristr()
    UTF-8 aware alternative to stristr
strlen
in file string.php, method KHelperString::strlen()
    UTF-8 aware alternative to strlen
strpos
in file string.php, method KHelperString::strpos()
    UTF-8 aware alternative to strpos
strrev
in file string.php, method KHelperString::strrev()
    UTF-8 aware alternative to strrev
strrpos
in file string.php, method KHelperString::strrpos()
    UTF-8 aware alternative to strrpos
strspn
in file string.php, method KHelperString::strspn()
    UTF-8 aware alternative to strspn
strtolower
in file string.php, method KHelperString::strtolower()
    UTF-8 aware alternative to strtlower
strtoupper
in file string.php, method KHelperString::strtoupper()
    UTF-8 aware alternative to strtoupper
str_ireplace
in file string.php, method KHelperString::str_ireplace()
    UTF-8 aware alternative to str_ireplace
str_split
in file string.php, method KHelperString::str_split()
    UTF-8 aware alternative to str_split
substr
in file string.php, method KHelperString::substr()
    UTF-8 aware alternative to substr
substr_replace
in file string.php, method KHelperString::substr_replace()
    UTF-8 aware substr_replace
top

t

$type
in file table.php, variable KDatabaseSchemaTable::$type
    Table type
$type
in file column.php, variable KDatabaseSchemaColumn::$type
    Column type
toolbar.php
procedural page toolbar.php
toolbar.php
procedural page toolbar.php
toolbar.php
procedural page toolbar.php
table.php
procedural page table.php
table.php
procedural page table.php
table.php
procedural page table.php
tidy.php
procedural page tidy.php
time.php
procedural page time.php
timestamp.php
procedural page timestamp.php
trim.php
procedural page trim.php
toolbar.php
procedural page toolbar.php
table.php
procedural page table.php
template.php
procedural page template.php
tabs.php
procedural page tabs.php
template.php
procedural page template.php
tableize
in file inflector.php, method KInflector::tableize()
    Converts a class name to its table name according to Koowa naming conventions.
TEMPORARY_REDIRECT
in file response.php, class constant KHttpResponse::TEMPORARY_REDIRECT
title
in file toolbar.php, method ComDefaultTemplateHelperToolbar::title()
    Render the toolbar title
toArray
in file state.php, method KConfigState::toArray()
    Return an associative array of the states.
toArray
in file set.php, method KObjectSet::toArray()
    Return an associative array of the data.
toArray
in file interface.php, method KConfigInterface::toArray()
    Return an associative array of the config data.
toArray
in file config.php, method KConfig::toArray()
    Return an associative array of the config data.
toArray
in file array.php, method KObjectArray::toArray()
    Return an associative array of the data
toArray
in file abstract.php, method KDatabaseRowsetAbstract::toArray()
    Return an associative array of the data.
toDays
in file date.php, method KDate::toDays()
    Converts a date to number of days since a distant unspecified epoch
toJson
in file interface.php, method KConfigInterface::toJson()
    Returns a string with the encapsulated data in JSON format
toJson
in file config.php, method KConfig::toJson()
    Returns a string with the encapsulated data in JSON format
token
in file request.php, method KRequest::token()
    Return the request token
tooltip
in file behavior.php, method KTemplateHelperBehavior::tooltip()
    Render a tooltip
top
in file queue.php, method KObjectQueue::top()
    Return the object from the top of the queue
top
in file stack.php, method KObjectStack::top()
    Peeks at the element from the end of the stack
top
in file set.php, method KObjectSet::top()
    Return the first object in the set
toString
in file array.php, method KHelperArray::toString()
    Utility function to map an array to a string
transcode
in file string.php, method KHelperString::transcode()
    Transcode a string.
trim
in file string.php, method KHelperString::trim()
    UTF-8 aware replacement for trim()
type
in file request.php, method KRequest::type()
    Return the current request transport type.
top

u

$unique
in file column.php, variable KDatabaseSchemaColumn::$unique
    Is the column unqiue
$user
in file url.php, variable KHttpUrl::$user
    The username, if any.
url.php
procedural page url.php
url.php
procedural page url.php
ucfirst
in file string.php, method KHelperString::ucfirst()
    UTF-8 aware alternative to ucfirst
ucwords
in file string.php, method KHelperString::ucwords()
    UTF-8 aware alternative to ucwords
ucwords_callback
in file string.php, method KHelperString::ucwords_callback()
    Callback function for preg_replace_callback call in utf8_ucwords
UNAUTHORIZED
in file response.php, class constant KHttpResponse::UNAUTHORIZED
unbox
in file interface.php, method KConfigInterface::unbox()
    Return the data
unbox
in file config.php, method KConfig::unbox()
    Return the data
underscore
in file inflector.php, method KInflector::underscore()
    Converts a word "into_it_s_underscored_version"
unlock
in file abstract.php, method KDatabaseTableAbstract::unlock()
    Unlock the table.
unlock
in file lockable.php, method KDatabaseBehaviorLockable::unlock()
    Unlock a row
unlockReferrer
in file editable.php, method KControllerBehaviorEditable::unlockReferrer()
    Unlock the referrer for updates
unlockResource
in file editable.php, method KControllerBehaviorEditable::unlockResource()
    Unlock callback
unlockTable
in file mysqli.php, method KDatabaseAdapterMysqli::unlockTable()
    Unlock a table.
unlockTable
in file interface.php, method KDatabaseAdapterInterface::unlockTable()
    Unlock a table.
unregisterCallback
in file callback.php, method KMixinCallback::unregisterCallback()
    Unregister a callback function
unserialize
in file identifier.php, method KServiceIdentifier::unserialize()
    Unserialize the identifier
unserialize
in file array.php, method KObjectArray::unserialize()
    Unserialize
unserialize
in file set.php, method KObjectSet::unserialize()
    Unserializes a set from its string representation
unsetReferrer
in file editable.php, method KControllerBehaviorEditable::unsetReferrer()
    Unset the referrer
UNSUPPORTED_MEDIA_TYPE
in file response.php, class constant KHttpResponse::UNSUPPORTED_MEDIA_TYPE
update
in file interface.php, method KDatabaseAdapterInterface::update()
    Updates a table with specified data based on a WHERE clause
update
in file abstract.php, method KDatabaseTableAbstract::update()
    Table update method
update
in file abstract.php, method KDatabaseAdapterAbstract::update()
    Updates a table with specified data based on a WHERE clause
url
in file request.php, method KRequest::url()
    Return the URI of the request regardless of the server
url_stat
in file stream.php, method KTemplateStream::url_stat()
    Url statistics.
USER
in file url.php, class constant KHttpUrl::USER
USE_PROXY
in file response.php, class constant KHttpResponse::USE_PROXY
top

v

variable.php
procedural page variable.php
vcard.php
procedural page vcard.php
valid
in file set.php, method KObjectSet::valid()
    Checks if current position is valid
valid
in file string.php, method KHelperString::valid()
    Tests a string as to whether it's valid UTF-8 and supported by the Unicode standard
valid
in file queue.php, method KObjectQueue::valid()
    Check whether the queue contains more object
validate
in file interface.php, method KFilterInterface::validate()
    Validate a value or data collection
validate
in file abstract.php, method KFilterAbstract::validate()
    Validate a variable or data collection
validator
in file behavior.php, method KTemplateHelperBehavior::validator()
    Loads the Forms.Validator class and connects it to Koowa.Controller
variablize
in file inflector.php, method KInflector::variablize()
    Returns camelBacked version of a string.
verbalize
in file inflector.php, method KInflector::verbalize()
    Present English verb conjugated to preterite participle.
VERSION
in file koowa.php, class constant Koowa::VERSION
    Koowa version
VERSION_NOT_SUPPORTED
in file response.php, class constant KHttpResponse::VERSION_NOT_SUPPORTED
top

w

$where
in file query.php, variable KDatabaseQuery::$where
    The where element
word.php
procedural page word.php
write.php
procedural page write.php
where
in file query.php, method KDatabaseQuery::where()
    Built the where clause of the query
write
in file script.php, method KTemplateFilterScript::write()
    Find any <script src="" /> or <script></script> elements and render them
write
in file style.php, method KTemplateFilterStyle::write()
    Find any <style src"" /> or <style></style> elements and render them
write
in file write.php, method KTemplateFilterWrite::write()
    Parse the text and filter it
write
in file module.php, method ComDefaultTemplateFilterModule::write()
    Find any <module></module> elements and inject them into the JDocument object
write
in file chrome.php, method ModDefaultTemplateFilterChrome::write()
    Render the module chrome
write
in file chrome.php, method ModDefaultTemplateFilterChrome::write()
    Render the module chrome
write
in file chrome.php, method ComDefaultTemplateFilterChrome::write()
    Apply module chrome to the template output
write
in file form.php, method KTemplateFilterForm::write()
    Add unique token field
write
in file link.php, method KTemplateFilterLink::write()
    Find any <link /> elements and render them
write
in file alias.php, method KTemplateFilterAlias::write()
    Convert the alias
top

y

$year
in file date.php, variable KDate::$year
    The year
year
in file date.php, method KDate::year()
    Set the year field of the date object
top

_

$_accept
in file request.php, variable KRequest::$_accept
    The request accepts information
$_actions
in file abstract.php, variable KControllerAbstract::$_actions
    The class actions
$_action_map
in file abstract.php, variable KControllerAbstract::$_action_map
    Array of class methods to call for a given action.
$_adapter
in file query.php, variable KDatabaseQuery::$_adapter
    Database connector
$_adapters
in file loader.php, variable KLoader::$_adapters
    Adapter list
$_affected_rows
in file abstract.php, variable KDatabaseAdapterAbstract::$_affected_rows
    The affected row count
$_aliases
in file service.php, variable KService::$_aliases
    The identifier aliases
$_alias_read
in file alias.php, variable KTemplateFilterAlias::$_alias_read
    The alias read map
$_alias_write
in file alias.php, variable KTemplateFilterAlias::$_alias_write
    The alias write map
$_application
in file identifier.php, variable KServiceIdentifier::$_application
    The application name
$_applications
in file identifier.php, variable KServiceIdentifier::$_applications
    An associative array of application paths
$_attrArray
in file html.php, variable KFilterHtml::$_attrArray
    List of user-defined attributes
$_attrBlacklist
in file html.php, variable KFilterHtml::$_attrBlacklist
$_attribs
in file chrome.php, variable ComDefaultTemplateFilterChrome::$_attribs
    The module attribs
$_attrMethod
in file html.php, variable KFilterHtml::$_attrMethod
    If false, use whiteList method, if true use blackList method
$_auto_assign
in file template.php, variable KViewTemplate::$_auto_assign
    Auto assign
$_auto_generate
in file identifiable.php, variable KDatabaseBehaviorIdentifiable::$_auto_generate
    Set to true if uuid should be autogenerated on select if it doesn't exist.
$_auto_mixin
in file behavior.php, variable KMixinBehavior::$_auto_mixin
    Auto mixin behaviors
$_base
in file abstract.php, variable KDatabaseTableAbstract::$_base
    Base name of the table in the db schema
$_base
in file request.php, variable KRequest::$_base
    Base path of the request.
$_basepath
in file identifier.php, variable KServiceIdentifier::$_basepath
    The base path
$_basepath
in file abstract.php, variable KLoaderAdapterAbstract::$_basepath
    The basepath
$_baseurl
in file abstract.php, variable KViewAbstract::$_baseurl
    The uniform resource locator
$_behaviors
in file behavior.php, variable KMixinBehavior::$_behaviors
    List of behaviors
$_break_condition
in file chain.php, variable KCommandChain::$_break_condition
    The chain's break condition
$_cache
in file abstract.php, variable ComDefaultTemplateAbstract::$_cache
    The cache object
$_cache
in file mysqli.php, variable ComDefaultDatabaseAdapterMysqli::$_cache
    The cache object
$_cache
in file registry.php, variable KServiceIdentifierRegistry::$_cache
    Cache
$_cache
in file registry.php, variable KLoaderRegistry::$_cache
    Cache
$_cache
in file inflector.php, variable KInflector::$_cache
    Cache of pluralized, singularized and verbalized nouns.
$_cache_prefix
in file registry.php, variable KLoaderRegistry::$_cache_prefix
    Cache Prefix
$_cache_prefix
in file registry.php, variable KServiceIdentifierRegistry::$_cache_prefix
    Cache Prefix
$_callbacks
in file callback.php, variable KMixinCallback::$_callbacks
    Array of callbacks
$_chain
in file abstract.php, variable KFilterAbstract::$_chain
    The filter chain
$_charList
in file trim.php, variable KFilterTrim::$_charList
    List of characters provided to the trim() function
$_class
in file chrome.php, variable ComDefaultTemplateFilterChrome::$_class
    The module class
$_classname
in file identifier.php, variable KServiceIdentifier::$_classname
    The classname
$_column
in file abstract.php, variable KModelAbstract::$_column
    Model column data
$_columns
in file sluggable.php, variable KDatabaseBehaviorSluggable::$_columns
    The column name from where to generate the slug, or a set of column names to concatenate for generating the slug. Default is 'title'.
$_column_map
in file abstract.php, variable KDatabaseTableAbstract::$_column_map
    Array of column mappings by column name
$_commands
in file abstract.php, variable KControllerToolbarAbstract::$_commands
    The commands
$_command_chain
in file command.php, variable KMixinCommand::$_command_chain
    Chain of command object
$_config
in file tidy.php, variable KFilterTidy::$_config
    The tidy configuration
$_configs
in file service.php, variable KService::$_configs
    The configs
$_connected
in file abstract.php, variable KDatabaseAdapterAbstract::$_connected
    Active state of the connection
$_connection
in file abstract.php, variable KDatabaseAdapterAbstract::$_connection
    The database connection resource
$_content
in file request.php, variable KRequest::$_content
    The raw post or put content information
$_contents
in file abstract.php, variable KTemplateAbstract::$_contents
    The template contents
$_context
in file chain.php, variable KCommandChain::$_context
    The command context object
$_controller
in file abstract.php, variable KDispatcherAbstract::$_controller
    Controller object or identifier (com://APP/COMPONENT.controller.NAME)
$_controller
in file abstract.php, variable KControllerToolbarAbstract::$_controller
    Controller object
$_data
in file config.php, variable KConfig::$_data
    The data container
$_data
in file array.php, variable KObjectArray::$_data
    The data for each key in the array (key => value).
$_data
in file stream.php, variable KTemplateStream::$_data
    Template data
$_data
in file template.php, variable KViewTemplate::$_data
    The assigned data
$_data
in file abstract.php, variable KTemplateAbstract::$_data
    The template data
$_database
in file abstract.php, variable KDatabaseTableAbstract::$_database
    Database adapter
$_database
in file mysqli.php, variable KDatabaseAdapterMysqli::$_database
    The database name of the active connection
$_defaults
in file abstract.php, variable KDatabaseTableAbstract::$_defaults
    Default values for this table
$_dispatched
in file abstract.php, variable KControllerAbstract::$_dispatched
    Has the controller been dispatched
$_dispatcher
in file event.php, variable KCommandEvent::$_dispatcher
    The event dispatcher object
$_dispatcher
in file event.php, variable KEvent::$_dispatcher
    Dispatcher that dispatched this event
$_enabled
in file chain.php, variable KCommandChain::$_enabled
    Enabled status of the chain
$_encode_path
in file url.php, variable KHttpUrl::$_encode_path
    Url-encode only these characters in path elements.
$_encoding
in file tidy.php, variable KFilterTidy::$_encoding
    The input/output encoding
$_error
in file context.php, variable KCommandContext::$_error
    Error
$_errors
in file abstract.php, variable KTemplateAbstract::$_errors
    Template errors
$_escape
in file template.php, variable KViewTemplate::$_escape
    Callback for escaping.
$_event
in file dispatcher.php, variable KEventDispatcher::$_event
    The event object
$_event_dispatcher
in file event.php, variable KMixinEvent::$_event_dispatcher
    Event dispatcher object
$_event_subscribers
in file event.php, variable KMixinEvent::$_event_subscribers
    List of event subscribers
$_filepath
in file identifier.php, variable KServiceIdentifier::$_filepath
    The file path
$_filter
in file column.php, variable KDatabaseSchemaColumn::$_filter
    Filter object
$_filters
in file abstract.php, variable KTemplateAbstract::$_filters
    The set of template filters for templates
$_icon
in file abstract.php, variable KControllerToolbarAbstract::$_icon
    The toolbar icon
$_identifier
in file identifier.php, variable KServiceIdentifier::$_identifier
    The identifier
$_identifiers
in file service.php, variable KService::$_identifiers
    The identifier registry
$_identity_column
in file abstract.php, variable KDatabaseTableAbstract::$_identity_column
    Name of the identity column in the table
$_identity_column
in file abstract.php, variable KDatabaseRowsetAbstract::$_identity_column
    Name of the identity column in the rowset
$_identity_column
in file abstract.php, variable KDatabaseRowAbstract::$_identity_column
    Name of the identity column in the rowset
$_insert_id
in file abstract.php, variable KDatabaseAdapterAbstract::$_insert_id
    Last auto-generated insert_id
$_item
in file abstract.php, variable KModelAbstract::$_item
    Model item data
$_layout
in file abstract.php, variable KViewAbstract::$_layout
    Layout name
$_length
in file slug.php, variable KFilterSlug::$_length
    Maximum length the generated slug can have. If this is null the length of the slug column will be used.
$_length
in file sluggable.php, variable KDatabaseBehaviorSluggable::$_length
    Maximum length the generated slug can have. If this is null the length of the slug column will be used. Default is NULL.
$_lifetime
in file lockable.php, variable KDatabaseBehaviorLockable::$_lifetime
    The lock lifetime
$_limit
in file default.php, variable ComDefaultControllerDefault::$_limit
    The limit information
$_list
in file abstract.php, variable KModelAbstract::$_list
    Model list data
$_listeners
in file dispatcher.php, variable KEventDispatcher::$_listeners
    List of event listeners
$_loaded
in file behavior.php, variable KTemplateHelperBehavior::$_loaded
    Array which holds a list of loaded javascript libraries
$_locators
in file identifier.php, variable KServiceIdentifier::$_locators
    Associative array of identifier adapters
$_mediaurl
in file template.php, variable KViewTemplate::$_mediaurl
    The uniform resource locator
$_mixed_methods
in file object.php, variable KObject::$_mixed_methods
    Mixed in methods
$_mixer
in file abstract.php, variable KMixinAbstract::$_mixer
    The object doing the mixin
$_mixins
in file service.php, variable KService::$_mixins
    The mixins
$_model
in file abstract.php, variable KViewAbstract::$_model
    Model identifier (com://APP/COMPONENT.model.NAME)
$_model
in file resource.php, variable KControllerResource::$_model
    Model object or identifier (com://APP/COMPONENT.model.NAME)
$_modified
in file abstract.php, variable KDatabaseRowAbstract::$_modified
    Tracks columns where data has been updated. Allows more specific save operations.
$_name
in file identifier.php, variable KServiceIdentifier::$_name
    The identifier object name
$_name
in file command.php, variable KControllerToolbarCommand::$_name
    The command name
$_name
in file event.php, variable KEvent::$_name
    The event name
$_name
in file abstract.php, variable KDatabaseTableAbstract::$_name
    Real name of the table in the db schema
$_name_quote
in file mysqli.php, variable KDatabaseAdapterMysqli::$_name_quote
    Quote for named objects
$_name_quote
in file abstract.php, variable KDatabaseAdapterAbstract::$_name_quote
    Quote for named objects
$_new
in file abstract.php, variable KDatabaseRowAbstract::$_new
    Tracks if row data is new
$_object
in file decorator.php, variable KObjectDecorator::$_object
    The decorated object
$_object_list
in file queue.php, variable KObjectQueue::$_object_list
    Object list
$_object_set
in file set.php, variable KObjectSet::$_object_set
    Object set
$_object_stack
in file stack.php, variable KObjectStack::$_object_stack
    The object container
$_options
in file abstract.php, variable KDatabaseAdapterAbstract::$_options
    The connection options
$_output
in file cacheable.php, variable ComDefaultControllerBehaviorCacheable::$_output
    The cached state of the resource
$_package
in file identifier.php, variable KServiceIdentifier::$_package
    The identifier package
$_padding
in file json.php, variable KViewJson::$_padding
    The padding for JSONP
$_params
in file callback.php, variable KMixinCallback::$_params
    Config passed to the callbacks
$_params
in file default.php, variable PlgKoowaDefault::$_params
    A JRegistry object holding the parameters for the plugin
$_path
in file koowa.php, variable Koowa::$_path
    Path to Koowa libraries
$_path
in file identifier.php, variable KServiceIdentifier::$_path
    The identifier path
$_path
in file abstract.php, variable KTemplateAbstract::$_path
    The template path
$_path
in file stream.php, variable KTemplateStream::$_path
    Template path
$_pos
in file stream.php, variable KTemplateStream::$_pos
    Current stream position.
$_prefix
in file query.php, variable KDatabaseQuery::$_prefix
    Table prefix
$_prefix
in file component.php, variable KLoaderAdapterComponent::$_prefix
    The class prefix
$_prefix
in file koowa.php, variable KLoaderAdapterKoowa::$_prefix
    The class prefix
$_prefix
in file plugin.php, variable KLoaderAdapterPlugin::$_prefix
    The class prefix
$_prefix
in file abstract.php, variable KLoaderAdapterAbstract::$_prefix
    The class prefiex
$_prefix
in file module.php, variable KLoaderAdapterModule::$_prefix
    The class prefix
$_prefix_map
in file loader.php, variable KLoader::$_prefix_map
    Prefix map
$_previous
in file exception.php, variable KException::$_previous
    Previous exception if nested exception
$_priority
in file command.php, variable KCommand::$_priority
    The command priority
$_priority
in file callback.php, variable KMixinCallback::$_priority
    The command priority
$_priority
in file abstract.php, variable KTemplateFilterAbstract::$_priority
    The behavior priority
$_priority
in file abstract.php, variable KEventSubscriberAbstract::$_priority
    The event priority
$_priority
in file abstract.php, variable KBehaviorAbstract::$_priority
    The behavior priority
$_priority_list
in file queue.php, variable KObjectQueue::$_priority_list
    Priority list
$_propagate
in file event.php, variable KEvent::$_propagate
    The propagation state of the event
$_properties
in file vcard.php, variable KViewVcard::$_properties
    The Vcard properties
$_publisher
in file event.php, variable KEvent::$_publisher
    Publsiher that published this event
$_query
in file url.php, variable KHttpUrl::$_query
    The query portion (for example baz=dib)
$_readonly
in file executable.php, variable KControllerBehaviorExecutable::$_readonly
    The read-only state of the behavior
$_redirect
in file resource.php, variable KControllerResource::$_redirect
    URL for redirection.
$_redirect_message
in file resource.php, variable KControllerResource::$_redirect_message
    Redirect message.
$_redirect_type
in file resource.php, variable KControllerResource::$_redirect_type
    Redirect message type.
$_referrer
in file request.php, variable KRequest::$_referrer
    Referrer of the request
$_registry
in file loader.php, variable KLoader::$_registry
    The file container
$_request
in file abstract.php, variable KControllerAbstract::$_request
    The request information
$_root
in file request.php, variable KRequest::$_root
    Root path of the request.
$_row_cloning
in file abstract.php, variable KDatabaseRowsetAbstract::$_row_cloning
    Clone row object when adding data
$_rules
in file inflector.php, variable KInflector::$_rules
    Rules for pluralizing and singularizing of nouns.
$_separator
in file sluggable.php, variable KDatabaseBehaviorSluggable::$_separator
    Separator character / string to use for replacing non alphabetic characters in generated slug. Default is '-'.
$_separator
in file slug.php, variable KFilterSlug::$_separator
    Separator character / string to use for replacing non alphabetic characters in generated slug
$_services
in file service.php, variable KService::$_services
    The services
$_stack
in file abstract.php, variable KTemplateAbstract::$_stack
    The template stack object
$_stack
in file chain.php, variable KCommandChain::$_stack
    The chain stack
$_stat
in file stream.php, variable KTemplateStream::$_stat
    Stream stats.
$_state
in file abstract.php, variable KModelAbstract::$_state
    A state object
$_status
in file abstract.php, variable KDatabaseRowAbstract::$_status
    Tracks the status the row
$_status_message
in file abstract.php, variable KDatabaseRowAbstract::$_status_message
    The status message
$_styles
in file chrome.php, variable ComDefaultTemplateFilterChrome::$_styles
    The module styles
$_subject
in file context.php, variable KCommandContext::$_subject
    The command subject
$_subscribers
in file dispatcher.php, variable KEventDispatcher::$_subscribers
    List of event subscribers
$_table
in file table.php, variable KModelTable::$_table
    Table object or identifier (APP::com.COMPONENT.table.TABLENAME)
$_table
in file table.php, variable KDatabaseRowTable::$_table
    Table object or identifier (com://APP/COMPONENT.table.NAME)
$_table
in file table.php, variable KDatabaseRowsetTable::$_table
    Table object or identifier (com://APP/COMPONENT.table.NAME)
$_table_needle
in file abstract.php, variable KDatabaseAdapterAbstract::$_table_needle
    The table needle
$_table_prefix
in file abstract.php, variable KDatabaseAdapterAbstract::$_table_prefix
    The table prefix
$_table_schema
in file abstract.php, variable KDatabaseAdapterAbstract::$_table_schema
    Schema cache
$_tagBlacklist
in file html.php, variable KFilterHtml::$_tagBlacklist
$_tagsArray
in file html.php, variable KFilterHtml::$_tagsArray
    List of user-defined tags
$_tagsMethod
in file html.php, variable KFilterHtml::$_tagsMethod
    If false, use whiteList method, if true use blackList method
$_template
in file abstract.php, variable KTemplateFilterAbstract::$_template
    Template object
$_template
in file abstract.php, variable KTemplateHelperAbstract::$_template
    Template object
$_template
in file template.php, variable KViewTemplate::$_template
    Template identifier (com://APP/COMPONENT.template.NAME)
$_tidy
in file tidy.php, variable KFilterTidy::$_tidy
    A tidy object
$_title
in file chrome.php, variable ComDefaultTemplateFilterChrome::$_title
    The module title
$_title
in file abstract.php, variable KControllerToolbarAbstract::$_title
    The toolbar title
$_token_name
in file form.php, variable KTemplateFilterForm::$_token_name
    The form token name
$_token_value
in file form.php, variable KTemplateFilterForm::$_token_value
    The form token value
$_toolbars
in file toolbar.php, variable KMixinToolbar::$_toolbars
    List of toolbars
$_total
in file abstract.php, variable KModelAbstract::$_total
    List total
$_type
in file koowa.php, variable KServiceLocatorKoowa::$_type
    The type
$_type
in file component.php, variable KLoaderAdapterComponent::$_type
    The adapter type
$_type
in file identifier.php, variable KServiceIdentifier::$_type
    The identifier type [com|plg|mod]
$_type
in file abstract.php, variable KServiceLocatorAbstract::$_type
    The type
$_type
in file plugin.php, variable KLoaderAdapterPlugin::$_type
    The adapter type
$_type
in file component.php, variable KServiceLocatorComponent::$_type
    The type
$_type
in file plugin.php, variable KServiceLocatorPlugin::$_type
    The type
$_type
in file module.php, variable KServiceLocatorModule::$_type
    The type
$_type
in file koowa.php, variable KLoaderAdapterKoowa::$_type
    The adapter type
$_type
in file abstract.php, variable KLoaderAdapterAbstract::$_type
    The adapter type
$_type
in file module.php, variable KLoaderAdapterModule::$_type
    The adapter type
$_typemap
in file mysqli.php, variable KDatabaseAdapterMysqli::$_typemap
    Map of native MySQL types to generic types used when reading table column information.
$_unique
in file sluggable.php, variable KDatabaseBehaviorSluggable::$_unique
    Set to true if slugs should be unique. If false and the slug column has a unique index set this will result in an error being throw that needs to be recovered. Default is NULL.
$_updatable
in file sluggable.php, variable KDatabaseBehaviorSluggable::$_updatable
    Set to true if slugs should be re-generated when updating an existing row. Default is true.
$_url
in file request.php, variable KRequest::$_url
    URL of the request regardless of the server
$_view
in file abstract.php, variable KTemplateAbstract::$_view
    View object or identifier (com://APP/COMPONENT.view.NAME.FORMAT)
$_view
in file resource.php, variable KControllerResource::$_view
    View object or identifier (com://APP/COMPONENT.view.NAME.FORMAT)
$_walk
in file abstract.php, variable KFilterAbstract::$_walk
    If the data to be santized or validated if an object or array, walk over each individual property or element. Default TRUE.
$_xssAuto
in file html.php, variable KFilterHtml::$_xssAuto
    If true, only auto clean essentials, if false allow clean blacklisted tags/attr
$__messages
in file response.php, variable KHttpResponse::$__messages
$__methods
in file object.php, variable KObject::$__methods
    Class methods
$__methods
in file abstract.php, variable KMixinAbstract::$__methods
    Class methods
$__methods
in file decorator.php, variable KObjectDecorator::$__methods
    Class methods
$__mixable_methods
in file abstract.php, variable KMixinAbstract::$__mixable_methods
    List of mixable methods
$__service_container
in file object.php, variable KObject::$__service_container
    The service container
$__service_container
in file abstract.php, variable KBehaviorAbstract::$__service_container
    The service container
$__service_identifier
in file abstract.php, variable KBehaviorAbstract::$__service_identifier
    The service identifier
$__service_identifier
in file object.php, variable KObject::$__service_identifier
    The service identifier
$__subscriptions
in file abstract.php, variable KEventSubscriberAbstract::$__subscriptions
    List of subscribed events
_actionAdd
in file service.php, method KControllerService::_actionAdd()
    Generic add action, saves a new item
_actionApply
in file editable.php, method KControllerBehaviorEditable::_actionApply()
    Apply action
_actionBrowse
in file default.php, method ComDefaultControllerDefault::_actionBrowse()
    Browse action
_actionBrowse
in file service.php, method KControllerService::_actionBrowse()
    Generic browse action, fetches a list
_actionCancel
in file editable.php, method KControllerBehaviorEditable::_actionCancel()
    Cancel action
_actionDelete
in file service.php, method KControllerService::_actionDelete()
    Generic delete function
_actionDispatch
in file dispatcher.php, method ComDefaultDispatcher::_actionDispatch()
    Dispatch the controller and redirect
_actionDispatch
in file abstract.php, method KDispatcherAbstract::_actionDispatch()
    Dispatch the controller
_actionEdit
in file service.php, method KControllerService::_actionEdit()
    Generic edit action, saves over an existing item
_actionForward
in file abstract.php, method KDispatcherAbstract::_actionForward()
    Forward after a post request
_actionGet
in file resource.php, method KControllerResource::_actionGet()
    Specialised display function.
_actionGet
in file service.php, method KControllerService::_actionGet()
    Get action
_actionGet
in file default.php, method ComDefaultControllerDefault::_actionGet()
    Display action
_actionGet
in file resource.php, method ComDefaultControllerResource::_actionGet()
    Display action
_actionOptions
in file discoverable.php, method KControllerBehaviorDiscoverable::_actionOptions()
    Get a list of allowed actions
_actionPost
in file service.php, method KControllerService::_actionPost()
    Post action
_actionPut
in file service.php, method KControllerService::_actionPut()
    Put action
_actionRead
in file service.php, method KControllerService::_actionRead()
    Generic read action, fetches an item
_actionRead
in file default.php, method ComDefaultControllerDefault::_actionRead()
    Read action
_actionRender
in file dispatcher.php, method ComDefaultDispatcher::_actionRender()
    Set the mimetype of the document and hide the menu if required
_actionRender
in file abstract.php, method KDispatcherAbstract::_actionRender()
    Push the controller data into the document
_actionSave
in file editable.php, method KControllerBehaviorEditable::_actionSave()
    Save action
_afterControllerAdd
in file cacheable.php, method ComDefaultControllerBehaviorCacheable::_afterControllerAdd()
    Clean the cache
_afterControllerBrowse
in file persistable.php, method KControllerBehaviorPersistable::_afterControllerBrowse()
    Saves the model state in the session
_afterControllerDelete
in file cacheable.php, method ComDefaultControllerBehaviorCacheable::_afterControllerDelete()
    Clean the cache
_afterControllerEdit
in file cacheable.php, method ComDefaultControllerBehaviorCacheable::_afterControllerEdit()
    Clean the cache
_afterControllerGet
in file cacheable.php, method ComDefaultControllerBehaviorCacheable::_afterControllerGet()
    Store the unrendered view data in the cache
_afterControllerRead
in file cacheable.php, method ComDefaultControllerBehaviorCacheable::_afterControllerRead()
    Return the cached data after read
_afterTableDelete
in file orderable.php, method KDatabaseBehaviorOrderable::_afterTableDelete()
    Clean up the ordering after an item was deleted
_afterTableInsert
in file sluggable.php, method KDatabaseBehaviorSluggable::_afterTableInsert()
    Insert a slug
_afterTableSelect
in file identifiable.php, method KDatabaseBehaviorIdentifiable::_afterTableSelect()
    Auto generated the uuid
_arrayToDate
in file timestamp.php, method KFilterTimestamp::_arrayToDate()
    Converts an array of date parts to a string date.
_arrayToString
in file csv.php, method KViewCsv::_arrayToString()
    Render
_arrayToTime
in file timestamp.php, method KFilterTimestamp::_arrayToTime()
    Converts an array of time parts to a string time.
_arrayToTimestamp
in file timestamp.php, method KFilterTimestamp::_arrayToTimestamp()
    Converts an array of timestamp parts to a string timestamp.
_authenticateUser
in file koowa.php, method plgSystemKoowa::_authenticateUser()
    Basic authentication support
_autocomplete
in file listbox.php, method KTemplateHelperListbox::_autocomplete()
    Renders a listbox with autocomplete behavior
_beforeControllerBrowse
in file persistable.php, method KControllerBehaviorPersistable::_beforeControllerBrowse()
    Load the model state from the request
_beforeControllerBrowse
in file cacheable.php, method ComDefaultControllerBehaviorCacheable::_beforeControllerBrowse()
    Return the cached data before browse
_beforeControllerGet
in file cacheable.php, method ComDefaultControllerBehaviorCacheable::_beforeControllerGet()
    Fetch the unrendered view data from the cache
_beforeTableDelete
in file lockable.php, method KDatabaseBehaviorLockable::_beforeTableDelete()
    Checks if a row can be deleted
_beforeTableInsert
in file identifiable.php, method KDatabaseBehaviorIdentifiable::_beforeTableInsert()
    Set uuid information
_beforeTableInsert
in file creatable.php, method KDatabaseBehaviorCreatable::_beforeTableInsert()
    Set created information
_beforeTableInsert
in file orderable.php, method KDatabaseBehaviorOrderable::_beforeTableInsert()
    Saves the row to the database.
_beforeTableUpdate
in file lockable.php, method KDatabaseBehaviorLockable::_beforeTableUpdate()
    Checks if a row can be updated
_beforeTableUpdate
in file modifiable.php, method KDatabaseBehaviorModifiable::_beforeTableUpdate()
    Set modified information
_beforeTableUpdate
in file sluggable.php, method KDatabaseBehaviorSluggable::_beforeTableUpdate()
    Update the slug
_beforeTableUpdate
in file orderable.php, method KDatabaseBehaviorOrderable::_beforeTableUpdate()
    Changes the rows ordering if the virtual order field is set. Order is relative to the row's current position.
_buildQueryColumns
in file table.php, method KModelTable::_buildQueryColumns()
    Builds SELECT columns list for the query
_buildQueryFrom
in file table.php, method KModelTable::_buildQueryFrom()
    Builds FROM tables list for the query
_buildQueryGroup
in file table.php, method KModelTable::_buildQueryGroup()
    Builds a GROUP BY clause for the query
_buildQueryHaving
in file table.php, method KModelTable::_buildQueryHaving()
    Builds a HAVING clause for the query
_buildQueryJoins
in file table.php, method KModelTable::_buildQueryJoins()
    Builds LEFT JOINS clauses for the query
_buildQueryLimit
in file table.php, method KModelTable::_buildQueryLimit()
    Builds LIMIT clause for the query
_buildQueryOrder
in file table.php, method KModelTable::_buildQueryOrder()
    Builds a generic ORDER BY clasue based on the model's state
_buildQueryWhere
in file orderable.php, method KDatabaseBehaviorOrderable::_buildQueryWhere()
    Override to add a custom WHERE clause
_buildQueryWhere
in file table.php, method KModelTable::_buildQueryWhere()
    Builds a WHERE clause for the query
_calendarTranslation
in file behavior.php, method KTemplateHelperBehavior::_calendarTranslation()
    Method to get the internationalisation script/settings for the JavaScript Calendar behavior.
_canonicalizeSlug
in file sluggable.php, method KDatabaseBehaviorSluggable::_canonicalizeSlug()
    Make sure the slug is unique
_checkAttribute
in file html.php, method KFilterHtml::_checkAttribute()
    Function to determine if contents of an attribute is safe
_checkToken
in file executable.php, method ComDefaultControllerBehaviorExecutable::_checkToken()
    Check the token to prevent CSRF exploits
_cleanAttributes
in file html.php, method KFilterHtml::_cleanAttributes()
    Internal method to strip a tag of certain attributes
_cleanTags
in file html.php, method KFilterHtml::_cleanTags()
    Internal method to strip a string of certain tags
_commandDisable
in file default.php, method ComDefaultControllerToolbarDefault::_commandDisable()
    Disable toolbar command
_commandEnable
in file default.php, method ComDefaultControllerToolbarDefault::_commandEnable()
    Enable toolbar command
_commandExport
in file default.php, method ComDefaultControllerToolbarDefault::_commandExport()
    Export toolbar command
_commandModal
in file default.php, method ComDefaultControllerToolbarDefault::_commandModal()
    Modal toolbar command
_createFilter
in file factory.php, method KFilterFactory::_createFilter()
    Create a filter based on it's name
_createFilter
in file sluggable.php, method KDatabaseBehaviorSluggable::_createFilter()
    Create a sluggable filter
_createSlug
in file sluggable.php, method KDatabaseBehaviorSluggable::_createSlug()
    Create the slug
_decode
in file html.php, method KFilterHtml::_decode()
    Try to convert to plaintext
_encode
in file vcard.php, method KViewVcard::_encode()
    Encode
_escape
in file vcard.php, method KViewVcard::_escape()
    Escape
_fetchArray
in file abstract.php, method KDatabaseAdapterAbstract::_fetchArray()
    Fetch the first row of a result set as an associative array
_fetchArray
in file mysqli.php, method KDatabaseAdapterMysqli::_fetchArray()
    Fetch the first row of a result set as an associative array
_fetchArrayList
in file abstract.php, method KDatabaseAdapterAbstract::_fetchArrayList()
    Fetch all result rows of a result set as an array of associative arrays
_fetchArrayList
in file mysqli.php, method KDatabaseAdapterMysqli::_fetchArrayList()
    Fetch all result rows of a result set as an array of associative arrays
_fetchField
in file mysqli.php, method KDatabaseAdapterMysqli::_fetchField()
    Fetch the first field of the first row
_fetchField
in file abstract.php, method KDatabaseAdapterAbstract::_fetchField()
    Fetch the first field of the first row
_fetchFieldList
in file mysqli.php, method KDatabaseAdapterMysqli::_fetchFieldList()
    Fetch an array of single field results
_fetchFieldList
in file abstract.php, method KDatabaseAdapterAbstract::_fetchFieldList()
    Fetch an array of single field results
_fetchObject
in file mysqli.php, method KDatabaseAdapterMysqli::_fetchObject()
    Fetch the first row of a result set as an object
_fetchObject
in file abstract.php, method KDatabaseAdapterAbstract::_fetchObject()
    Fetch the first row of a result set as an object
_fetchObjectList
in file abstract.php, method KDatabaseAdapterAbstract::_fetchObjectList()
    Fetch all rows of a result set as an array of objects
_fetchObjectList
in file mysqli.php, method KDatabaseAdapterMysqli::_fetchObjectList()
    Fetch all rows of a result set as an array of objects
_fetchTableColumns
in file mysqli.php, method KDatabaseAdapterMysqli::_fetchTableColumns()
    Retrieves the column schema information about the given table
_fetchTableIndexes
in file mysqli.php, method KDatabaseAdapterMysqli::_fetchTableIndexes()
    Retrieves the index information about the given table
_fetchTableInfo
in file mysqli.php, method KDatabaseAdapterMysqli::_fetchTableInfo()
    Retrieves the table schema information about the given tables
_getGroup
in file cacheable.php, method ComDefaultControllerBehaviorCacheable::_getGroup()
    Generate a cache group
_getItem
in file json.php, method KViewJson::_getItem()
    Get the item data
_getKey
in file cacheable.php, method ComDefaultControllerBehaviorCacheable::_getKey()
    Generate a cache key
_getList
in file json.php, method KViewJson::_getList()
    Get the list data
_getPrevious
in file exception.php, method KException::_getPrevious()
    Get the previous Exception
_initialize
in file mysqli.php, method KDatabaseAdapterMysqli::_initialize()
    Initializes the options for the object
_initialize
in file toolbar.php, method KMixinToolbar::_initialize()
    Initializes the default configuration for the object
_initialize
in file vcard.php, method KViewVcard::_initialize()
    Initializes the options for the object
_initialize
in file query.php, method KDatabaseQuery::_initialize()
    Initializes the options for the object
_initialize
in file template.php, method KTemplateFilterTemplate::_initialize()
    Initializes the options for the object
_initialize
in file abstract.php, method KDispatcherAbstract::_initialize()
    Initializes the options for the object
_initialize
in file object.php, method KObject::_initialize()
    Initializes the options for the object
_initialize
in file abstract.php, method KTemplateFilterAbstract::_initialize()
    Initializes the options for the object
_initialize
in file json.php, method KViewJson::_initialize()
    Initializes the config for the object
_initialize
in file abstract.php, method KTemplateAbstract::_initialize()
    Initializes the options for the object
_initialize
in file template.php, method KViewTemplate::_initialize()
    Initializes the config for the object
_initialize
in file abstract.php, method KControllerToolbarAbstract::_initialize()
    Initializes the config for the object
_initialize
in file html.php, method KViewHtml::_initialize()
    Initializes the config for the object
_initialize
in file identifiable.php, method KDatabaseBehaviorIdentifiable::_initialize()
    Initializes the options for the object
_initialize
in file abstract.php, method KDatabaseRowsetAbstract::_initialize()
    Initializes the options for the object
_initialize
in file abstract.php, method KControllerAbstract::_initialize()
    Initializes the default configuration for the object
_initialize
in file table.php, method KModelTable::_initialize()
    Initializes the config for the object
_initialize
in file abstract.php, method KDatabaseRowAbstract::_initialize()
    Initializes the options for the object
_initialize
in file abstract.php, method KModelAbstract::_initialize()
    Initializes the options for the object
_initialize
in file modifiable.php, method KDatabaseBehaviorModifiable::_initialize()
    Initializes the options for the object
_initialize
in file date.php, method KDate::_initialize()
    Initializes the options for the object
_initialize
in file module.php, method ComDefaultTemplateFilterModule::_initialize()
    Initializes the options for the object
_initialize
in file csv.php, method KViewCsv::_initialize()
    Initializes the options for the object
_initialize
in file url.php, method KHttpUrl::_initialize()
    Initializes the options for the object
_initialize
in file abstract.php, method KBehaviorAbstract::_initialize()
    Initializes the options for the object
_initialize
in file menubar.php, method ComDefaultTemplateHelperMenubar::_initialize()
    Initializes the options for the object
_initialize
in file lockable.php, method ComDefaultDatabaseBehaviorLockable::_initialize()
    Initializes the options for the object
_initialize
in file abstract.php, method KEventSubscriberAbstract::_initialize()
    Initializes the options for the object
_initialize
in file mysqli.php, method ComDefaultDatabaseAdapterMysqli::_initialize()
    Initializes the options for the object
_initialize
in file default.php, method ComDefaultControllerDefault::_initialize()
    Initializes the default configuration for the object
_initialize
in file default.php, method PlgKoowaDefault::_initialize()
    Initializes the options for the object
_initialize
in file abstract.php, method KMixinAbstract::_initialize()
    Initializes the options for the object
_initialize
in file service.php, method KControllerService::_initialize()
    Initializes the default configuration for the object
_initialize
in file chrome.php, method ModDefaultTemplateFilterChrome::_initialize()
    Initializes the options for the object
_initialize
in file chrome.php, method ModDefaultTemplateFilterChrome::_initialize()
    Initializes the options for the object
_initialize
in file slug.php, method KFilterSlug::_initialize()
    Initializes the options for the object
_initialize
in file chain.php, method KCommandChain::_initialize()
    Initializes the options for the object
_initialize
in file callback.php, method KMixinCallback::_initialize()
    Initializes the options for the object
_initialize
in file behavior.php, method KMixinBehavior::_initialize()
    Initializes the default configuration for the object
_initialize
in file chrome.php, method ComDefaultTemplateFilterChrome::_initialize()
    Initializes the options for the object
_initialize
in file sluggable.php, method KDatabaseBehaviorSluggable::_initialize()
    Initializes the options for the object
_initialize
in file array.php, method KObjectArray::_initialize()
    Initializes the options for the object
_initialize
in file command.php, method KMixinCommand::_initialize()
    Initializes the options for the object
_initialize
in file command.php, method KCommand::_initialize()
    Initializes the options for the object
_initialize
in file style.php, method KTemplateFilterStyle::_initialize()
    Initializes the options for the object
_initialize
in file script.php, method KTemplateFilterScript::_initialize()
    Initializes the options for the object
_initialize
in file executable.php, method KControllerBehaviorExecutable::_initialize()
    Initializes the default configuration for the object
_initialize
in file abstract.php, method KViewAbstract::_initialize()
    Initializes the config for the object
_initialize
in file abstract.php, method KDatabaseTableAbstract::_initialize()
    Initializes the options for the object
_initialize
in file event.php, method KCommandEvent::_initialize()
    Initializes the options for the object
_initialize
in file file.php, method KViewFile::_initialize()
    Initializes the options for the object
_initialize
in file tidy.php, method KFilterTidy::_initialize()
    Initializes the config for the object
_initialize
in file html.php, method ModDefaultHtml::_initialize()
    Initializes the default configuration for the object
_initialize
in file html.php, method ComDefaultViewHtml::_initialize()
    Initializes the configuration for the object
_initialize
in file abstract.php, method KDatabaseAdapterAbstract::_initialize()
    Initializes the options for the object
_initialize
in file form.php, method KTemplateFilterForm::_initialize()
    Initializes the options for the object
_initialize
in file table.php, method KDatabaseRowTable::_initialize()
    Initializes the options for the object
_initialize
in file table.php, method KDatabaseRowsetTable::_initialize()
    Initializes the options for the object
_initialize
in file lockable.php, method KDatabaseBehaviorLockable::_initialize()
    Initializes the options for the object
_initialize
in file dispatcher.php, method ComDefaultDispatcher::_initialize()
    Initializes the options for the object
_initialize
in file event.php, method KMixinEvent::_initialize()
    Initializes the options for the object
_initialize
in file resource.php, method KControllerResource::_initialize()
    Initializes the default configuration for the object
_initialize
in file resource.php, method ComDefaultControllerResource::_initialize()
    Constructor.
_instantiate
in file service.php, method KService::_instantiate()
    Get an instance of a class based on a class identifier
_listbox
in file listbox.php, method KTemplateHelperListbox::_listbox()
    Generates an HTML optionlist based on the distinct data from a model column.
_mixin
in file service.php, method KService::_mixin()
    Perform the actual mixin of all registered mixins with an object
_offsets
in file paginator.php, method KConfigPaginator::_offsets()
    Get the offset for each page, optionally with a range
_pages
in file paginator.php, method KConfigPaginator::_pages()
    Get a list of pages
_parseAccept
in file request.php, method KRequest::_parseAccept()
    Parses an accept header and returns an array (type => quality) of the accepted types, ordered by quality.
_parseAttributes
in file abstract.php, method KTemplateFilterAbstract::_parseAttributes()
    Method to extract key/value pairs out of a string with xml style attributes
_parseColumnInfo
in file mysqli.php, method KDatabaseAdapterMysqli::_parseColumnInfo()
    Parse the raw column schema information
_parseColumnInfo
in file abstract.php, method KDatabaseAdapterAbstract::_parseColumnInfo()
    Parse the raw column schema information
_parseColumnType
in file mysqli.php, method KDatabaseAdapterMysqli::_parseColumnType()
    Given a raw column specification, parse into datatype, length, and decimal scope.
_parseColumnType
in file abstract.php, method KDatabaseAdapterAbstract::_parseColumnType()
    Given a raw column specification, parse into datatype, size, and decimal scope.
_parseIdentifier
in file request.php, method KRequest::_parseIdentifier()
    Parse the variable identifier
_parseLinks
in file link.php, method KTemplateFilterLink::_parseLinks()
    Parse the text for script tags
_parseParams
in file html.php, method ModDefaultHtml::_parseParams()
    Method to extract key/value pairs out of a string
_parseParams
in file default.php, method PlgKoowaDefault::_parseParams()
    Method to extract key/value pairs out of a string
_parseScripts
in file script.php, method KTemplateFilterScript::_parseScripts()
    Parse the text for script tags
_parseStyles
in file style.php, method KTemplateFilterStyle::_parseStyles()
    Parse the text for style tags
_parseTableInfo
in file abstract.php, method KDatabaseAdapterAbstract::_parseTableInfo()
    Parse the raw table schema information
_parseTableInfo
in file mysqli.php, method KDatabaseAdapterMysqli::_parseTableInfo()
    Parse the raw table schema information
_pathEncode
in file url.php, method KHttpUrl::_pathEncode()
    Converts an array of path elements into a string.
_quoted_printable_encode
in file vcard.php, method KViewVcard::_quoted_printable_encode()
    Quote for printable output
_quoteName
in file abstract.php, method KDatabaseAdapterAbstract::_quoteName()
    Quotes an identifier name (table, index, etc). Ignores empty values.
_quoteValue
in file csv.php, method KViewCsv::_quoteValue()
    Check if the value should be quoted
_quoteValue
in file abstract.php, method KDatabaseAdapterAbstract::_quoteValue()
    Safely quotes a value for an SQL statement.
_quoteValue
in file mysqli.php, method KDatabaseAdapterMysqli::_quoteValue()
    Safely quotes a value for an SQL statement.
_readChunked
in file file.php, method KViewFile::_readChunked()
    Read a file in chunks and flush it to the output stream
_remove
in file html.php, method KFilterHtml::_remove()
    Internal method to iteratively remove all unwanted tags and attributes
_render
in file listbox.php, method KTemplateHelperListbox::_render()
    Generates an HTML optionlist based on the distinct data from a model column.
_renderLink
in file link.php, method KTemplateFilterLink::_renderLink()
    Render script information
_renderQuery
in file form.php, method KTemplateFilterForm::_renderQuery()
    Recursive function that transforms the query array into a string of input elements
_renderScript
in file link.php, method ComDefaultTemplateFilterLink::_renderScript()
    Render script information
_renderScript
in file script.php, method KTemplateFilterScript::_renderScript()
    Render script information
_renderScript
in file script.php, method ComDefaultTemplateFilterScript::_renderScript()
    Render script information
_renderStyle
in file style.php, method KTemplateFilterStyle::_renderStyle()
    Render style information
_renderStyle
in file style.php, method ComDefaultTemplateFilterStyle::_renderStyle()
    Render style information
_sanitize
in file base64.php, method KFilterBase64::_sanitize()
    Sanitize a value
_sanitize
in file boolean.php, method KFilterBoolean::_sanitize()
    Sanitize a value
_sanitize
in file slug.php, method KFilterSlug::_sanitize()
    Sanitize a value
_sanitize
in file cmd.php, method KFilterCmd::_sanitize()
    Sanitize a value
_sanitize
in file ascii.php, method KFilterAscii::_sanitize()
    Transliterate all unicode characters to US-ASCII. The string must be well-formed UTF8
_sanitize
in file chain.php, method KFilterChain::_sanitize()
    Sanitize the data
_sanitize
in file string.php, method KFilterString::_sanitize()
    Sanitize a value
_sanitize
in file tidy.php, method KFilterTidy::_sanitize()
    Sanitize a variable
_sanitize
in file abstract.php, method KFilterAbstract::_sanitize()
    Sanitize a variable only
_sanitize
in file word.php, method KFilterWord::_sanitize()
    Sanitize a value
_sanitize
in file time.php, method KFilterTime::_sanitize()
    Forces the value to an ISO-8601 formatted time ("hh:ii:ss").
_sanitize
in file alpha.php, method KFilterAlpha::_sanitize()
    Sanitize a variable
_sanitize
in file alnum.php, method KFilterAlnum::_sanitize()
    Sanitize a variable
_sanitize
in file url.php, method KFilterUrl::_sanitize()
    Sanitize a value
_sanitize
in file md5.php, method KFilterMd5::_sanitize()
    Sanitize a valaue
_sanitize
in file ini.php, method ComDefaultFilterIni::_sanitize()
    Sanitize a value
_sanitize
in file ini.php, method ComDefaultFilterIni::_sanitize()
    Sanitize a value
_sanitize
in file timestamp.php, method KFilterTimestamp::_sanitize()
    Forces the value to an ISO-8601 formatted timestamp using a space separator ("yyyy-mm-dd hh:ii:ss") instead of a "T" separator.
_sanitize
in file identifier.php, method KFilterIdentifier::_sanitize()
    Sanitize a value
_sanitize
in file lang.php, method KFilterLang::_sanitize()
    Sanitize a value
_sanitize
in file int.php, method KFilterInt::_sanitize()
    Sanitize a value
_sanitize
in file ip.php, method KFilterIP::_sanitize()
    Sanitize a value
_sanitize
in file internalurl.php, method KFilterInternalurl::_sanitize()
    Sanitize a value
_sanitize
in file path.php, method KFilterPath::_sanitize()
    Sanitize a value
_sanitize
in file raw.php, method KFilterRaw::_sanitize()
    Sanitize a value
_sanitize
in file html.php, method KFilterHtml::_sanitize()
    Sanitize a value
_sanitize
in file dirname.php, method KFilterDirname::_sanitize()
    Sanitize a value
_sanitize
in file json.php, method KFilterJson::_sanitize()
    Sanitize a value
_sanitize
in file digit.php, method KFilterDigit::_sanitize()
    Sanitize a value
_sanitize
in file email.php, method KFilterEmail::_sanitize()
    Sanitize a value
_sanitize
in file trim.php, method KFilterTrim::_sanitize()
    Sanitize a value
_sanitize
in file float.php, method KFilterFloat::_sanitize()
    Sanitize a value
_sanitize
in file numeric.php, method KFilterNumeric::_sanitize()
    Sanitize non-numeric characters from the value.
_sanitize
in file filename.php, method KFilterFilename::_sanitize()
    Sanitize a value
_sanitize
in file date.php, method KFilterDate::_sanitize()
    Forces the value to an ISO-8601 formatted date ("yyyy-mm-dd").
_setDisposition
in file file.php, method KViewFile::_setDisposition()
    Set the header disposition headers
_stripSlashes
in file request.php, method KRequest::_stripSlashes()
    Strips slashes recursively on an array
_tokenName
in file form.php, method KTemplateFilterForm::_tokenName()
    Get the session token name
_tokenValue
in file form.php, method ComDefaultTemplateFilterForm::_tokenValue()
_tokenValue
in file form.php, method KTemplateFilterForm::_tokenValue()
    Get the session token value.
_uuid
in file identifiable.php, method KDatabaseBehaviorIdentifiable::_uuid()
    Generates a Universally Unique IDentifier, version 4.
_validate
in file dirname.php, method KFilterDirname::_validate()
    Validate a value
_validate
in file digit.php, method KFilterDigit::_validate()
    Validate a value
_validate
in file email.php, method KFilterEmail::_validate()
    Validate a value
_validate
in file trim.php, method KFilterTrim::_validate()
    Validate a value
_validate
in file float.php, method KFilterFloat::_validate()
    Validate a value
_validate
in file html.php, method KFilterHtml::_validate()
    Validate a value
_validate
in file string.php, method KFilterString::_validate()
    Validate a value
_validate
in file raw.php, method KFilterRaw::_validate()
    Validate a value
_validate
in file time.php, method KFilterTime::_validate()
    Validates that the value is an ISO 8601 time string (hh:ii::ss format).
_validate
in file cmd.php, method KFilterCmd::_validate()
    Validate a value
_validate
in file base64.php, method KFilterBase64::_validate()
    Validate a value
_validate
in file boolean.php, method KFilterBoolean::_validate()
    Validate a value
_validate
in file chain.php, method KFilterChain::_validate()
    Validate the data
_validate
in file slug.php, method KFilterSlug::_validate()
    Validate a value
_validate
in file ascii.php, method KFilterAscii::_validate()
    Validate a variable
_validate
in file alpha.php, method KFilterAlpha::_validate()
    Validate a variable
_validate
in file date.php, method KFilterDate::_validate()
    Validates that a value is an ISO 8601 date string
_validate
in file url.php, method KFilterUrl::_validate()
    Validate a value
_validate
in file state.php, method KConfigState::_validate()
    Validate a unique state.
_validate
in file alnum.php, method KFilterAlnum::_validate()
    Validate a variable
_validate
in file identifier.php, method KFilterIdentifier::_validate()
    Validate a value
_validate
in file filename.php, method KFilterFilename::_validate()
    Validate a value
_validate
in file int.php, method KFilterInt::_validate()
    Validate a value
_validate
in file abstract.php, method KFilterAbstract::_validate()
    Validate a variable
_validate
in file tidy.php, method KFilterTidy::_validate()
    Validate a variable
_validate
in file json.php, method KFilterJson::_validate()
    Validate a value
_validate
in file ip.php, method KFilterIP::_validate()
    Validate a value
_validate
in file timestamp.php, method KFilterTimestamp::_validate()
    Validates that the value is an ISO 8601 timestamp string.
_validate
in file path.php, method KFilterPath::_validate()
    Validate a value
_validate
in file internalurl.php, method KFilterInternalurl::_validate()
    Validate a value
_validate
in file word.php, method KFilterWord::_validate()
    Validate a value
_validate
in file ini.php, method ComDefaultFilterIni::_validate()
    Validate a value
_validate
in file md5.php, method KFilterMd5::_validate()
    Validate a value
_validate
in file ini.php, method ComDefaultFilterIni::_validate()
    Validate a value
_validate
in file numeric.php, method KFilterNumeric::_validate()
    Validate whether the given variable is numeric. Numeric strings consist of optional sign, any
_validate
in file lang.php, method KFilterLang::_validate()
    Validate a value
__call
in file abstract.php, method KDatabaseTableAbstract::__call()
    Search the behaviors to see if this table behaves as.
__call
in file exception.php, method KException::__call()
    Overloading
__call
in file table.php, method KDatabaseRowTable::__call()
    Search the mixin method map and call the method or trigger an error
__call
in file listbox.php, method KTemplateHelperListbox::__call()
    Search the mixin method map and call the method or trigger an error
__call
in file abstract.php, method KMixinAbstract::__call()
    Search the mixin method map and call the method or trigger an error
__call
in file object.php, method KObject::__call()
    Search the mixin method map and call the method or trigger an error
__call
in file decorator.php, method KObjectDecorator::__call()
    Overloaded call function
__call
in file resource.php, method KControllerResource::__call()
    Supports a simple form Fluent Interfaces. Allows you to set the request properties by using the request property name as the method name.
__call
in file abstract.php, method KModelAbstract::__call()
    Supports a simple form Fluent Interfaces. Allows you to set states by using the state name as the method name.
__call
in file abstract.php, method KControllerToolbarAbstract::__call()
    Add a command by it's name
__call
in file template.php, method KViewTemplate::__call()
    Supports a simple form of Fluent Interfaces. Allows you to assign variables to the view by using the variable name as the method name. If the method name is a setter method the setter will be called instead.
__call
in file abstract.php, method KDatabaseRowAbstract::__call()
    Search the mixin method map and call the method or trigger an error
__call
in file abstract.php, method KDatabaseRowsetAbstract::__call()
    Search the mixin method map and call the method or forward the call to each row for processing.
__call
in file abstract.php, method KControllerAbstract::__call()
    Execute a controller action by it's name.
__call
in file table.php, method KDatabaseRowsetTable::__call()
    Forward the call to each row
__clone
in file object.php, method KObject::__clone()
    Preform a deep clone of the object.
__clone
in file koowa.php, method Koowa::__clone()
    Clone
__clone
in file config.php, method KConfig::__clone()
    Deep clone of this instance to ensure that nested KConfigs are also cloned.
__clone
in file service.php, method KService::__clone()
    Clone
__clone
in file loader.php, method KLoader::__clone()
    Clone
__clone
in file command.php, method KMixinCommand::__clone()
    Preform a deep clone of the object.
__clone
in file set.php, method KObjectSet::__clone()
    Preform a deep clone of the object
__clone
in file queue.php, method KObjectQueue::__clone()
    Preform a deep clone of the object
__clone
in file abstract.php, method KModelAbstract::__clone()
    Preform a deep clone of the object.
__clone
in file request.php, method KRequest::__clone()
    Clone
__construct
in file abstract.php, method KControllerToolbarAbstract::__construct()
    Constructor
__construct
in file chain.php, method KCommandChain::__construct()
    Constructor
__construct
in file sluggable.php, method KDatabaseBehaviorSluggable::__construct()
    Constructor.
__construct
in file array.php, method KObjectArray::__construct()
    Constructor
__construct
in file abstract.php, method KTemplateFilterAbstract::__construct()
    Constructor.
__construct
in file table.php, method KModelTable::__construct()
    Constructor
__construct
in file behavior.php, method KMixinBehavior::__construct()
    Constructor
__construct
in file tidy.php, method KFilterTidy::__construct()
    Constructor
__construct
in file callback.php, method KMixinCallback::__construct()
    Object constructor
__construct
in file table.php, method KDatabaseRowsetTable::__construct()
    Constructor
__construct
in file abstract.php, method KDatabaseTableAbstract::__construct()
    Object constructor
__construct
in file abstract.php, method KDatabaseRowsetAbstract::__construct()
    Constructor
__construct
in file abstract.php, method KDispatcherAbstract::__construct()
    Constructor.
__construct
in file abstract.php, method KTemplateHelperAbstract::__construct()
    Constructor
__construct
in file abstract.php, method KModelAbstract::__construct()
    Constructor
__construct
in file abstract.php, method KLoaderAdapterAbstract::__construct()
    Constructor.
__construct
in file abstract.php, method KMixinAbstract::__construct()
    Object constructor
__construct
in file abstract.php, method KBehaviorAbstract::__construct()
    Constructor.
__construct
in file abstract.php, method KDatabaseAdapterAbstract::__construct()
    Constructor.
__construct
in file abstract.php, method KViewAbstract::__construct()
    Constructor
__construct
in file abstract.php, method KTemplateAbstract::__construct()
    Constructor
__construct
in file abstract.php, method ComDefaultTemplateAbstract::__construct()
    Constructor
__construct
in file abstract.php, method KDatabaseRowAbstract::__construct()
    Constructor
__construct
in file table.php, method KDatabaseRowTable::__construct()
    Object constructor
__construct
in file stack.php, method KObjectStack::__construct()
    Constructor
__construct
in file abstract.php, method KControllerAbstract::__construct()
    Constructor.
__construct
in file template.php, method KViewTemplate::__construct()
    Constructor
__construct
in file abstract.php, method KFilterAbstract::__construct()
    Constructor
__construct
in file abstract.php, method KEventSubscriberAbstract::__construct()
    Constructor.
__construct
in file config.php, method KConfig::__construct()
    Constructor.
__construct
in file request.php, method KRequest::__construct()
    Constructor
__construct
in file file.php, method KViewFile::__construct()
    Constructor
__construct
in file form.php, method KTemplateFilterForm::__construct()
    Constructor.
__construct
in file html.php, method ComDefaultViewHtml::__construct()
    Constructor
__construct
in file identifiable.php, method KDatabaseBehaviorIdentifiable::__construct()
    Constructor.
__construct
in file html.php, method KFilterHtml::__construct()
    Constructor
__construct
in file executable.php, method KControllerBehaviorExecutable::__construct()
    Constructor.
__construct
in file exception.php, method KObjectException::__construct()
    Constructor
__construct
in file resource.php, method KControllerResource::__construct()
    Constructor
__construct
in file event.php, method KMixinEvent::__construct()
    Object constructor
__construct
in file chrome.php, method ModDefaultTemplateFilterChrome::__construct()
    Constructor.
__construct
in file exception.php, method KException::__construct()
    Constructor
__construct
in file trim.php, method KFilterTrim::__construct()
    Constructor
__construct
in file queue.php, method KObjectQueue::__construct()
    Constructor
__construct
in file identifier.php, method KServiceIdentifier::__construct()
    Constructor
__construct
in file koowa.php, method Koowa::__construct()
    Constructor
__construct
in file json.php, method KViewJson::__construct()
    Constructor
__construct
in file object.php, method KObject::__construct()
    Constructor
__construct
in file koowa.php, method plgSystemKoowa::__construct()
__construct
in file loader.php, method KLoader::__construct()
    Constructor
__construct
in file json.php, method KFilterJson::__construct()
    Constructor
__construct
in file interface.php, method KExceptionInterface::__construct()
    Constructor
__construct
in file inflector.php, method KInflector::__construct()
    Constructor
__construct
in file query.php, method KDatabaseQuery::__construct()
    Object constructor
__construct
in file ini.php, method ComDefaultFilterIni::__construct()
    Constructor
__construct
in file ini.php, method ComDefaultFilterIni::__construct()
    Constructor
__construct
in file toolbar.php, method KMixinToolbar::__construct()
    Constructor
__construct
in file error.php, method KExceptionError::__construct()
    Constructor
__construct
in file event.php, method KCommandEvent::__construct()
    Constructor.
__construct
in file mysqli.php, method ComDefaultDatabaseAdapterMysqli::__construct()
    Constructor
__construct
in file url.php, method KHttpUrl::__construct()
    Constructor
__construct
in file command.php, method KCommand::__construct()
    Constructor.
__construct
in file command.php, method KControllerToolbarCommand::__construct()
    Constructor.
__construct
in file editable.php, method KControllerBehaviorEditable::__construct()
    Constructor
__construct
in file service.php, method KService::__construct()
    Constructor
__construct
in file command.php, method KMixinCommand::__construct()
    Object constructor
__construct
in file set.php, method KObjectSet::__construct()
    Constructor
__construct
in file date.php, method KDate::__construct()
    Constructor
__construct
in file default.php, method ComDefaultControllerDefault::__construct()
    Constructor
__construct
in file dispatcher.php, method KEventDispatcher::__construct()
    Constructor.
__construct
in file slug.php, method KFilterSlug::__construct()
    Constructor
__construct
in file default.php, method PlgKoowaDefault::__construct()
    Constructor
__construct
in file chrome.php, method ModDefaultTemplateFilterChrome::__construct()
    Constructor.
__construct
in file chrome.php, method ComDefaultTemplateFilterChrome::__construct()
    Constructor.
__construct
in file decorator.php, method KObjectDecorator::__construct()
    Constructor
__destroy
in file abstract.php, method KTemplateAbstract::__destroy()
    Destructor
__destruct
in file abstract.php, method KDatabaseAdapterAbstract::__destruct()
    Destructor
__get
in file column.php, method KDatabaseSchemaColumn::__get()
    Implements access to $_filter by reference so that it appears to be a public $filter property.
__get
in file url.php, method KHttpUrl::__get()
    Implements access to $_query by reference so that it appears to be a public $query property.
__get
in file paginator.php, method KConfigPaginator::__get()
    Implements lazy loading of the pages config property.
__get
in file template.php, method KViewTemplate::__get()
    Get a view property
__get
in file identifier.php, method KServiceIdentifier::__get()
    Implements access to virtual properties by reference so that it appears to be a public property.
__get
in file abstract.php, method KMixinAbstract::__get()
    Overloaded get function
__get
in file decorator.php, method KObjectDecorator::__get()
    Overloaded get function
__get
in file abstract.php, method KModelAbstract::__get()
    Get a model state by name
__get
in file abstract.php, method KControllerAbstract::__get()
    Get a request property
__get
in file config.php, method KConfig::__get()
    Retrieve a configuration element
__get
in file array.php, method KObjectArray::__get()
    Get a value by key
__isset
in file array.php, method KObjectArray::__isset()
    Test existence of a key
__isset
in file decorator.php, method KObjectDecorator::__isset()
    Overloaded isset function
__isset
in file abstract.php, method KMixinAbstract::__isset()
    Overloaded isset function
__isset
in file identifier.php, method KServiceIdentifier::__isset()
    This function checks if a virtual property is set.
__isset
in file config.php, method KConfig::__isset()
    Test existence of a configuration element
__sandbox
in file abstract.php, method KTemplateAbstract::__sandbox()
    Process the template using a simple sandbox
__set
in file url.php, method KHttpUrl::__set()
    Implements the virtual $query property.
__set
in file html.php, method ModDefaultHtml::__set()
    Set a view properties
__set
in file identifier.php, method KServiceIdentifier::__set()
    Implements the virtual class properties
__set
in file column.php, method KDatabaseSchemaColumn::__set()
    Implements the virtual $filter property.
__set
in file array.php, method KObjectArray::__set()
    Set a value by key
__set
in file abstract.php, method KModelAbstract::__set()
    Set a model state by name
__set
in file config.php, method KConfig::__set()
    Set a configuration element
__set
in file decorator.php, method KObjectDecorator::__set()
    Overloaded set function
__set
in file default.php, method ComDefaultControllerDefault::__set()
    Set a request property
__set
in file abstract.php, method KDatabaseRowAbstract::__set()
    Set row field value
__set
in file paginator.php, method KConfigPaginator::__set()
    Set a configuration element
__set
in file abstract.php, method KMixinAbstract::__set()
    Overloaded set function
__set
in file template.php, method KViewTemplate::__set()
    Set a view properties
__set
in file abstract.php, method KControllerAbstract::__set()
    Set a request properties
__set
in file state.php, method KConfigState::__set()
    Set state value
__set
in file resource.php, method ComDefaultControllerResource::__set()
    Set a request property
__set
in file resource.php, method KControllerResource::__set()
    Set a request properties
__toString
in file url.php, method KHttpUrl::__toString()
    Return a string representation of this url.
__toString
in file config.php, method KConfig::__toString()
    Returns a string with the encapsulated data in JSON format
__toString
in file abstract.php, method KViewAbstract::__toString()
    Returns the views output
__toString
in file exception.php, method KException::__toString()
    Format the exception for display
__toString
in file interface.php, method KExceptionInterface::__toString()
    Format the exception for display
__toString
in file query.php, method KDatabaseQuery::__toString()
    Render the query to a string
__toString
in file interface.php, method KServiceIdentifierInterface::__toString()
    Formats the indentifier as a [application::]type.component.[.path].name string
__toString
in file template.php, method KViewTemplate::__toString()
    Execute and return the views output
__toString
in file error.php, method KExceptionError::__toString()
    Format the exception for display
__toString
in file identifier.php, method KServiceIdentifier::__toString()
    Formats the indentifier as a [application::]type.package.[.path].name string
__toString
in file abstract.php, method KTemplateAbstract::__toString()
    Renders the template and returns the result
__unset
in file abstract.php, method KDatabaseRowAbstract::__unset()
    Unset a row field
__unset
in file decorator.php, method KObjectDecorator::__unset()
    Overloaded isset function
__unset
in file table.php, method KDatabaseRowTable::__unset()
    Unset a row field
__unset
in file state.php, method KConfigState::__unset()
    Unset a state value
__unset
in file config.php, method KConfig::__unset()
    Unset a configuration element
__unset
in file array.php, method KObjectArray::__unset()
    Unset a key
__unset
in file abstract.php, method KMixinAbstract::__unset()
    Overloaded isset function
top

Documentation generated on Tue, 21 May 2013 03:00:29 +0200 by phpDocumentor 1.4.3