A

AesClass in namespace
AesCtrClass in namespace
CallbackFilterIterator::accept() — Method in class CallbackFilterIterator
accept
AbstractApplicationClass in namespace Windwalker\Application
The Abstract Application Class.
AbstractCliApplicationClass in namespace Windwalker\Application
Simple class for a Windwalker command line application.
AbstractDaemonApplicationClass in namespace Windwalker\Application
Class to turn Cli applications into daemons. It requires CLI and PCNTL support built into PHP.
AbstractWebApplicationClass in namespace Windwalker\Application
Application for Web HTTP foundation.
ApplicationHelperClass in namespace Windwalker\Application\Helper
Application Helper.
AuthenticationClass in namespace Windwalker\Authentication
The Authentication class.
Authentication::authenticate() — Method in class Authentication
authenticate
Authentication::addMethod() — Method in class Authentication
addMethod
AuthenticationInterfaceClass in namespace Windwalker\Authentication
Interface AuthenticationInterface
AuthenticationInterface::authenticate() — Method in class AuthenticationInterface
authenticate
AuthenticationInterface::addMethod() — Method in class AuthenticationInterface
addMethod
AbstractMethodClass in namespace Windwalker\Authentication\Method
The AbstractMethod class.
LocalMethod::authenticate() — Method in class LocalMethod
authenticate
MethodInterface::authenticate() — Method in class MethodInterface
authenticate
AuthorisationClass in namespace Windwalker\Authorisation
The Authorisation class.
Authorisation::authorise() — Method in class Authorisation
authorise
Authorisation::addPolicy() — Method in class Authorisation
addPolicy
AuthorisationInterfaceClass in namespace Windwalker\Authorisation
The AuthorisationInterface class.
AuthorisationInterface::authorise() — Method in class AuthorisationInterface
authorise
AuthorisationInterface::addPolicy() — Method in class AuthorisationInterface
addPolicy
CallbackPolicy::authorise() — Method in class CallbackPolicy
authorise
PolicyInterface::authorise() — Method in class PolicyInterface
authorise
AbstractCacheStorageClass in namespace Windwalker\Cache\Storage
Class AbstractCacheStorage
AbstractDriverCacheStorageClass in namespace Windwalker\Cache\Storage
Class AbstractDriverCacheStorage
ArrayStorageClass in namespace Windwalker\Cache\Storage
Runtime Storage.
AbstractConsoleClass in namespace Windwalker\Console
The AbstractConsole class.
AbstractCommandClass in namespace Windwalker\Console\Command
Abstract Console class.
AbstractCommand::addCommand() — Method in class AbstractCommand
Add an argument(sub command) setting.
AbstractCommand::addChild() — Method in class AbstractCommand
Alias of addCommand if someone think child is more semantic.
AbstractCommand::addOption() — Method in class AbstractCommand
Add a option object to this command.
AbstractCommand::addGlobalOption() — Method in class AbstractCommand
Add a option object to this command.
Command::addCommand() — Method in class Command
Add an argument(sub command) setting. This method in Command use 'self' instead 'static' to make sure every sub command add Command class as arguments.
Console::addCommand() — Method in class Console
Add a new command object.
AbstractDescriptorClass in namespace Windwalker\Console\Descriptor
The abstract base descriptor.
AbstractDescriptor::addItem() — Method in class AbstractDescriptor
Add a item to describe.
AbstractDescriptorHelperClass in namespace Windwalker\Console\Descriptor
A descriptor helper to get different descriptor and render it.
DescriptorInterface::addItem() — Method in class DescriptorInterface
Add an item to describe.
IO::addColor() — Method in class IO
addColor
IOInterface::addColor() — Method in class IOInterface
addColor
Option::alias() — Method in class Option
Add a new alias.
OptionSet::addOption() — Method in class OptionSet
Add a new option.
AbstractPrompterClass in namespace Windwalker\Console\Prompter
Prompter class.
AbstractPrompter::ask() — Method in class AbstractPrompter
Show prompt to ask user.
BooleanPrompter::ask() — Method in class BooleanPrompter
Show prompt to ask user.
CallbackPrompter::ask() — Method in class CallbackPrompter
Show prompt to ask user.
PasswordPrompter::ask() — Method in class PasswordPrompter
Show prompt to ask user.
PrompterInterface::ask() — Method in class PrompterInterface
Show prompt to ask user.
SelectPrompter::ask() — Method in class SelectPrompter
Show prompt to ask user.
TextPrompter::ask() — Method in class TextPrompter
Show prompt to ask user.
ValidatePrompter::addOption() — Method in class ValidatePrompter
Add an option.
AbstractCipherClass in namespace Windwalker\Crypt\Cipher
The Openssl Cipher class.
Aes256CipherClass in namespace Windwalker\Crypt\Cipher
The Aes256Cipher class.
AbstractMcryptCipherClass in namespace Windwalker\Crypt\Mcrypt
The McryptCipher class.
Container::alias() — Method in class Container
Create an alias for a given key for easy access.
Container::addChild() — Method in class Container
addChild
AbstractDataMapperClass in namespace Windwalker\DataMapper
Abstract DataMapper.
AbstractDatabaseMapperProxyClass in namespace Windwalker\DataMapper
The AbstractDataMapperProxy class.
DataMapper::alias() — Method in class DataMapper
Method to set property alias
Entity::addField() — Method in class Entity
addField
Entity::addFields() — Method in class Entity
Add a field to this entity.
DataSet::allToArray() — Method in class DataSet
allToArray
AbstractDatabaseClass in namespace Windwalker\Database\Command
Class DatabaseDatabase
AbstractReaderClass in namespace Windwalker\Database\Command
Class DatabaseReader
AbstractTableClass in namespace Windwalker\Database\Command
Class DatabaseTable
AbstractTable::addColumn() — Method in class AbstractTable
addColumn
AbstractTable::addIndex() — Method in class AbstractTable
addIndex
AbstractTransactionClass in namespace Windwalker\Database\Command
Class DatabaseTransaction
AbstractWriterClass in namespace Windwalker\Database\Command
Class DatabaseWriter
AbstractDatabaseDriverClass in namespace Windwalker\Database\Driver
Class DatabaseDriver
AbstractDatabaseDriver::addMiddleware() — Method in class AbstractDatabaseDriver
addMiddleware
MysqlTable::addColumn() — Method in class MysqlTable
addColumn
MysqlTable::addIndex() — Method in class MysqlTable
addIndex
PostgresqlTable::addColumn() — Method in class PostgresqlTable
addColumn
PostgresqlTable::addIndex() — Method in class PostgresqlTable
addIndex
QueryHelper::addTable() — Method in class QueryHelper
addTable
Column::allowNull() — Method in class Column
Method to set property allowNull
Column::autoIncrement() — Method in class Column
Method to set property autoIncrement
Schema::add() — Method in class Schema
addColumn
Schema::addColumn() — Method in class Schema
addColumn
Schema::addKey() — Method in class Schema
addKey
Schema::addIndex() — Method in class Schema
addIndex
Schema::addUniqueKey() — Method in class Schema
addUniqueKey
Schema::addPrimaryKey() — Method in class Schema
addPrimaryKey
HtmlFormatter::addInlineElement() — Method in class HtmlFormatter
addInlineElement
HtmlFormatter::addUnpairedElement() — Method in class HtmlFormatter
addUnpairedElement
Edge::appendSection() — Method in class Edge
Stop injecting content into a section and append it.
Edge::arrayExcept() — Method in class Edge
arrayExcept
Edge::addGlobal() — Method in class Edge
addGlobal
Edge::addExtension() — Method in class Edge
addExtension
EdgeFileLoader::addPath() — Method in class EdgeFileLoader
addPath
EdgeFileLoader::addFileExtension() — Method in class EdgeFileLoader
addExtension
Dispatcher::addEvent() — Method in class Dispatcher
Add an event to this dispatcher, only if it is not existing.
Dispatcher::addListener() — Method in class Dispatcher
Add a listener to this dispatcher, only if not already registered to these events.
DispatcherInterface::addListener() — Method in class DispatcherInterface
Add a listener to this dispatcher, only if not already registered to these events.
Event::addArgument() — Method in class Event
Add an event argument, only if it is not existing.
ListenerMapper::add() — Method in class ListenerMapper
add
ListenersQueue::add() — Method in class ListenersQueue
Add a listener with the given priority only if not already present.
ArrayObjectClass in namespace Windwalker\Filesystem\Iterator
The ArrayObject class. Based on ZF2.
ArrayObject::append() — Method in class ArrayObject
Appends the value
ArrayObject::asort() — Method in class ArrayObject
Sort the entries by value
PathCollection::addPaths() — Method in class PathCollection
Batch add paths to bag.
PathCollection::addPath() — Method in class PathCollection
Add one path to bag.
PathCollection::appendAll() — Method in class PathCollection
Append a new path to all paths.
PathLocator::append() — Method in class PathLocator
Append a new path before current path.
$HtmlCleanerProperty in class HtmlCleaner
The array of permitted tag attributes (white list).
$HtmlCleanerProperty in class HtmlCleaner
The method for sanitising attributes: WhiteList method = 0 (default), BlackList method = 1
$HtmlCleanerProperty in class HtmlCleaner
The list of the default blacklisted tag attributes. All event handlers implicit.
OutputFilter::ampReplace() — Method in class OutputFilter
Replaces & with & for XHTML compliance
AbstractFormElementHelperClass in namespace Windwalker\Form
The AbstractFormElemetAwareHelper class.
AbstractFormElementHelper::addNamespace() — Method in class AbstractFormElementHelper
addNamespace
AbstractFieldClass in namespace Windwalker\Form\Field
The AbstractField class.
AbstractField::appendAttribute() — Method in class AbstractField
append
ListField::addOption() — Method in class ListField
addOption
Form::addFields() — Method in class Form
addFields
Form::add() — Method in class Form
Add a field.
Form::addField() — Method in class Form
addField
Form::addFieldNamespace() — Method in class Form
Method to set property fieldNamespaces
Form::addFilterNamespace() — Method in class Form
Method to set property fieldNamespaces
Form::addValidatorNamespace() — Method in class Form
Method to set property fieldNamespaces
Form::appendAttributes() — Method in class Form
appendAttributes
AbstractHtmlListClass in namespace Windwalker\Html\Enum
The AbstractHtmlList class.
AbstractHtmlList::addItem() — Method in class AbstractHtmlList
addItem
DList::addDescription() — Method in class DList
addDescription
DList::addDesc() — Method in class DList
addItem
DList::addTitle() — Method in class DList
addItem
DList::addItem() — Method in class DList
addItem
FormWrapper::acceptCharset() — Method in class FormWrapper
acceptCharset
FormWrapper::action() — Method in class FormWrapper
action
FormWrapper::autocomplete() — Method in class FormWrapper
autocomplete
FormWrapper::accept() — Method in class FormWrapper
accept
Grid::addColumn() — Method in class Grid
Add new column name to process
Grid::addRow() — Method in class Grid
Adds a row to the table and sets the currently active row to the new row
KeyValueGrid::addHeader() — Method in class KeyValueGrid
addHeader
KeyValueGrid::addItem() — Method in class KeyValueGrid
addItem
KeyValueGrid::addItems() — Method in class KeyValueGrid
addItems
KeyValueGrid::addTitle() — Method in class KeyValueGrid
addTitle
AbstractMediaElementClass in namespace Windwalker\Html\Media
The AbstractMediaElement class.
AbstractMediaElement::addSource() — Method in class AbstractMediaElement
addSource
AbstractMediaElement::addOggSource() — Method in class AbstractMediaElement
addOggSource
AbstractMediaElement::autoplay() — Method in class AbstractMediaElement
autoplay
AudioClass in namespace Windwalker\Html\Media
The Audio class.
Audio::addMp3Source() — Method in class Audio
addMp3Source
Audio::addWavSource() — Method in class Audio
addWavSource
Video::addMp4Source() — Method in class Video
addMp4Source
Video::addWebMSource() — Method in class Video
addWebMSource
AbstractInputListClass in namespace Windwalker\Html\Select
The InputList class.
AbstractInputList::addOption() — Method in class AbstractInputList
addOption
SelectList::addOption() — Method in class SelectList
addOption
AbstractMessageClass in namespace Windwalker\Http
The AbstractMessage class.
HeaderHelper::allToArray() — Method in class HeaderHelper
Convert values to array.
HeaderHelper::arrayOnlyContainsString() — Method in class HeaderHelper
Validate is an array only contains string.
ServerHelper::apacheRequestHeaders() — Method in class ServerHelper
A proxy to apacherequestheaders().
AbstractRequestClass in namespace Windwalker\Http\Request
The AbstractRequest class.
$ServerRequestFactoryProperty in class ServerRequestFactory
Function name to get apache request headers. This property is for test use.
AbstractContentTypeResponseClass in namespace Windwalker\Http\Response
An response object contains content-type handler.
Stream::attach() — Method in class Stream
Method to attach resource into object.
StringStream::attach() — Method in class StringStream
Method to attach resource into object.
AbstractTransportClass in namespace Windwalker\Http\Transport
The AbstractTransport class.
ColorProcessor::addStyle() — Method in class ColorProcessor
Add a style.
ColorProcessorInterface::addStyle() — Method in class ColorProcessorInterface
Add a style.
$CliInputProperty in class CliInput
The additional arguments passed to the script that are not associated with a specific argument name.
CliInput::all() — Method in class CliInput
Gets an array of values from the request.
CliInputInterface::all() — Method in class CliInputInterface
Gets an array of values from the request.
AbstractCliOutputClass in namespace Windwalker\IO\Cli\Output
Class AbstractCliOutput
AbstractFormatClass in namespace Windwalker\Language\Format
Class AbstractFormat
Language::addString() — Method in class Language
addString
Language::addStrings() — Method in class Language
addStrings
AbstractLoaderClass in namespace Windwalker\Language\Loader
Class AbstractLoader
ClassLoader::addPsr0() — Method in class ClassLoader
addPsr0
ClassLoader::addPsr4() — Method in class ClassLoader
addPsr4
ClassLoader::addMap() — Method in class ClassLoader
addMap
AbstractLoaderClass in namespace Windwalker\Loader\Loader
AbstractLoader
FileMappingLoader::addMap() — Method in class FileMappingLoader
addMap
Psr0Loader::addNamespace() — Method in class Psr0Loader
addNamespace
Psr4Loader::addNamespace() — Method in class Psr4Loader
Adds a base directory for a namespace prefix.
AbstractMiddlewareClass in namespace Windwalker\Middleware
Basic Middleware class.
ChainBuilder::add() — Method in class ChainBuilder
Add a middleware into chain.
ChainBuilder::addMiddlewares() — Method in class ChainBuilder
addMiddlewares
Psr7ChainBuilder::add() — Method in class Psr7ChainBuilder
Add a middleware into chain.
Benchmark::addTask() — Method in class Benchmark
addTask
AbstractQueryGrammarClass in namespace Windwalker\Query
Class QueryGrammar
MysqlGrammar::alterColumn() — Method in class MysqlGrammar
alterColumn
MysqlGrammar::addColumn() — Method in class MysqlGrammar
Add column
MysqlGrammar::addIndex() — Method in class MysqlGrammar
addIndex
PostgresqlGrammar::alterColumn() — Method in class PostgresqlGrammar
alterColumn
PostgresqlGrammar::addColumn() — Method in class PostgresqlGrammar
Add column
PostgresqlGrammar::addIndex() — Method in class PostgresqlGrammar
addIndex
QueryElement::append() — Method in class QueryElement
Appends element parts to the internal list.
QueryGrammarInterface::addColumn() — Method in class QueryGrammarInterface
Add column
QueryGrammarInterface::addIndex() — Method in class QueryGrammarInterface
addIndex
AbstractEngineRendererClass in namespace Windwalker\Renderer
The AbstractEngineRenderer class.
AbstractRendererClass in namespace Windwalker\Renderer
Class AbstractRenderer
AbstractRenderer::addPath() — Method in class AbstractRenderer
addPath
BladeRenderer::addCustomCompiler() — Method in class BladeRenderer
addCustomCompiler
GlobalContainer::addCompiler() — Method in class GlobalContainer
addCompiler
GlobalContainer::addExtension() — Method in class GlobalContainer
addExtension
EdgeRenderer::addExtension() — Method in class EdgeRenderer
addExtension
GlobalContainer::addExtension() — Method in class GlobalContainer
addExtension
GlobalContainer::addGlobal() — Method in class GlobalContainer
setGlobal
PlatesRenderer::addExtension() — Method in class PlatesRenderer
addExtension
PlatesRenderer::addFolder() — Method in class PlatesRenderer
addFolder
TwigRenderer::addExtension() — Method in class TwigRenderer
addExtension
GlobalContainer::addExtension() — Method in class GlobalContainer
addExtension
GlobalContainer::addGlobal() — Method in class GlobalContainer
setGlobal
TwigFilesystemLoader::addPath() — Method in class TwigFilesystemLoader
Adds a path where templates are stored.
AbstractMatcherClass in namespace Windwalker\Router\Matcher
The AbstractMatcher class.
RestRouter::allowCustomMethod() — Method in class RestRouter
Set to allow or not method in POST request
Router::addMap() — Method in class Router
addMap
Router::addMaps() — Method in class Router
addMaps
Router::addRoute() — Method in class Router
Add Route
Router::addRoutes() — Method in class Router
addRoutes
SingleActionRouter::addMap() — Method in class SingleActionRouter
addRoute
ArrayBagClass in namespace Windwalker\Session\Bag
The ArrayBag class.
AutoExpiredFlashBagClass in namespace Windwalker\Session\Bag
Class FlashBag
AutoExpiredFlashBag::add() — Method in class AutoExpiredFlashBag
add
AutoExpiredFlashBag::all() — Method in class AutoExpiredFlashBag
all
FlashBag::add() — Method in class FlashBag
add
FlashBagInterface::add() — Method in class FlashBagInterface
add
SessionBag::all() — Method in class SessionBag
all
SessionBagInterface::all() — Method in class SessionBagInterface
all
AbstractDatabaseAdapterClass in namespace Windwalker\Session\Database
Class AbstractDatabaseAdapter
AbstractHandlerClass in namespace Windwalker\Session\Handler
Class AbstractHandler
ApcHandlerClass in namespace Windwalker\Session\Handler
APC session storage handler for PHP
Session::addFlash() — Method in class Session
Add a flash message.
StringHelper::at() — Method in class StringHelper
at
StringInflector::addCountableRule() — Method in class StringInflector
Adds a countable word.
StringInflector::addWord() — Method in class StringInflector
Adds a specific singular-plural pair for a word.
StringInflector::addPluraliseRule() — Method in class StringInflector
Adds a pluralisation rule.
StringInflector::addSingulariseRule() — Method in class StringInflector
Adds a singularisation rule.
AbstractUriClass in namespace Windwalker\Uri
Uri Class
UriData::addPrefix() — Method in class UriData
addPrefix
ArrayHelperClass in namespace Windwalker\Utilities
The ArrayHelper class
ArrayHelper::arrayUnique() — Method in class ArrayHelper
Multidimensional array safe unique test
ArrayHelper::arraySearch() — Method in class ArrayHelper
An improved array_search that allows for partial matching of strings values in associative arrays.
ArrayObjectClass in namespace Windwalker\Utilities\Iterator
The ArrayObject class. Based on ZF2.
ArrayObject::append() — Method in class ArrayObject
Appends the value
ArrayObject::asort() — Method in class ArrayObject
Sort the entries by value
DualIterator::areIdentical() — Method in class DualIterator
Are Identical.
DualIterator::areEqual() — Method in class DualIterator
Are equal.
RecursiveCompareDualIterator::areIdentical() — Method in class RecursiveCompareDualIterator
Are Identical.
RecursiveCompareDualIterator::areEqual() — Method in class RecursiveCompareDualIterator
Are equal.
RecursiveDualIterator::areIdentical() — Method in class RecursiveDualIterator
Are Identical
RecursiveDualIterator::areEqual() — Method in class RecursiveDualIterator
Are equal.
AbstractValidatorClass in namespace Windwalker\Validator
The AbstractValidator class.
AlnumValidatorClass in namespace Windwalker\Validator\Rule
The AlnumValidator class.

B

Credential::bind() — Method in class Credential
bind
BooleanPrompterClass in namespace Windwalker\Console\Prompter
Class BooleanPrompter
Prompter::boolean() — Method in class Prompter
boolean
BlowfishCipherClass in namespace Windwalker\Crypt\Cipher
The BlowfishChipher class.
ClassMeta::bind() — Method in class ClassMeta
ClassMeta::bindShared() — Method in class ClassMeta
Container::bind() — Method in class Container
bind
Container::bindShared() — Method in class Container
bindShared
Data::bind() — Method in class Data
Bind the data into this object.
DataInterface::bind() — Method in class DataInterface
Bind the data into this object.
DataSet::bind() — Method in class DataSet
Bind data array into self.
DataSetInterface::bind() — Method in class DataSetInterface
Bind an array contains multiple data into this object.
DatabaseHelper::batchQuery() — Method in class DatabaseHelper
batchQuery
QueryHelper::buildWheres() — Method in class QueryHelper
buildConditions
QueryHelper::buildCompare() — Method in class QueryHelper
buildCompare
BitClass in namespace Windwalker\Database\Schema\Column
The Bit class.
Schema::bit() — Method in class Schema
DomBuilder::buildAttributes() — Method in class DomBuilder
buildAttributes
HtmlBuilder::buildAttributes() — Method in class HtmlBuilder
buildAttributes
BrowserClass in namespace Windwalker\Environment\Browser
Class to model a Web Client.
$WebEnvironmentProperty in class WebEnvironment
Property client.
AbstractField::buildInput() — Method in class AbstractField
buildInput
ButtonFieldClass in namespace Windwalker\Form\Field
The ButtonField class.
ButtonField::buildInput() — Method in class ButtonField
buildInput
CheckboxesField::buildInput() — Method in class CheckboxesField
buildInput
CustomHtmlField::buildInput() — Method in class CustomHtmlField
buildInput
ListField::buildInput() — Method in class ListField
buildInput
RadioField::buildInput() — Method in class RadioField
buildInput
SpacerField::buildInput() — Method in class SpacerField
buildInput
TextareaField::buildInput() — Method in class TextareaField
buildInput
Form::bind() — Method in class Form
bind
BenchmarkClass in namespace Windwalker\Profiler
The Benchmark class.
AbstractQueryGrammar::build() — Method in class AbstractQueryGrammar
build
MysqlGrammar::buildIndexDeclare() — Method in class MysqlGrammar
buildIndexDeclare
MysqlGrammar::build() — Method in class MysqlGrammar
build
PostgresqlGrammar::buildIndexDeclare() — Method in class PostgresqlGrammar
buildIndexDeclare
PostgresqlGrammar::build() — Method in class PostgresqlGrammar
build
Query::bind() — Method in class Query
Method to add a variable to an internal array that will be bound to a prepared SQL statement before query execution. Also removes a variable that has been bounded from the internal bounded array when the passed in value is null.
QueryExpression::buildExpression() — Method in class QueryExpression
buildExpression
QueryGrammarInterface::build() — Method in class QueryGrammarInterface
build
PreparableInterface::bind() — Method in class PreparableInterface
Method to add a variable to an internal array that will be bound to a prepared SQL statement before query execution. Also removes a variable that has been bounded from the internal bounded array when the passed in value is null.
PreparableTrait::bind() — Method in class PreparableTrait
Method to add a variable to an internal array that will be bound to a prepared SQL statement before query execution. Also removes a variable that has been bounded from the internal bounded array when the passed in value is null.
SqliteQuery::bind() — Method in class SqliteQuery
Method to add a variable to an internal array that will be bound to a prepared SQL statement before query execution. Also removes a variable that has been bounded from the internal bounded array when the passed in value is null.
Record::bind() — Method in class Record
Method to bind an associative array or object to the AbstractTable instance. This method only binds properties that are publicly accessible and optionally takes an array of properties to ignore when binding.
BladeRendererClass in namespace Windwalker\Renderer
The BladeRenderer class.
BladeExtendingClass in namespace Windwalker\Renderer\Blade
The Extending class to support both Blade 4.* and 5.*.
PhpRenderer::block() — Method in class PhpRenderer
setBlock
BasicCompilerClass in namespace Windwalker\Router\Compiler
The Compiler class.
BasicGeneratorClass in namespace Windwalker\Router\Compiler
The BasicGenerator class.
AbstractMatcher::build() — Method in class AbstractMatcher
build
BinaryMatcherClass in namespace Windwalker\Router\Matcher
The BinaryMatcher class.
MatcherInterface::build() — Method in class MatcherInterface
build
Router::build() — Method in class Router
buildRoute
StringHelper::backquote() — Method in class StringHelper
Back quote a string.
UriHelper::buildQuery() — Method in class UriHelper
Build a query from a array (reverse of the PHP parse_str()).
PriorityQueue::bind() — Method in class PriorityQueue
bind
BooleanValidatorClass in namespace Windwalker\Validator\Rule
The BooleanValidator class.

C

Aes::cipher() — Method in class Aes
AES Cipher function: encrypt 'input' with Rijndael algorithm
CallbackFilterIteratorClass in namespace
The CallFilterIterator class.
SessionHandler::close() — Method in class SessionHandler
Close the session
SessionHandlerInterface::close() — Method in class SessionHandlerInterface
Close the session
AbstractApplication::close() — Method in class AbstractApplication
Method to close the application.
AbstractWebApplication::checkHeadersSent() — Method in class AbstractWebApplication
Method to check to see if headers have already been sent.
CredentialClass in namespace Windwalker\Authentication
The Credential class.
CallbackPolicyClass in namespace Windwalker\Authorisation
The CallbackPolicy class.
CacheClass in namespace Windwalker\Cache
Class Cache
Cache::clear() — Method in class Cache
This will wipe out the entire cache's keys
Cache::call() — Method in class Cache
Fetch data from a callback if item not exists.
CacheInterfaceClass in namespace Windwalker\Cache
Interface CacheInterface
CacheInterface::call() — Method in class CacheInterface
Fetch data from a callback if item not exists.
CacheInterface::clear() — Method in class CacheInterface
This will wipe out the entire cache's keys
CacheItemClass in namespace Windwalker\Cache\Item
Class CacheItem
AbstractCacheStorage::commit() — Method in class AbstractCacheStorage
Persists any deferred cache items.
ArrayStorage::clear() — Method in class ArrayStorage
This will wipe out the entire cache's keys
CacheStorageInterfaceClass in namespace Windwalker\Cache\Storage
Class CacheStorageInterface
CacheStorageInterface::clear() — Method in class CacheStorageInterface
This will wipe out the entire cache's keys
CacheStorageInterface::commit() — Method in class CacheStorageInterface
Persists any deferred cache items.
FileStorage::clear() — Method in class FileStorage
This will wipe out the entire cache's keys.
MemcachedStorage::clear() — Method in class MemcachedStorage
This will wipe out the entire cache's keys
NullStorage::clear() — Method in class NullStorage
This will wipe out the entire cache's keys
RedisStorage::clear() — Method in class RedisStorage
This will wipe out the entire cache's keys
RuntimeArrayStorage::clear() — Method in class RuntimeArrayStorage
This will wipe out the entire cache's keys
XcacheStorage::clear() — Method in class XcacheStorage
This will wipe out the entire cache's keys
CompareClass in namespace Windwalker\Compare
The compare object.
Compare::compare() — Method in class Compare
Do compare.
CompareHelperClass in namespace Windwalker\Compare
The CompareHelper class.
CompareHelper::compare() — Method in class CompareHelper
Compare two values.
InCompare::compare() — Method in class InCompare
Do compare.
AbstractConsole::close() — Method in class AbstractConsole
Method to close the application.
CommandClass in namespace Windwalker\Console\Command
Base Command class.
ConsoleClass in namespace Windwalker\Console
Class Console
CommandNotFoundExceptionClass in namespace Windwalker\Console\Exception
Command not found exception.
OptionSet::count() — Method in class OptionSet
Count options.
CallbackPrompterClass in namespace Windwalker\Console\Prompter
Callback validate prompter.
Prompter::callback() — Method in class Prompter
callback
CipherInterfaceClass in namespace Windwalker\Crypt\Cipher
Interface CipherInterface
CryptClass in namespace Windwalker\Crypt
The Crypt class.
CryptHelperClass in namespace Windwalker\Crypt
The CryptHelper class.
CryptInterfaceClass in namespace Windwalker\Crypt
Interface CryptInterface
Cipher3DESClass in namespace Windwalker\Crypt\Mcrypt
The Cipher3DES class.
CipherBlowfishClass in namespace Windwalker\Crypt\Mcrypt
The BlowfishChipher class.
CipherRijndael256Class in namespace Windwalker\Crypt\Mcrypt
The Rijndael256 class.
Password::create() — Method in class Password
create
ClassMetaClass in namespace Windwalker\DI
The ClassMeta class.
ClassMeta::createObject() — Method in class ClassMeta
ClassMeta::createSharedObject() — Method in class ClassMeta
ContainerClass in namespace Windwalker\DI
The DI Container.
Container::createObject() — Method in class Container
createObject
Container::createSharedObject() — Method in class Container
createSharedObject
Container::createChild() — Method in class Container
Create a child Container with a new property scope that that has the ability to access the parent scope when resolving.
Container::count() — Method in class Container
Count this object.
ContainerAwareInterfaceClass in namespace Windwalker\DI
Interface ContainerAwareInterface
ContainerAwareTraitClass in namespace Windwalker\DI
Container Aware Trait
AbstractDataMapper::create() — Method in class AbstractDataMapper
Create records by data set.
AbstractDataMapper::createOne() — Method in class AbstractDataMapper
Create one record by data object.
AbstractDatabaseMapperProxy::createDataMapper() — Method in class AbstractDatabaseMapperProxy
createDataMapper
DataMapperInterface::create() — Method in class DataMapperInterface
Create records by data set.
DataMapperInterface::createOne() — Method in class DataMapperInterface
Create one record by data object.
Entity::count() — Method in class Entity
Count this object.
Data::count() — Method in class Data
Count this object.
DataSet::clear() — Method in class DataSet
Clears the objects in the data set.
DataSet::count() — Method in class DataSet
Count data.
AbstractDatabase::create() — Method in class AbstractDatabase
createDatabase
AbstractReader::count() — Method in class AbstractReader
count
AbstractReader::countAffected() — Method in class AbstractReader
Get the number of affected rows for the previous executed SQL statement.
AbstractTable::create() — Method in class AbstractTable
create
AbstractTable::changeColumn() — Method in class AbstractTable
changeColumn
AbstractTransaction::commit() — Method in class AbstractTransaction
commit
AbstractWriter::countAffected() — Method in class AbstractWriter
Get the number of affected rows for the previous executed SQL statement.
DatabaseFactory::createDbo() — Method in class DatabaseFactory
createDbo
AbstractDatabaseDriver::connect() — Method in class AbstractDatabaseDriver
connect
MysqlDatabase::create() — Method in class MysqlDatabase
createDatabase
MysqlTable::create() — Method in class MysqlTable
create
MysqlTable::changeColumn() — Method in class MysqlTable
changeColumn
MysqlTransaction::commit() — Method in class MysqlTransaction
commit
PdoDriver::connect() — Method in class PdoDriver
connect
PdoReader::count() — Method in class PdoReader
count
PdoReader::countAffected() — Method in class PdoReader
Get the number of affected rows for the previous executed SQL statement.
PdoTransaction::commit() — Method in class PdoTransaction
commit
PostgresqlDatabase::create() — Method in class PostgresqlDatabase
createDatabase
PostgresqlTable::create() — Method in class PostgresqlTable
create
PostgresqlTable::changeColumn() — Method in class PostgresqlTable
changeColumn
PostgresqlTransaction::commit() — Method in class PostgresqlTransaction
commit
DataIterator::current() — Method in class DataIterator
Return the current element
DataIterator::count() — Method in class DataIterator
Count elements of an object
ColumnClass in namespace Windwalker\Database\Schema
The Column class.
Column::comment() — Method in class Column
Method to set property comment
CharClass in namespace Windwalker\Database\Schema\Column
The Varchar class.
Key::columns() — Method in class Key
Method to set property columns
Key::comment() — Method in class Key
Method to set property comment
Schema::char() — Method in class Schema
DomBuilder::create() — Method in class DomBuilder
Create a html element.
HtmlBuilder::create() — Method in class HtmlBuilder
Create a html element.
DomElements::count() — Method in class DomElements
Count elements of an object
EdgeCompiler::compile() — Method in class EdgeCompiler
compile
EdgeCompiler::compileEchoDefaults() — Method in class EdgeCompiler
Compile the default values for the echo statement.
EdgeCompilerInterface::compile() — Method in class EdgeCompilerInterface
compile
WebEnvironment::create() — Method in class WebEnvironment
create
Dispatcher::clearEvents() — Method in class Dispatcher
Clear all events.
Dispatcher::countEvents() — Method in class Dispatcher
Count the number of registered event.
Dispatcher::clearListeners() — Method in class Dispatcher
Clear the listeners in this dispatcher.
Dispatcher::countListeners() — Method in class Dispatcher
Count the number of registered listeners for the given event.
Event::clearArguments() — Method in class Event
Clear all event arguments.
Event::count() — Method in class Event
Count the number of arguments.
ListenersQueue::count() — Method in class ListenersQueue
Count the number of listeners in the queue.
FileComparatorInterface::compare() — Method in class FileComparatorInterface
File::copy() — Method in class File
Copies a file
Filesystem::copy() — Method in class Filesystem
copy
Filesystem::createIterator() — Method in class Filesystem
Create file iterator of current dir.
Folder::copy() — Method in class Folder
Copy a folder.
Folder::create() — Method in class Folder
Create a folder -- and all necessary parent folders.
ArrayObject::count() — Method in class ArrayObject
Get the number of public properties in the ArrayObject
RecursiveDirectoryIterator::current() — Method in class RecursiveDirectoryIterator
Get file information of the current element.
Path::canChmod() — Method in class Path
Checks if a path's permissions can be changed.
Path::check() — Method in class Path
Checks for snooping outside of the file system root.
Path::clean() — Method in class Path
Function to strip additional / or \ in a path name.
PathLocator::child() — Method in class PathLocator
Get a child path of given name.
CleanerInterfaceClass in namespace Windwalker\Filter\Cleaner
Interface FilterRuleInterface
CleanerInterface::clean() — Method in class CleanerInterface
Method to clean text by rule.
InputFilter::clean() — Method in class InputFilter
clean
OutputFilter::cleanText() — Method in class OutputFilter
Cleans text of all formatting and scripting code
AbstractFormElementHelper::create() — Method in class AbstractFormElementHelper
createField
FieldHelper::create() — Method in class FieldHelper
createField
FieldHelper::createByXml() — Method in class FieldHelper
createByXml
AbstractField::checkRequired() — Method in class AbstractField
checkRequired
AbstractField::checkRule() — Method in class AbstractField
checkRule
CheckboxFieldClass in namespace Windwalker\Form\Field
The CheckboxField class.
CheckboxesFieldClass in namespace Windwalker\Form\Field
The CheckboxesField class.
CustomHtmlFieldClass in namespace Windwalker\Form\Field
The ButtonField class.
CustomHtmlField::content() — Method in class CustomHtmlField
content
FilterHelper::create() — Method in class FilterHelper
createFilter
DefaultFilter::clean() — Method in class DefaultFilter
clean
FilterInterface::clean() — Method in class FilterInterface
clean
MockFilter::clean() — Method in class MockFilter
clean
Form::clearValues() — Method in class Form
reset
ValidatorHelper::create() — Method in class ValidatorHelper
createRule
AbstractHtmlList::create() — Method in class AbstractHtmlList
Quick create for PHP 5.3
AbstractHtmlList::child() — Method in class AbstractHtmlList
child
FormWrapper::create() — Method in class FormWrapper
create
Grid::create() — Method in class Grid
create
KeyValueGrid::create() — Method in class KeyValueGrid
create
KeyValueGrid::configure() — Method in class KeyValueGrid
configureRows
AbstractMediaElement::create() — Method in class AbstractMediaElement
Quick create for PHP 5.3
AbstractMediaElement::controls() — Method in class AbstractMediaElement
controls
CheckboxListClass in namespace Windwalker\Html\Select
The CheckboxList class.
SelectList::create() — Method in class SelectList
Quick create for PHP 5.3
StreamHelper::copy() — Method in class StreamHelper
Copy stream to another stream.
StreamHelper::copyTo() — Method in class StreamHelper
Copy a stream to target resource.
StreamHelper::copyFrom() — Method in class StreamHelper
Copy a stream to target resource.
HttpServer::createFromGlobals() — Method in class HttpServer
Create a Server instance
HttpServer::create() — Method in class HttpServer
Create a Server instance from an existing request object
CompressExceptionClass in namespace Windwalker\Http\Output
The CompressException class.
HttpCompressor::compress() — Method in class HttpCompressor
Checks the accept encoding of the browser and compresses the data before sending it to the client if possible.
HttpCompressor::checkHeadersSent() — Method in class HttpCompressor
Method to check to see if headers have already been sent.
HttpCompressor::checkConnectionAlive() — Method in class HttpCompressor
Method to check the current client connection status to ensure that it is alive.
ServerRequestFactory::createFromGlobals() — Method in class ServerRequestFactory
Create a request from the supplied superglobal values.
ServerRequestFactory::createFromUri() — Method in class ServerRequestFactory
createFromUri
Stream::close() — Method in class Stream
Closes the stream and any underlying resources.
StringStream::close() — Method in class StringStream
Closes the stream and any underlying resources.
CurlTransportClass in namespace Windwalker\Http\Transport
The CurlTransport class.
WebHttpServer::cachable() — Method in class WebHttpServer
Method to set property cachable
WebHttpServer::createHttpCompressor() — Method in class WebHttpServer
Create Compressor object.
ColorProcessorClass in namespace Windwalker\IO\Cli\Color
Class ColorProcessor.
ColorProcessorInterfaceClass in namespace Windwalker\IO\Cli\Color
Class ProcessorInterface.
ColorStyleClass in namespace Windwalker\IO\Cli\Color
Class ColorStyle
IO::count() — Method in class IO
Count data.
CliInputClass in namespace Windwalker\IO\Cli\Input
Windwalker Input CLI Class
$CliInputProperty in class CliInput
The executable that was called to run the CLI script.
CliInputInterfaceClass in namespace Windwalker\IO\Cli\Input
Interface CliInputInterface
CliOutputClass in namespace Windwalker\IO\Cli\Output
Simple Cli Output
CliOutputInterfaceClass in namespace Windwalker\IO\Cli\Output
Class CliOutputInterface
ColorfulOutputInterfaceClass in namespace Windwalker\IO\Cli\Output
The ColorfulOutputInterface class.
CookieInputClass in namespace Windwalker\IO
Windwalker Input Cookie Class
NullFilter::clean() — Method in class NullFilter
clean
$InputProperty in class Input
Input::count() — Method in class Input
Get the number of variables.
Input::compact() — Method in class Input
Gets an array of values from the request.
$PsrInputProperty in class PsrInput
PsrInput::create() — Method in class PsrInput
Create Input from Psr ServerRequest
ClassLoaderClass in namespace Windwalker\Loader
Class ClassLoader
CallbackMiddlewareClass in namespace Windwalker\Middleware
Callback Middleware
ChainBuilderClass in namespace Windwalker\Middleware\Chain
The Chain Builder
CollectorClass in namespace Windwalker\Profiler\Point
The Collector class.
Collector::count() — Method in class Collector
Count the number of arguments.
CollectorInterfaceClass in namespace Windwalker\Profiler\Point
The CollectorInterface interface.
Point::current() — Method in class Point
Create a point of current information.
Profiler::count() — Method in class Profiler
Count the number of points in this profiler.
ConnectionContainerClass in namespace Windwalker\Query
The Connection Container class.
CubridExpressionClass in namespace Windwalker\Query\Cubrid
Class CubridExpression
CubridExpression::concatenate() — Method in class CubridExpression
Concatenates an array of column names or values.
CubridExpression::cast_as_char() — Method in class CubridExpression
Casts a value to a char.
CubridQueryClass in namespace Windwalker\Query\Cubrid
Class CubridQuery
MysqlExpression::concatenate() — Method in class MysqlExpression
Concatenates an array of column names or values.
MysqlGrammar::createDatabase() — Method in class MysqlGrammar
createDatabase
MysqlGrammar::createTable() — Method in class MysqlGrammar
createTable
MysqlGrammar::changeColumn() — Method in class MysqlGrammar
changeColumn
PostgresqlExpression::concatenate() — Method in class PostgresqlExpression
Concatenates an array of column names or values.
PostgresqlExpression::current_timestamp() — Method in class PostgresqlExpression
Gets the current date and time.
PostgresqlExpression::cast_as_char() — Method in class PostgresqlExpression
Casts a value to a char.
PostgresqlGrammar::createDatabase() — Method in class PostgresqlGrammar
createDatabase
PostgresqlGrammar::createTable() — Method in class PostgresqlGrammar
createTable
PostgresqlGrammar::comment() — Method in class PostgresqlGrammar
comment
PostgresqlGrammar::changeColumn() — Method in class PostgresqlGrammar
changeColumn
PostgresqlQuery::clear() — Method in class PostgresqlQuery
Clear data from the query or a specific clause of the query.
Query::call() — Method in class Query
Add a single column, or array of columns to the CALL clause of the query.
Query::clear() — Method in class Query
Clear data from the query or a specific clause of the query.
Query::columns() — Method in class Query
Adds a column, or array of column names that would be used for an INSERT INTO statement.
QueryExpression::concatenate() — Method in class QueryExpression
Concatenates an array of column names or values.
QueryExpression::concat() — Method in class QueryExpression
Concatenates an array of column names or values.
QueryExpression::current_timestamp() — Method in class QueryExpression
Gets the current date and time.
QueryExpression::char_length() — Method in class QueryExpression
Gets the number of characters in a string.
QueryExpression::cast_as_char() — Method in class QueryExpression
Casts a value to a char.
QueryExpression::caseCondition() — Method in class QueryExpression
caseCondition
QueryGrammarInterface::createDatabase() — Method in class QueryGrammarInterface
createDatabase
QueryGrammarInterface::createTable() — Method in class QueryGrammarInterface
createTable
QueryGrammarInterface::changeColumn() — Method in class QueryGrammarInterface
changeColumn
QueryInterface::call() — Method in class QueryInterface
Add a single column, or array of columns to the CALL clause of the query.
QueryInterface::columns() — Method in class QueryInterface
Adds a column, or array of column names that would be used for an INSERT INTO statement.
SqliteExpression::concatenate() — Method in class SqliteExpression
Concatenates an array of column names or values.
SqliteExpression::char_length() — Method in class SqliteExpression
Gets the number of characters in a string.
SqliteQuery::clear() — Method in class SqliteQuery
Clear data from the query or a specific clause of the query.
SqlservExpression::char_length() — Method in class SqlservExpression
Gets the function to determine the length of a character string.
SqlservExpression::concatenate() — Method in class SqlservExpression
Concatenates an array of column names or values.
SqlservExpression::current_timestamp() — Method in class SqlservExpression
Gets the current date and time.
SqlservExpression::cast_as_char() — Method in class SqlservExpression
Casts a value to a char.
NestedRecord::createRoot() — Method in class NestedRecord
createRoot
Record::create() — Method in class Record
create
BasicCompiler::compile() — Method in class BasicCompiler
compile
TrieCompiler::compile() — Method in class TrieCompiler
compile
TrieMatcher::clear() — Method in class TrieMatcher
clear
AutoExpiredFlashBag::clear() — Method in class AutoExpiredFlashBag
clean
SessionBag::clear() — Method in class SessionBag
clean
SessionBagInterface::clear() — Method in class SessionBagInterface
clean
ApcHandler::close() — Method in class ApcHandler
Closes the current session.
DatabaseHandler::close() — Method in class DatabaseHandler
Closes the current session.
MemcacheHandler::close() — Method in class MemcacheHandler
close
MemcachedHandler::close() — Method in class MemcachedHandler
close
XcacheHandler::close() — Method in class XcacheHandler
Closes the current session.
Session::close() — Method in class Session
Writes session data and ends session
Session::clean() — Method in class Session
Clean all data from a bag (namespace).
StringHelper::collapseWhitespace() — Method in class StringHelper
remove spaces
Utf8String::compliant() — Method in class Utf8String
Tests whether a string complies as UTF-8. This will be much faster than utf8isvalid but will pass five and six octet UTF-8 sequences, which are not supported by Unicode and so cannot be displayed correctly in a browser. In other words it is not as strict as utf8isvalid but it's faster. If you use it to validate user input, you place yourself at the risk that attackers will be able to inject 5 and 6 byte sequences (which may or may not be a significant risk, depending on what you are are doing)
Structure::count() — Method in class Structure
Count elements of the data object
$UriDataProperty in class UriData
Property current.
UriData::createUri() — Method in class UriData
createUri
UriData::createPsrUri() — Method in class UriData
createPsrUri
UriData::count() — Method in class UriData
Count elements of an object
UriData::current() — Method in class UriData
UriHelper::cleanPath() — Method in class UriHelper
Resolves //, .
TraitHelper::classUsesRecursive() — Method in class TraitHelper
classUsesRecursive
ArrayObject::count() — Method in class ArrayObject
Get the number of public properties in the ArrayObject
DualIterator::current() — Method in class DualIterator
Get current item.
DualIterator::compareIterators() — Method in class DualIterator
Compare two iterators.
PriorityQueue::compare() — Method in class PriorityQueue
compare
ColorValidatorClass in namespace Windwalker\Validator\Rule
The ColorValidator class.
CreditcardValidatorClass in namespace Windwalker\Validator\Rule
The UrlValidator class.

D

AesCtr::decrypt() — Method in class AesCtr
Decrypt a text encrypted by AES in counter mode of operation
SessionHandler::destroy() — Method in class SessionHandler
Destroy a session
SessionHandlerInterface::destroy() — Method in class SessionHandlerInterface
Destroy a session
AbstractWebApplication::dispatch() — Method in class AbstractWebApplication
Method as the Psr7 WebHttpServer handler.
AbstractCacheStorage::deleteItems() — Method in class AbstractCacheStorage
Removes multiple items from the pool.
ArrayStorage::deleteItem() — Method in class ArrayStorage
Remove an item from the cache by its unique key
CacheStorageInterface::deleteItem() — Method in class CacheStorageInterface
Remove an item from the cache by its unique key
CacheStorageInterface::deleteItems() — Method in class CacheStorageInterface
Removes multiple items from the pool.
FileStorage::deleteItem() — Method in class FileStorage
Method to remove a storage entry for a key.
FileStorage::denyAccess() — Method in class FileStorage
getDenyAccess
MemcachedStorage::deleteItem() — Method in class MemcachedStorage
Remove an item from the cache by its unique key
NullStorage::deleteItem() — Method in class NullStorage
Remove an item from the cache by its unique key
RedisStorage::deleteItem() — Method in class RedisStorage
Remove an item from the cache by its unique key
RuntimeArrayStorage::deleteItem() — Method in class RuntimeArrayStorage
Remove an item from the cache by its unique key
XcacheStorage::deleteItem() — Method in class XcacheStorage
Remove an item from the cache by its unique key
AbstractConsole::describeCommand() — Method in class AbstractConsole
describeCommand
AbstractCommand::description() — Method in class AbstractCommand
The command description setter.
Console::doExecute() — Method in class Console
Method to run the application routines.
DescriptorHelperInterfaceClass in namespace Windwalker\Console\Descriptor
A descriptor helper to get different descriptor and render it.
DescriptorHelperInterface::describe() — Method in class DescriptorHelperInterface
Describe a command detail.
DescriptorInterfaceClass in namespace Windwalker\Console\Descriptor
Interface of Descriptor.
TextDescriptorHelper::describe() — Method in class TextDescriptorHelper
Describe a command detail.
Option::defaultValue() — Method in class Option
Default value getter.
Option::description() — Method in class Option
Description setter.
AbstractCipher::decrypt() — Method in class AbstractCipher
Method to decrypt a data string.
CipherInterface::decrypt() — Method in class CipherInterface
Method to decrypt a data string.
Des3CipherClass in namespace Windwalker\Crypt\Cipher
The Cipher3DES class.
PhpAesCipher::decrypt() — Method in class PhpAesCipher
Method to decrypt a data string.
SimpleCipher::decrypt() — Method in class SimpleCipher
Method to decrypt a data string.
Crypt::decrypt() — Method in class Crypt
decrypt
CryptInterface::decrypt() — Method in class CryptInterface
decrypt
AbstractMcryptCipher::decrypt() — Method in class AbstractMcryptCipher
Method to decrypt a data string.
DataStoreClass in namespace Windwalker\DI
The DataStore class.
DependencyResolutionExceptionClass in namespace Windwalker\DI\Exception
Exception class for handling errors in resolving a dependency
AbstractDataMapper::delete() — Method in class AbstractDataMapper
Delete records by where conditions.
DataMapperClass in namespace Windwalker\DataMapper
Main Database Mapper class.
DataMapperInterfaceClass in namespace Windwalker\DataMapper
DataMapper Interface
DataMapperInterface::delete() — Method in class DataMapperInterface
Delete records by where conditions.
DatabaseContainerClass in namespace Windwalker\DataMapper
The DbContainer class.
DatabaseMapperInterfaceClass in namespace Windwalker\DataMapper
The DatabaseMapperInterface class.
Entity::dump() — Method in class Entity
Dump all data as array
DataClass in namespace Windwalker\Data
Data object to store values.
Data::dump() — Method in class Data
Dump all data as array
DataInterfaceClass in namespace Windwalker\Data
The Data Interface
DataInterface::dump() — Method in class DataInterface
Dump all data as array
DataSetClass in namespace Windwalker\Data
The Data set to store multiple data.
DataSet::dump() — Method in class DataSet
Dump all data as array.
DataSetInterfaceClass in namespace Windwalker\Data
The DataSet Interface
DataSetInterface::dump() — Method in class DataSetInterface
Dump all data as array.
AbstractDatabase::drop() — Method in class AbstractDatabase
dropDatabase
AbstractTable::drop() — Method in class AbstractTable
drop
AbstractTable::dropColumn() — Method in class AbstractTable
dropColumn
AbstractTable::dropIndex() — Method in class AbstractTable
dropIndex
AbstractWriter::delete() — Method in class AbstractWriter
delete
DatabaseFactoryClass in namespace Windwalker\Database
Class DatabaseFactory
DatabaseHelperClass in namespace Windwalker\Database
The DatabaseHelper class.
AbstractDatabaseDriver::disconnect() — Method in class AbstractDatabaseDriver
Disconnects the database.
DatabaseAwareTraitClass in namespace Windwalker\Database\Driver
DatabseAwareTrait
DatabaseDriverInterfaceClass in namespace Windwalker\Database\Driver
The DatabaseDriverInterface class.
MysqlDatabase::drop() — Method in class MysqlDatabase
dropDatabase
MysqlTable::dropIndex() — Method in class MysqlTable
dropIndex
$MysqlTypeProperty in class MysqlType
Property types.
PdoDriver::disconnect() — Method in class PdoDriver
Disconnects the database.
PdoDriver::doExecute() — Method in class PdoDriver
Execute the SQL statement.
PostgresqlDatabase::drop() — Method in class PostgresqlDatabase
dropDatabase
PostgresqlTable::dropIndex() — Method in class PostgresqlTable
dropIndex
DataIteratorClass in namespace Windwalker\Database\Iterator
Class DataIterator
DbLoggingMiddlewareClass in namespace Windwalker\Database\Middleware
The DbLoggingMiddleware class.
DbProfilerMiddlewareClass in namespace Windwalker\Database\Middleware
The ProfilerMiddleware class.
Column::defaultValue() — Method in class Column
Method to set property default
DatetimeClass in namespace Windwalker\Database\Schema\Column
The DATETIME class.
DecimalClass in namespace Windwalker\Database\Schema\Column
The Decimal class.
DoubleClass in namespace Windwalker\Database\Schema\Column
The Varchar class.
DataTypeClass in namespace Windwalker\Database\Schema
The ColumnType class.
Schema::datetime() — Method in class Schema
Schema::decimal() — Method in class Schema
Schema::double() — Method in class Schema
DomBuilderClass in namespace Windwalker\Dom\Builder
Class XmlBuilder
DomElementClass in namespace Windwalker\Dom
Class XmlElement
DomElementsClass in namespace Windwalker\Dom
Html Elements collection.
DomFormatterClass in namespace Windwalker\Dom\Format
The AbstractFormatter class.
DomFormatter::doIndent() — Method in class DomFormatter
Format Dom.
DomHelperClass in namespace Windwalker\Dom\Helper
The DomHelper class.
XmlHelper::def() — Method in class XmlHelper
If this attribute not exists, use this value as default, or we use original value from xml.
EdgeCompiler::directive() — Method in class EdgeCompiler
Register a handler for custom directives.
EdgeCompilerInterface::directive() — Method in class EdgeCompilerInterface
Register a handler for custom directives.
Edge::decrementRender() — Method in class Edge
Decrement the rendering counter.
Edge::doneRendering() — Method in class Edge
Check if there are no active render operations.
DispatcherClass in namespace Windwalker\Event
The Dispatcher class.
DispatcherAwareInterfaceClass in namespace Windwalker\Event
Interface DispatcherAwareInterface
DispatcherAwareTraitClass in namespace Windwalker\Event
Class DispatcherAwareTrait
DispatcherInterfaceClass in namespace Windwalker\Event
Interface DispatcherInterface
File::delete() — Method in class File
Delete a file or array of files
Filesystem::delete() — Method in class Filesystem
delete
Folder::delete() — Method in class Folder
Delete a folder.
HtmlCleaner::decode() — Method in class HtmlCleaner
Try to convert to plaintext
FieldDefinitionInterface::define() — Method in class FieldDefinitionInterface
Define the form fields.
AbstractField::description() — Method in class AbstractField
description
AbstractField::defaultValue() — Method in class AbstractField
defaultValue
AbstractField::disabled() — Method in class AbstractField
disabled
AbstractField::def() — Method in class AbstractField
If this attribute not exists, use this value as default, or we use original value from xml.
DefaultFilterClass in namespace Windwalker\Form\Filter
The InputFiler class.
Form::defineFormFields() — Method in class Form
defineFormFields
DListClass in namespace Windwalker\Html\Enum
The DList class.
DList::desc() — Method in class DList
desc
DListDescriptionClass in namespace Windwalker\Html\Enum
The DListDescription class.
DListTitleClass in namespace Windwalker\Html\Enum
The DListTitle class.
Grid::deleteColumn() — Method in class Grid
Delete column by name
Grid::deleteRow() — Method in class Grid
Delete a row from the object
HttpClient::download() — Method in class HttpClient
Download file to target path.
HttpClient::delete() — Method in class HttpClient
Method to send the DELETE command to the server.
Stream::detach() — Method in class Stream
Separates any underlying resources from the stream.
StringStream::detach() — Method in class StringStream
Separates any underlying resources from the stream.
CurlTransport::download() — Method in class CurlTransport
Use stream to download file.
StreamTransport::download() — Method in class StreamTransport
Use stream to download file.
TransportInterface::download() — Method in class TransportInterface
Use stream to download file.
$InputProperty in class Input
Input::def() — Method in class Input
Define a value. The value will only be set if there's no value for the name or if it is null.
Input::dumpAllInputs() — Method in class Input
dumpAllInputs
$PsrInputProperty in class PsrInput
ChainBuilder::dumpStack() — Method in class ChainBuilder
dumpStack
DefaultRendererClass in namespace Windwalker\Profiler\Renderer
Class DefaultRenderer
MysqlGrammar::dropDatabase() — Method in class MysqlGrammar
dropTable
MysqlGrammar::dropTable() — Method in class MysqlGrammar
dropTable
MysqlGrammar::dropColumn() — Method in class MysqlGrammar
dropColumn
MysqlGrammar::dropIndex() — Method in class MysqlGrammar
dropIndex
PostgresqlExpression::day() — Method in class PostgresqlExpression
Used to get a string to extract day from date column.
PostgresqlGrammar::dropDatabase() — Method in class PostgresqlGrammar
dropTable
PostgresqlGrammar::dropTable() — Method in class PostgresqlGrammar
dropTable
PostgresqlGrammar::dropColumn() — Method in class PostgresqlGrammar
dropColumn
PostgresqlGrammar::dropIndex() — Method in class PostgresqlGrammar
dropIndex
PostgresqlGrammar::dropConstraint() — Method in class PostgresqlGrammar
dropConstraint
Query::dateFormat() — Method in class Query
Returns a PHP date() function compliant date format for the database driver.
Query::dump() — Method in class Query
Creates a formatted dump of the query for debugging purposes.
Query::delete() — Method in class Query
Add a table name to the DELETE clause of the query.
QueryExpression::day() — Method in class QueryExpression
Used to get a string to extract day from date column.
QueryGrammarInterface::dropDatabase() — Method in class QueryGrammarInterface
dropTable
QueryGrammarInterface::dropTable() — Method in class QueryGrammarInterface
dropTable
QueryGrammarInterface::dropColumn() — Method in class QueryGrammarInterface
dropColumn
QueryInterface::dateFormat() — Method in class QueryInterface
Returns a PHP date() function compliant date format for the database driver.
QueryInterface::delete() — Method in class QueryInterface
Add a table name to the DELETE clause of the query.
NestedRecord::delete() — Method in class NestedRecord
Method to delete a node and, optionally, its child nodes from the table.
Record::delete() — Method in class Record
Method to delete a row from the database table by primary key value.
AbstractRenderer::dumpPaths() — Method in class AbstractRenderer
dumpPaths
NativeBridge::destroy() — Method in class NativeBridge
Clear all session data in memory.
SessionBridgeInterface::destroy() — Method in class SessionBridgeInterface
Clear all session data in memory.
AbstractDatabaseAdapter::destroy() — Method in class AbstractDatabaseAdapter
destroy
JoomlaAdapter::destroy() — Method in class JoomlaAdapter
destroy
PdoAdapter::destroy() — Method in class PdoAdapter
destroy
WindwalkerAdapter::destroy() — Method in class WindwalkerAdapter
destroy
ApcHandler::destroy() — Method in class ApcHandler
Destroy the data for a particular session identifier in the SessionHandler backend.
DatabaseHandlerClass in namespace Windwalker\Session\Handler
Database session storage handler for PHP
DatabaseHandler::destroy() — Method in class DatabaseHandler
Destroy the data for a particular session identifier in the SessionHandler backend.
MemcacheHandler::destroy() — Method in class MemcacheHandler
destroy
MemcachedHandler::destroy() — Method in class MemcachedHandler
destroy
XcacheHandler::destroy() — Method in class XcacheHandler
Destroy the data for a particular session identifier in the SessionHandler backend.
Session::destroy() — Method in class Session
Frees all session variables and destroys all data registered to a session
Structure::def() — Method in class Structure
Sets a default value if not already assigned.
StructureHelper::dumpObjectValues() — Method in class StructureHelper
dumpObjectValues
Uri::delVar() — Method in class Uri
Removes an item from the query string variables if it exists.
UriHelper::decode() — Method in class UriHelper
decode
ArrayHelper::dump() — Method in class ArrayHelper
Recursive dump variables and limit by level.
DualIteratorClass in namespace Windwalker\Utilities\Iterator
The DualIterator class.

E

AesCtr::encrypt() — Method in class AesCtr
Encrypt a text using AES encryption in Counter mode of operation - see http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf
AbstractApplication::execute() — Method in class AbstractApplication
Execute the application.
AbstractDaemonApplication::execute() — Method in class AbstractDaemonApplication
Execute the daemon.
AbstractWebApplication::execute() — Method in class AbstractWebApplication
Execute the application.
Cache::exists() — Method in class Cache
exists
CacheInterface::exists() — Method in class CacheInterface
exists
CacheItem::expiresAt() — Method in class CacheItem
Sets the expiration time for this cache item.
CacheItem::expiresAfter() — Method in class CacheItem
Sets the expiration time for this cache item.
AbstractCacheStorage::exists() — Method in class AbstractCacheStorage
Confirms if the cache contains specified cache item.
ArrayStorage::exists() — Method in class ArrayStorage
Method to determine whether a storage entry has been set for a key.
FileStorage::exists() — Method in class FileStorage
Method to determine whether a storage entry has been set for a key and not expired.
MemcachedStorage::exists() — Method in class MemcachedStorage
Method to determine whether a storage entry has been set for a key.
NullStorage::exists() — Method in class NullStorage
Method to determine whether a storage entry has been set for a key.
RedisStorage::exists() — Method in class RedisStorage
Method to determine whether a storage entry has been set for a key.
RuntimeArrayStorage::exists() — Method in class RuntimeArrayStorage
Method to determine whether a storage entry has been set for a key.
XcacheStorage::exists() — Method in class XcacheStorage
Method to determine whether a storage entry has been set for a key.
EqCompareClass in namespace Windwalker\Compare
Class EqCompare
AbstractConsole::execute() — Method in class AbstractConsole
Execute the application.
AbstractCommand::execute() — Method in class AbstractCommand
Execute this command.
AbstractCommand::error() — Method in class AbstractCommand
Raise error message.
AbstractCommand::err() — Method in class AbstractCommand
Write a string to standard error output.
Console::execute() — Method in class Console
Execute the application.
Console::executeByPath() — Method in class Console
executeByPath
AbstractCipher::encrypt() — Method in class AbstractCipher
Method to encrypt a data string.
CipherInterface::encrypt() — Method in class CipherInterface
Method to encrypt a data string.
PhpAesCipher::encrypt() — Method in class PhpAesCipher
Method to encrypt a data string.
SimpleCipher::encrypt() — Method in class SimpleCipher
Method to encrypt a data string.
Crypt::encrypt() — Method in class Crypt
encrypt
CryptInterface::encrypt() — Method in class CryptInterface
encrypt
AbstractMcryptCipher::encrypt() — Method in class AbstractMcryptCipher
Method to encrypt a data string.
Container::execute() — Method in class Container
Execute a callable with dependencies.
Container::extend() — Method in class Container
Extend a defined service Closure by wrapping the existing one with a new Closure. This works very similar to a decorator pattern. Note that this only works on service Closures that have been defined in the current Provider, not parent providers.
Container::exists() — Method in class Container
Method to check if specified dataStore key exists.
EntityClass in namespace Windwalker\DataMapper\Entity
Entity is a Data object sub class, we can set fields of this object then help us filter non necessary values to prevent error when inserting to database.
Entity::exists() — Method in class Entity
Method to check a field exists.
Data::exists() — Method in class Data
Method to check a field exists.
AbstractDatabase::exists() — Method in class AbstractDatabase
exists
AbstractReader::execute() — Method in class AbstractReader
execute
AbstractTable::exists() — Method in class AbstractTable
exists
AbstractWriter::execute() — Method in class AbstractWriter
execute
AbstractDatabaseDriver::execute() — Method in class AbstractDatabaseDriver
Execute the SQL statement.
AbstractDatabaseDriver::escape() — Method in class AbstractDatabaseDriver
escape
AbstractDatabaseDriver::e() — Method in class AbstractDatabaseDriver
e
PdoHelper::extractDsn() — Method in class PdoHelper
extractDsn
DbLoggingMiddleware::execute() — Method in class DbLoggingMiddleware
Call next middleware.
DbProfilerMiddleware::execute() — Method in class DbProfilerMiddleware
Call next middleware.
EdgeArrayCacheClass in namespace Windwalker\Edge\Cache
The EdgeNullCache class.
EdgeCacheInterfaceClass in namespace Windwalker\Edge\Cache
Interface EdgeCacheInterface
EdgeFileCacheClass in namespace Windwalker\Edge\Cache
The FileCacheHandler class.
EdgeCompilerClass in namespace Windwalker\Edge\Compiler
The EdgeCompiler class.
EdgeCompilerInterfaceClass in namespace Windwalker\Edge\Compiler
The CompilerInterface class.
EdgeClass in namespace Windwalker\Edge
The Edge template engine.
Edge::escape() — Method in class Edge
escape
EdgeExtensionInterfaceClass in namespace Windwalker\Edge\Extension
The EdgeExtensionInterface class.
EdgeFileLoaderClass in namespace Windwalker\Edge\Loader
The EdgeFileLoader class.
EdgeLoaderInterfaceClass in namespace Windwalker\Edge\Loader
Interface EdgeLoaderInterface
EdgeStringLoaderClass in namespace Windwalker\Edge\Loader
The EdgeFileLoader class.
EnvironmentClass in namespace Windwalker\Environment
The Environment class.
EventClass in namespace Windwalker\Event
Class Event
EventInterfaceClass in namespace Windwalker\Event
Class EventInterface
EventTriggerableInterfaceClass in namespace Windwalker\Event
The EventTriggerableInterface interface.
ArrayObject::exchangeArray() — Method in class ArrayObject
Exchange the array for another one.
PathLocator::exists() — Method in class PathLocator
Detect is current path exists?
AbstractField::escape() — Method in class AbstractField
Escape html string.
EmailFieldClass in namespace Windwalker\Form\Field
The EmailField class.
FormHelper::encode() — Method in class FormHelper
encode
FormWrapper::end() — Method in class FormWrapper
end
FormWrapper::enctype() — Method in class FormWrapper
enctype
HttpCompressor::encode() — Method in class HttpCompressor
Compress raw data.
EmptyResponseClass in namespace Windwalker\Http\Response
The EmptyResponse class.
Stream::eof() — Method in class Stream
Returns true if the stream is at the end of the stream.
StringStream::eof() — Method in class StringStream
Returns true if the stream is at the end of the stream.
WebHttpServer::execute() — Method in class WebHttpServer
execute
IO::err() — Method in class IO
Write a string to standard error output.
IOInterface::err() — Method in class IOInterface
Write a string to standard error output.
CliOutput::err() — Method in class CliOutput
Write a string to standard error output.
CliOutputInterface::err() — Method in class CliOutputInterface
Write a string to standard error output.
SimpleCliOutput::err() — Method in class SimpleCliOutput
Write a string to standard error output.
$InputProperty in class Input
Input::exists() — Method in class Input
Check if a value name exists.
Input::extract() — Method in class Input
extract
$PsrInputProperty in class PsrInput
Language::exists() — Method in class Language
exists
LanguageInterface::exists() — Method in class LanguageInterface
exists
EnGBLocaliseClass in namespace Windwalker\Language\Localise
Class EnGBLocalise
CallbackMiddleware::execute() — Method in class CallbackMiddleware
Call next middleware.
ChainBuilder::execute() — Method in class ChainBuilder
Call chaining.
Psr7ChainBuilder::execute() — Method in class Psr7ChainBuilder
Call chaining.
EndMiddlewareClass in namespace Windwalker\Middleware
End Middleware, this object will not do anything.
EndMiddleware::execute() — Method in class EndMiddleware
Call next middleware.
MiddlewareInterface::execute() — Method in class MiddlewareInterface
Call next middleware.
Psr7Middleware::execute() — Method in class Psr7Middleware
Call next middleware.
Benchmark::execute() — Method in class Benchmark
run
OracleQuery::escape() — Method in class OracleQuery
escape
Query::escape() — Method in class Query
Method to escape a string for usage in an SQL statement.
Query::e() — Method in class Query
Proxy of escape.
Query::exec() — Method in class Query
Add a single column, or array of columns to the EXEC clause of the query.
Query::expression() — Method in class Query
expression
Query::expr() — Method in class Query
Alias of expression()
Query::element() — Method in class Query
element
Query::ele() — Method in class Query
ele
QueryInterface::escape() — Method in class QueryInterface
Method to escape a string for usage in an SQL statement.
QueryInterface::exec() — Method in class QueryInterface
Add a single column, or array of columns to the EXEC clause of the query.
QueryInterface::expression() — Method in class QueryInterface
expression
SqliteQuery::escape() — Method in class SqliteQuery
Method to escape a string for usage in an SQLite statement.
SqlservQuery::escape() — Method in class SqlservQuery
Method to escape a string for usage in an SQL statement.
AbstractRenderer::escape() — Method in class AbstractRenderer
Method to escape output.
BladeExtending::extend() — Method in class BladeExtending
extend
EdgeRendererClass in namespace Windwalker\Renderer
The EdgeRenderer class.
PhpRenderer::extend() — Method in class PhpRenderer
extend
PhpRenderer::endblock() — Method in class PhpRenderer
endblock
RendererInterface::escape() — Method in class RendererInterface
Method to escape output.
Session::exists() — Method in class Session
Check whether data exists in the session store
StringHelper::endsWith() — Method in class StringHelper
endsWith
StringHelper::explode() — Method in class StringHelper
Explode a string and force elements number.
Structure::exists() — Method in class Structure
Check if a structure path exists.
Structure::extract() — Method in class Structure
extract
UriHelper::encode() — Method in class UriHelper
encode
ArrayObject::exchangeArray() — Method in class ArrayObject
Exchange the array for another one.
RecursiveCompareDualIterator::endChildren() — Method in class RecursiveCompareDualIterator
Calculate $equal
RecursiveDualIterator::endChildren() — Method in class RecursiveDualIterator
Calculate $equal
EmailValidatorClass in namespace Windwalker\Validator\Rule
The EmailValidator class.
EqualsValidatorClass in namespace Windwalker\Validator\Rule
The EqualsValidator class.

F

FileStorageClass in namespace Windwalker\Cache\Storage
Filesystem cache driver for the Windwalker Framework.
FileStorage::fetchStreamUri() — Method in class FileStorage
Get the full stream URI for the cache entry.
CallbackPrompter::failToClose() — Method in class CallbackPrompter
If validate fail, whether close application or not.
Container::fork() — Method in class Container
Fork an instance to a new key.
AbstractDataMapper::find() — Method in class AbstractDataMapper
Find records and return data set.
AbstractDataMapper::findAll() — Method in class AbstractDataMapper
Find records without where conditions and return data set.
AbstractDataMapper::findOne() — Method in class AbstractDataMapper
Find one record and return a data.
AbstractDataMapper::findColumn() — Method in class AbstractDataMapper
Find column as an array.
AbstractDataMapper::flush() — Method in class AbstractDataMapper
Flush records, will delete all by conditions then recreate new.
DataMapper::findColumn() — Method in class DataMapper
Find column as an array.
DataMapperInterface::find() — Method in class DataMapperInterface
Find records and return data set.
DataMapperInterface::findAll() — Method in class DataMapperInterface
Find records without where conditions and return data set.
DataMapperInterface::findOne() — Method in class DataMapperInterface
Find one record and return a data.
DataMapperInterface::findColumn() — Method in class DataMapperInterface
Find column as an array.
DataMapperInterface::flush() — Method in class DataMapperInterface
Flush records, will delete all by conditions then recreate new.
DataSet::first() — Method in class DataSet
Get first element.
AbstractReader::fetchArray() — Method in class AbstractReader
Method to fetch a row from the result set cursor as an array.
AbstractReader::fetchAssoc() — Method in class AbstractReader
Method to fetch a row from the result set cursor as an associative array.
AbstractReader::fetchObject() — Method in class AbstractReader
Method to fetch a row from the result set cursor as an object.
AbstractReader::freeResult() — Method in class AbstractReader
freeResult
AbstractDatabaseDriver::freeResult() — Method in class AbstractDatabaseDriver
Method to free up the memory used for the result set.
PdoDriver::freeResult() — Method in class PdoDriver
Method to free up the memory used for the result set.
PdoReader::fetchArray() — Method in class PdoReader
Method to fetch a row from the result set cursor as an array.
PdoReader::fetchAssoc() — Method in class PdoReader
Method to fetch a row from the result set cursor as an associative array.
PdoReader::fetchObject() — Method in class PdoReader
Method to fetch a row from the result set cursor as an object.
PdoReader::fetch() — Method in class PdoReader
fetch
PdoReader::fetchAll() — Method in class PdoReader
fetchAll
FloatTypeClass in namespace Windwalker\Database\Schema\Column
The Float class.
Schema::float() — Method in class Schema
DomFormatter::format() — Method in class DomFormatter
format
Edge::flushSections() — Method in class Edge
Flush all of the section contents.
Edge::flushSectionsIfDoneRendering() — Method in class Edge
Flush all of the section contents if done rendering.
EdgeFileLoader::find() — Method in class EdgeFileLoader
find
EdgeLoaderInterface::find() — Method in class EdgeLoaderInterface
load
EdgeStringLoader::find() — Method in class EdgeStringLoader
load
FileComparatorInterfaceClass in namespace Windwalker\Filesystem\Comparator
FilesystemExceptionClass in namespace Windwalker\Filesystem\Exception
Exception class for handling errors in the Filesystem package
FileClass in namespace Windwalker\Filesystem
A File handling class
FilesystemClass in namespace Windwalker\Filesystem
Class Filesystem
Filesystem::files() — Method in class Filesystem
files
Filesystem::folders() — Method in class Filesystem
folders
Filesystem::findOne() — Method in class Filesystem
Find one file and return.
Filesystem::find() — Method in class Filesystem
Find all files which matches condition.
Filesystem::findByCallback() — Method in class Filesystem
Using a closure function to filter file.
FolderClass in namespace Windwalker\Filesystem
A Folder handling class
Folder::files() — Method in class Folder
files
Folder::folders() — Method in class Folder
folders
Path::find() — Method in class Path
Searches the directory paths for a given file.
PathCollection::findOne() — Method in class PathCollection
Find one file from all paths.
PathCollection::find() — Method in class PathCollection
Find all files from paths.
PathLocator::findOne() — Method in class PathLocator
Find one file and return.
PathLocator::find() — Method in class PathLocator
Find all files which matches condition.
PathLocator::findByCallback() — Method in class PathLocator
Using a closure function to filter file.
UnicodeHelper::fromUnicode() — Method in class UnicodeHelper
fromUnicode
FieldDefinitionInterfaceClass in namespace Windwalker\Form
Field Definition Interface
FieldHelperClass in namespace Windwalker\Form
The FieldHelper class.
FieldHelper::findFieldClass() — Method in class FieldHelper
findFieldClass
AbstractField::filter() — Method in class AbstractField
filter
FilterHelperClass in namespace Windwalker\Form
The FilterHelper class.
FilterInterfaceClass in namespace Windwalker\Form\Filter
Interface FilterInterface
FormClass in namespace Windwalker\Form
The Form class.
Form::fieldset() — Method in class Form
fieldset
Form::filter() — Method in class Form
filter
FormHelperClass in namespace Windwalker\Form
The FormHelper class.
FormHelper::flatten() — Method in class FormHelper
Dump to on dimension array.
FormRendererInterfaceClass in namespace Windwalker\Form\Renderer
The FormRendererInterface class.
FormWrapperClass in namespace Windwalker\Html\Form
The FormWrapper class.
HeaderHelper::filter() — Method in class HeaderHelper
Method to remove invalid CRLF injection from header value.
ColorStyle::fromString() — Method in class ColorStyle
Create a color style from a parameter string.
FilesInputClass in namespace Windwalker\IO
Windwalker Input Files Class
FormDataInputClass in namespace Windwalker\IO
The FormInput class.
$InputProperty in class Input
$PsrInputProperty in class PsrInput
FormatInterfaceClass in namespace Windwalker\Language\Format
Class FormatInterface
FileLoaderClass in namespace Windwalker\Language\Loader
Class FileLoader
FileMappingLoaderClass in namespace Windwalker\Loader\Loader
Class FileMappingLoader
PostgresqlQuery::forUpdate() — Method in class PostgresqlQuery
Sets the FOR UPDATE lock on select's output row
PostgresqlQuery::forShare() — Method in class PostgresqlQuery
Sets the FOR SHARE lock on select's output row
Query::from() — Method in class Query
Add a table to the FROM clause of the query.
Query::format() — Method in class Query
Find and replace sprintf-like tokens in a format string.
QueryInterface::from() — Method in class QueryInterface
Add a table to the FROM clause of the query.
QueryInterface::format() — Method in class QueryInterface
Find and replace sprintf-like tokens in a format string.
AbstractRenderer::findFile() — Method in class AbstractRenderer
finFile
MustacheRenderer::findFile() — Method in class MustacheRenderer
findFile
PhpRenderer::findFile() — Method in class PhpRenderer
finFile
PlatesRenderer::findFile() — Method in class PlatesRenderer
findFile
FlashBagClass in namespace Windwalker\Session\Bag
Class FlashBag
FlashBagInterfaceClass in namespace Windwalker\Session\Bag
Interface FlasgBagInterface
Session::fork() — Method in class Session
Create a new session and copy variables from the old one
StringNormalise::fromCamelCase() — Method in class StringNormalise
Method to convert a string from camel case.
FormatClass in namespace Windwalker\Structure
The Format class.
FormatInterfaceClass in namespace Windwalker\Structure\Format
Class StructureFormatInterface
Structure::flatten() — Method in class Structure
Dump to on dimension array.
StructureHelper::flatten() — Method in class StructureHelper
Method to recursively convert data to one dimension array.
$UriDataProperty in class UriData
Property full.
UriData::full() — Method in class UriData
UriHelper::filterScheme() — Method in class UriHelper
filterScheme
UriHelper::filterQuery() — Method in class UriHelper
Filter a query string to ensure it is propertly encoded.
UriHelper::filterQueryOrFragment() — Method in class UriHelper
Filter a query string key or value, or a fragment.
UriHelper::filterFragment() — Method in class UriHelper
Filter a fragment value to ensure it is properly encoded.
UriHelper::filterPath() — Method in class UriHelper
Filters the path of a URI to ensure it is properly encoded.
ArrayHelper::flatten() — Method in class ArrayHelper
Method to recursively convert data to one dimension array.

G

SessionHandler::gc() — Method in class SessionHandler
Cleanup old sessions
SessionHandlerInterface::gc() — Method in class SessionHandlerInterface
Cleanup old sessions
AbstractApplication::get() — Method in class AbstractApplication
Returns a property of the object or the default value if the property is not set.
AbstractApplication::getLogger() — Method in class AbstractApplication
Get the logger.
AbstractCliApplication::getIO() — Method in class AbstractCliApplication
Get the IO object.
AbstractDaemonApplication::getName() — Method in class AbstractDaemonApplication
Get application name.
AbstractWebApplication::getEnvironment() — Method in class AbstractWebApplication
Method to get property Environment
AbstractWebApplication::getFinalHandler() — Method in class AbstractWebApplication
Method to get property FinalHandler
AbstractWebApplication::getServer() — Method in class AbstractWebApplication
Method to get property Server
AbstractWebApplication::getRequest() — Method in class AbstractWebApplication
Method to get property Request
AbstractWebApplication::getUri() — Method in class AbstractWebApplication
Method to get property Uri
AbstractWebApplication::getBrowser() — Method in class AbstractWebApplication
Method to get property Browser
AbstractWebApplication::getPlatform() — Method in class AbstractWebApplication
Method to get property Platform
Authentication::getMethod() — Method in class Authentication
getMethod
Authentication::getResults() — Method in class Authentication
Method to get property Results
Authentication::getCredential() — Method in class Authentication
Method to get property Credential
AuthenticationInterface::getResults() — Method in class AuthenticationInterface
Method to get property Results
AuthenticationInterface::getCredential() — Method in class AuthenticationInterface
Method to get property Credential
AbstractMethod::getStatus() — Method in class AbstractMethod
getStatus
LocalMethod::getVerifyHandler() — Method in class LocalMethod
Method to get property VerifyHandler
LocalMethod::getUsers() — Method in class LocalMethod
Method to get property Users
MethodInterface::getStatus() — Method in class MethodInterface
getResult
Authorisation::getPolicy() — Method in class Authorisation
getPolicy
Authorisation::getPolicies() — Method in class Authorisation
Method to get property Policies
CallbackPolicy::getHandler() — Method in class CallbackPolicy
Method to get property Handler
Cache::get() — Method in class Cache
Here we pass in a cache key to be fetched from the cache.
Cache::getMultiple() — Method in class Cache
Obtain multiple CacheItems by their unique keys
Cache::getStorage() — Method in class Cache
getStorage
Cache::getSerializer() — Method in class Cache
getHandler
CacheInterface::get() — Method in class CacheInterface
Here we pass in a cache key to be fetched from the cache.
CacheInterface::getMultiple() — Method in class CacheInterface
Obtain multiple CacheItems by their unique keys
CacheItem::getKey() — Method in class CacheItem
Get the key associated with this CacheItem.
CacheItem::get() — Method in class CacheItem
Obtain the value of this cache item.
CacheItem::getExpiration() — Method in class CacheItem
Method to get property Expiration
AbstractCacheStorage::getItems() — Method in class AbstractCacheStorage
getItems
AbstractCacheStorage::getOptions() — Method in class AbstractCacheStorage
Method to get property Options
AbstractDriverCacheStorage::getDriver() — Method in class AbstractDriverCacheStorage
getDriver
ArrayStorage::getItem() — Method in class ArrayStorage
Here we pass in a cache key to be fetched from the cache.
ArrayStorage::getData() — Method in class ArrayStorage
Method to get property Data
CacheStorageInterface::getItem() — Method in class CacheStorageInterface
Here we pass in a cache key to be fetched from the cache.
CacheStorageInterface::getItems() — Method in class CacheStorageInterface
getItems
FileStorage::getItem() — Method in class FileStorage
Method to get a storage entry value from a key.
FileStorage::getGroup() — Method in class FileStorage
Method to get property Group
FileStorage::getPath() — Method in class FileStorage
Method to get property Path
MemcachedStorage::getItem() — Method in class MemcachedStorage
Here we pass in a cache key to be fetched from the cache.
NullStorage::getItem() — Method in class NullStorage
Here we pass in a cache key to be fetched from the cache.
RedisStorage::getItem() — Method in class RedisStorage
Here we pass in a cache key to be fetched from the cache.
RuntimeArrayStorage::getItem() — Method in class RuntimeArrayStorage
Here we pass in a cache key to be fetched from the cache.
XcacheStorage::getItem() — Method in class XcacheStorage
Here we pass in a cache key to be fetched from the cache.
Compare::getCompare2() — Method in class Compare
Compare 2 getter.
Compare::getCompare1() — Method in class Compare
Compare 1 getter.
Compare::getOperator() — Method in class Compare
Operator getter.
Compare::getHandler() — Method in class Compare
Get handler.
GtCompareClass in namespace Windwalker\Compare
Class GtCompare
GteCompareClass in namespace Windwalker\Compare
Class GteCompare
InCompare::getSeparator() — Method in class InCompare
getSeparator
AbstractConsole::getIO() — Method in class AbstractConsole
getIo
AbstractConsole::get() — Method in class AbstractConsole
Returns a property of the object or the default value if the property is not set.
AbstractConsole::getConfig() — Method in class AbstractConsole
Method to get property Config
AbstractConsole::getDescriptor() — Method in class AbstractConsole
Get or create descriptor.
AbstractCommand::getIO() — Method in class AbstractCommand
Method to get property Io
AbstractCommand::getParent() — Method in class AbstractCommand
Get Parent Command.
AbstractCommand::getArgument() — Method in class AbstractCommand
Get argument by offset or return default.
AbstractCommand::getChild() — Method in class AbstractCommand
Get a argument(command) by name path.
AbstractCommand::getChildren() — Method in class AbstractCommand
Get children array.
AbstractCommand::getOption() — Method in class AbstractCommand
Get value from an option.
AbstractCommand::getOptions() — Method in class AbstractCommand
Get options as array.
AbstractCommand::getOptionSet() — Method in class AbstractCommand
Get option set object.
AbstractCommand::getAllOptions() — Method in class AbstractCommand
Get all options include global.
AbstractCommand::getDescription() — Method in class AbstractCommand
The command description getter.
AbstractCommand::getName() — Method in class AbstractCommand
Console name getter.
AbstractCommand::getHandler() — Method in class AbstractCommand
Console execute code getter.
AbstractCommand::getApplication() — Method in class AbstractCommand
Get the application.
AbstractCommand::getHelp() — Method in class AbstractCommand
Get the help manual.
AbstractCommand::getUsage() — Method in class AbstractCommand
Get the usage.
Console::getCommand() — Method in class Console
Get command by path.
Console::getRootCommand() — Method in class Console
Get the default command.
Console::getVersion() — Method in class Console
Get version.
Console::getDescription() — Method in class Console
Get description.
Console::getHelp() — Method in class Console
Method to get property Help
Console::getTitle() — Method in class Console
Method to get property Title
AbstractDescriptorHelper::getCommandDescriptor() — Method in class AbstractDescriptorHelper
Command descriptor getter.
AbstractDescriptorHelper::getOptionDescriptor() — Method in class AbstractDescriptorHelper
Option descriptor getter.
CommandNotFoundException::getChild() — Method in class CommandNotFoundException
Argument getter.
CommandNotFoundException::getCommand() — Method in class CommandNotFoundException
Command getter.
IO::getOutputStream() — Method in class IO
getOutStream
IO::getErrorStream() — Method in class IO
Method to get property ErrorStream
IO::getInputStream() — Method in class IO
getInputStream
IOFactory::getIO() — Method in class IOFactory
getIO
Option::getAliases() — Method in class Option
Alias getter.
Option::getDefaultValue() — Method in class Option
Default value getter.
Option::getDescription() — Method in class Option
Description getter.
Option::getName() — Method in class Option
Name getter.
Option::getIO() — Method in class Option
Get Cli Input object.
Option::getValue() — Method in class Option
Get the value of this option which sent from command line.
OptionSet::getIterator() — Method in class OptionSet
Retrieve an external iterator
AbstractPrompter::getIO() — Method in class AbstractPrompter
Method to get property Io
BooleanPrompter::getTrueAlias() — Method in class BooleanPrompter
Get true value alias.
BooleanPrompter::getFalseAlias() — Method in class BooleanPrompter
Get aliases of false value.
CallbackPrompter::getHandler() — Method in class CallbackPrompter
Get callable handler.
NotNullPrompter::getHandler() — Method in class NotNullPrompter
Get callable handler.
SelectPrompter::getHandler() — Method in class SelectPrompter
Get callable handler.
ValidatePrompter::getHandler() — Method in class ValidatePrompter
Get callable handler.
NullProfiler::getPoint() — Method in class NullProfiler
Get the point identified by the given name.
NullProfiler::getTimeBetween() — Method in class NullProfiler
Get the elapsed time in seconds between the two points.
NullProfiler::getMemoryBetween() — Method in class NullProfiler
Get the amount of allocated memory in bytes between the two points.
NullProfiler::getMemoryPeakBytes() — Method in class NullProfiler
Get the memory peak in bytes during the profiler run.
NullProfiler::getPoints() — Method in class NullProfiler
Get the points in this profiler (from the first to the last).
NullProfiler::getName() — Method in class NullProfiler
Get the name of this profiler.
AbstractCipher::getIVKey() — Method in class AbstractCipher
getIVKey
AbstractCipher::getIVSize() — Method in class AbstractCipher
getIVSize
AbstractCipher::getMethod() — Method in class AbstractCipher
Method to get property Type
Crypt::getIV() — Method in class Crypt
Method to get property Public
Crypt::getKey() — Method in class Crypt
Method to get property Private
CryptHelper::genRandomBytes() — Method in class CryptHelper
Generate random bytes.
CryptHelper::getLength() — Method in class CryptHelper
mb safe string length calculator
AbstractMcryptCipher::getIVKey() — Method in class AbstractMcryptCipher
getIVKey
AbstractMcryptCipher::getIVSize() — Method in class AbstractMcryptCipher
getIVSize
Password::genRandomPassword() — Method in class Password
Generate a random password.
Password::getSalt() — Method in class Password
Method to get property Salt
Password::getCost() — Method in class Password
Method to get property Cost
Password::getType() — Method in class Password
Method to get property Type
ClassMeta::getArgument() — Method in class ClassMeta
Method to get property Argument
ClassMeta::getArguments() — Method in class ClassMeta
Method to get property Arguments
Container::get() — Method in class Container
Method to retrieve the results of running the $callback for the specified $key;
Container::getNewInstance() — Method in class Container
Method to force the container to return a new instance of the results of the callback for requested $key.
Container::getParent() — Method in class Container
Method to get property Parent
Container::getChild() — Method in class Container
getChild
Container::getChildren() — Method in class Container
Method to get property Children
Container::getIterator() — Method in class Container
Retrieve an external iterator
ContainerAwareInterface::getContainer() — Method in class ContainerAwareInterface
Get the DI container.
ContainerAwareTrait::getContainer() — Method in class ContainerAwareTrait
Get the DI container.
DataStore::get() — Method in class DataStore
Get instance of this DataStore.
DataStore::getCallback() — Method in class DataStore
Method to get property Callback
DataStore::getInstance() — Method in class DataStore
Method to get property Instance
AbstractDataMapper::getFields() — Method in class AbstractDataMapper
Get table fields.
AbstractDataMapper::getTable() — Method in class AbstractDataMapper
Get table name.
AbstractDataMapper::getDataClass() — Method in class AbstractDataMapper
Get data class.
AbstractDataMapper::getDatasetClass() — Method in class AbstractDataMapper
Get data set class.
AbstractDataMapper::getDispatcher() — Method in class AbstractDataMapper
Method to get property Dispatcher
AbstractDataMapper::getKeyName() — Method in class AbstractDataMapper
Method to get the primary key field name for the table.
AbstractDatabaseMapperProxy::getInstance() — Method in class AbstractDatabaseMapperProxy
getInstance
DataMapper::getDb() — Method in class DataMapper
Get DB adapter.
DataMapper::getFields() — Method in class DataMapper
Get table fields.
DataMapper::getQuery() — Method in class DataMapper
Method to get property Query
DataMapper::getQueryHelper() — Method in class DataMapper
Method to get property QueryHelper
DatabaseContainer::getDb() — Method in class DatabaseContainer
Method to get property Db
DatabaseMapperInterface::getFields() — Method in class DatabaseMapperInterface
Get table fields.
DatabaseMapperInterface::getTable() — Method in class DatabaseMapperInterface
Get table name.
DatabaseMapperInterface::getDb() — Method in class DatabaseMapperInterface
Get DB adapter.
Entity::getFields() — Method in class Entity
loadFields
Entity::getIterator() — Method in class Entity
Get an iterator object.
Entity::get() — Method in class Entity
Magic getter to get a table field.
Data::get() — Method in class Data
Get value.
Data::getIterator() — Method in class Data
Retrieve an external iterator
DataSet::getIterator() — Method in class DataSet
Get the data store for iterate.
DataSet::getKeys() — Method in class DataSet
Return all the keys of this DataSet.
AbstractDatabase::getTable() — Method in class AbstractDatabase
getTable
AbstractDatabase::getTables() — Method in class AbstractDatabase
Method to get an array of all tables in the database.
AbstractDatabase::getTableDetails() — Method in class AbstractDatabase
getTableDetails
AbstractDatabase::getTableDetail() — Method in class AbstractDatabase
getTableDetail
AbstractDatabase::getName() — Method in class AbstractDatabase
Method to get property Table
AbstractDatabase::getDriver() — Method in class AbstractDatabase
Method to get property Db
AbstractReader::getIterator() — Method in class AbstractReader
getIterator
AbstractReader::getDriver() — Method in class AbstractReader
Method to get property Db
AbstractReader::getCursor() — Method in class AbstractReader
Method to get property Cursor
AbstractTable::getDetail() — Method in class AbstractTable
getDetail
AbstractTable::getColumns() — Method in class AbstractTable
Get table columns.
AbstractTable::getColumnDetails() — Method in class AbstractTable
getColumnDetails
AbstractTable::getColumnDetail() — Method in class AbstractTable
getColumnDetail
AbstractTable::getIndexes() — Method in class AbstractTable
getIndexes
AbstractTable::getName() — Method in class AbstractTable
Method to get property Table
AbstractTable::getDriver() — Method in class AbstractTable
Method to get property Db
AbstractTable::getSchema() — Method in class AbstractTable
getSchema
AbstractTable::getDatabase() — Method in class AbstractTable
Method to get property Database
AbstractTable::getDataType() — Method in class AbstractTable
getTypeMapper
AbstractTransaction::getNested() — Method in class AbstractTransaction
getNested
AbstractTransaction::getDriver() — Method in class AbstractTransaction
Method to get property Db
AbstractWriter::getDriver() — Method in class AbstractWriter
Method to get property Db
AbstractWriter::getCursor() — Method in class AbstractWriter
Method to get property Cursor
DatabaseFactory::getDbo() — Method in class DatabaseFactory
getDbo
AbstractDatabaseDriver::getConnection() — Method in class AbstractDatabaseDriver
getConnection
AbstractDatabaseDriver::getVersion() — Method in class AbstractDatabaseDriver
Get the version of the database connector
AbstractDatabaseDriver::getCursor() — Method in class AbstractDatabaseDriver
getCursor
AbstractDatabaseDriver::getQuery() — Method in class AbstractDatabaseDriver
Get the current query object or a new Query object.
AbstractDatabaseDriver::getTable() — Method in class AbstractDatabaseDriver
getTable
AbstractDatabaseDriver::getDatabase() — Method in class AbstractDatabaseDriver
getTable
AbstractDatabaseDriver::getReader() — Method in class AbstractDatabaseDriver
getReader
AbstractDatabaseDriver::getWriter() — Method in class AbstractDatabaseDriver
getWriter
AbstractDatabaseDriver::getTransaction() — Method in class AbstractDatabaseDriver
getWriter
AbstractDatabaseDriver::getIterator() — Method in class AbstractDatabaseDriver
getIterator
AbstractDatabaseDriver::getCurrentDatabase() — Method in class AbstractDatabaseDriver
Gets the name of the database used by this conneciton.
AbstractDatabaseDriver::getPrefix() — Method in class AbstractDatabaseDriver
Get the common table prefix for the database driver.
AbstractDatabaseDriver::getName() — Method in class AbstractDatabaseDriver
Method to get property Name
AbstractDatabaseDriver::getOptions() — Method in class AbstractDatabaseDriver
Method to get property Options
AbstractDatabaseDriver::getMiddlewares() — Method in class AbstractDatabaseDriver
Method to get property Middlewares
AbstractDatabaseDriver::getLastQuery() — Method in class AbstractDatabaseDriver
Method to get property LastQuery
DatabaseAwareTrait::getDb() — Method in class DatabaseAwareTrait
getDb
MysqlTable::getColumnDetails() — Method in class MysqlTable
getColumnDetails
MysqlTable::getIndexes() — Method in class MysqlTable
getIndexes
PdoDriver::getOption() — Method in class PdoDriver
Retrieve a PDO database connection attribute http://www.php.net/manual/en/pdo.getattribute.php
PdoDriver::getVersion() — Method in class PdoDriver
Get the version of the database connector
PdoDriver::getQuery() — Method in class PdoDriver
Get the current query object or a new Query object.
PdoHelper::getDsn() — Method in class PdoHelper
getDsn
PdoReader::getCursor() — Method in class PdoReader
Method to get property Cursor
PostgresqlTable::getColumnDetails() — Method in class PostgresqlTable
getColumnDetails
PostgresqlTable::getIndexes() — Method in class PostgresqlTable
getIndexes
PostgresqlTable::getTableSequences() — Method in class PostgresqlTable
Get the details list of sequences for a table.
DbProfilerMiddleware::getBefore() — Method in class DbProfilerMiddleware
Method to get property Before
DbProfilerMiddleware::getAfter() — Method in class DbProfilerMiddleware
Method to get property After
QueryHelper::getSelectFields() — Method in class QueryHelper
getFilterFields
QueryHelper::getDb() — Method in class QueryHelper
getDb
QueryHelper::getTables() — Method in class QueryHelper
Method to get property Tables
Column::getName() — Method in class Column
Method to get property Name
Column::getType() — Method in class Column
Method to get property Type
Column::getPosition() — Method in class Column
Method to get property Position
Column::getComment() — Method in class Column
Method to get property Comment
Column::getSigned() — Method in class Column
Method to get property Signed
Column::getAllowNull() — Method in class Column
Method to get property AllowNull
Column::getDefault() — Method in class Column
Method to get property Default
Column::getAutoIncrement() — Method in class Column
Method to get property AutoIncrement
Column::getLength() — Method in class Column
Method to get property Length
DataType::getInstance() — Method in class DataType
getInstance
DataType::getLength() — Method in class DataType
getLength
DataType::getDefaultValue() — Method in class DataType
getDefaultValue
DataType::getPhpType() — Method in class DataType
getPhpType
DataType::getType() — Method in class DataType
getType
Key::getName() — Method in class Key
Method to get property Name
Key::getType() — Method in class Key
Method to get property Type
Key::getColumns() — Method in class Key
Method to get property Columns
Key::getComment() — Method in class Key
Method to get property Comment
Schema::getTable() — Method in class Schema
Method to get property Table
Schema::getColumns() — Method in class Schema
Method to get property Columns
Schema::getIndexes() — Method in class Schema
Method to get property Indexes
Schema::getDateFormat() — Method in class Schema
getDateFormat
Schema::getNullDate() — Method in class Schema
getNullDate
DomElement::getContent() — Method in class DomElement
Get content.
DomElement::getAttribute() — Method in class DomElement
Get attributes.
DomElement::getAttributes() — Method in class DomElement
Get all attributes.
DomElement::getName() — Method in class DomElement
Get element tag name.
DomElements::getIterator() — Method in class DomElements
Retrieve an external iterator
DomElements::getStrict() — Method in class DomElements
Method to get property Strict
DomElements::getElements() — Method in class DomElements
Method to get property Elements
DomFormatter::getInstance() — Method in class DomFormatter
getInstance
DomFormatter::getLog() — Method in class DomFormatter
Debugging utility. Get log for the last indent operation.
HtmlFormatter::getUnpairedElements() — Method in class HtmlFormatter
Method to get property UnpairedElements
XmlHelper::getAttribute() — Method in class XmlHelper
Get attribute from SimpleXMLElement.
XmlHelper::get() — Method in class XmlHelper
Get attribute from SimpleXMLElement. Alias of getAttribute().
XmlHelper::getBool() — Method in class XmlHelper
Method to convert some string like true, 1, yes to boolean TRUE, and no, false, disabled, null, none, 0 string to boolean FALSE.
XmlHelper::getFalse() — Method in class XmlHelper
Just an alias of getBool() but FALSE will return TRUE.
XmlHelper::getAttributes() — Method in class XmlHelper
Get all attributes.
EdgeArrayCache::getCacheKey() — Method in class EdgeArrayCache
getCacheKey
EdgeArrayCache::getData() — Method in class EdgeArrayCache
Method to get property Data
EdgeCacheInterface::getCacheKey() — Method in class EdgeCacheInterface
getCacheKey
EdgeFileCache::getCacheKey() — Method in class EdgeFileCache
getCacheKey
EdgeFileCache::getCacheFile() — Method in class EdgeFileCache
getCacheFile
EdgeCompiler::getDirectives() — Method in class EdgeCompiler
Get the list of custom directives.
EdgeCompiler::getParsers() — Method in class EdgeCompiler
getParsers
EdgeCompiler::getRawTags() — Method in class EdgeCompiler
Gets the raw tags used by the compiler.
EdgeCompiler::getContentTags() — Method in class EdgeCompiler
Gets the content tags used for the compiler.
EdgeCompiler::getEscapedContentTags() — Method in class EdgeCompiler
Gets the escaped content tags used for the compiler.
Edge::getGlobals() — Method in class Edge
Method to get property Globals
Edge::getGlobal() — Method in class Edge
Edge::getCompiler() — Method in class Edge
Method to get property Compiler
Edge::getLoader() — Method in class Edge
Method to get property Loader
Edge::getExtension() — Method in class Edge
getExtension
Edge::getExtensions() — Method in class Edge
Method to get property Extensions
Edge::getCache() — Method in class Edge
Method to get property Cache
EdgeExtensionInterface::getName() — Method in class EdgeExtensionInterface
getName
EdgeExtensionInterface::getDirectives() — Method in class EdgeExtensionInterface
getDirectives
EdgeExtensionInterface::getGlobals() — Method in class EdgeExtensionInterface
getGlobals
EdgeExtensionInterface::getParsers() — Method in class EdgeExtensionInterface
getParsers
EdgeFileLoader::getPaths() — Method in class EdgeFileLoader
Method to get property Paths
EdgeFileLoader::getExtensions() — Method in class EdgeFileLoader
Method to get property Extensions
EdgeStringLoader::getContent() — Method in class EdgeStringLoader
Method to get property Content
Browser::getDevice() — Method in class Browser
getPlatform
Browser::getEngine() — Method in class Browser
getEngine
Browser::getBrowser() — Method in class Browser
getBrowser
Browser::getBrowserVersion() — Method in class Browser
getBrowserVersion
Browser::getLanguages() — Method in class Browser
getLanguages
Browser::getEncodings() — Method in class Browser
getEncodings
Browser::getUserAgent() — Method in class Browser
getUserAgent
Environment::getPlatform() — Method in class Environment
Method to get property Server
PhpHelper::getVersion() — Method in class PhpHelper
Get PHP version
Platform::getOS() — Method in class Platform
getOS
Platform::getUname() — Method in class Platform
Method to get property Uname
Platform::getWorkingDirectory() — Method in class Platform
getWorkingDirectory
Platform::getRoot() — Method in class Platform
getRoot
Platform::getServerPublicRoot() — Method in class Platform
getDocumentRoot
Platform::getEntry() — Method in class Platform
getEntry
Platform::getRequestUri() — Method in class Platform
getRequestUri
Platform::getHost() — Method in class Platform
getHost
Platform::getPort() — Method in class Platform
getPort
Platform::getScheme() — Method in class Platform
getScheme
PlatformHelper::getPlatform() — Method in class PlatformHelper
getServer
WebEnvironment::getBrowser() — Method in class WebEnvironment
Method to get property Browser
Dispatcher::getEvent() — Method in class Dispatcher
Get the event object identified by the given name.
Dispatcher::getEvents() — Method in class Dispatcher
Get the registered events.
Dispatcher::getListenerPriority() — Method in class Dispatcher
Get the priority of the given listener for the given event.
Dispatcher::getListeners() — Method in class Dispatcher
Get the listeners registered to the given event.
DispatcherAwareInterface::getDispatcher() — Method in class DispatcherAwareInterface
getDispatcher
DispatcherAwareTrait::getDispatcher() — Method in class DispatcherAwareTrait
getDispatcher
Event::getName() — Method in class Event
Get the event name.
Event::getArgument() — Method in class Event
Get an event argument value.
Event::getArguments() — Method in class Event
Get all event arguments.
EventInterface::getName() — Method in class EventInterface
Get the event name.
ListenersQueue::getPriority() — Method in class ListenersQueue
Get the priority of the given listener.
ListenersQueue::getAll() — Method in class ListenersQueue
Get all listeners contained in this queue, sorted according to their priority.
ListenersQueue::getIterator() — Method in class ListenersQueue
Get the inner queue with its cursor on top of the heap.
File::getExtension() — Method in class File
getExtension
File::getFilename() — Method in class File
Get file name from a path.
ArrayObject::getArrayCopy() — Method in class ArrayObject
Creates a copy of the ArrayObject.
ArrayObject::getFlags() — Method in class ArrayObject
Gets the behavior flags.
ArrayObject::getIterator() — Method in class ArrayObject
Create a new iterator from an ArrayObject instance
ArrayObject::getIteratorClass() — Method in class ArrayObject
Gets the iterator classname for the ArrayObject.
Path::getPermissions() — Method in class Path
Get the permissions of the file/folder at a give path.
PathCollection::getPaths() — Method in class PathCollection
Get all paths with key from bag.
PathCollection::getPath() — Method in class PathCollection
Using key to get a path.
PathCollection::getAllChildren() — Method in class PathCollection
Get all files and folders as an iterator.
PathCollection::getFiles() — Method in class PathCollection
Get file iterator of all paths
PathCollection::getFolders() — Method in class PathCollection
Get folder iterator of all paths
PathLocator::getIterator() — Method in class PathLocator
Get file iterator of current dir.
PathLocator::getFolders() — Method in class PathLocator
Get folder iterator of current dir.
PathLocator::getFiles() — Method in class PathLocator
Get file iterator of current dir
HtmlCleaner::getTagsMethod() — Method in class HtmlCleaner
getTagsMethod
HtmlCleaner::getAttrMethod() — Method in class HtmlCleaner
getAttrMethod
HtmlCleaner::getXssMethod() — Method in class HtmlCleaner
getXssAuto
InputFilter::getHandler() — Method in class InputFilter
getHandlers
InputFilter::getHtmlCleaner() — Method in class InputFilter
gethtmlCleaner
InputFilter::getDefaultHandler() — Method in class InputFilter
getDefaultHandler
AbstractFormElementHelper::getNamespaces() — Method in class AbstractFormElementHelper
getNamespaces
AbstractField::getLabel() — Method in class AbstractField
getLabel
AbstractField::getId() — Method in class AbstractField
getId
AbstractField::getName() — Method in class AbstractField
Method to get property Name
AbstractField::getFieldName() — Method in class AbstractField
Method to get property FieldName
AbstractField::getGroup() — Method in class AbstractField
Method to get property Group
AbstractField::getFieldset() — Method in class AbstractField
Method to get property Fieldset
AbstractField::getValue() — Method in class AbstractField
Method to get property Value
AbstractField::getDefaultValue() — Method in class AbstractField
getDefaultValue
AbstractField::getValidator() — Method in class AbstractField
Method to get property Rule
AbstractField::getFilter() — Method in class AbstractField
Method to get property Filter
AbstractField::getControl() — Method in class AbstractField
Method to get property Control
AbstractField::getAttribute() — Method in class AbstractField
getAttribute
AbstractField::get() — Method in class AbstractField
Get attribute. Alias of getAttribute().
AbstractField::getBool() — Method in class AbstractField
Method to convert some string like true, 1, yes to boolean TRUE, and no, false, disabled, null, none, 0 string to boolean FALSE.
AbstractField::getFalse() — Method in class AbstractField
Just an alias of getBool() but FALSE will return TRUE.
AbstractField::getAttributes() — Method in class AbstractField
Get all attributes.
AbstractField::getType() — Method in class AbstractField
Method to get property Type
AbstractField::getForm() — Method in class AbstractField
Method to get property Form
CheckboxesField::getValue() — Method in class CheckboxesField
getValue
ListField::getOptions() — Method in class ListField
getOptions
ListField::group() — Method in class ListField
optionGroup
ListField::getValue() — Method in class ListField
getValue
DefaultFilter::getType() — Method in class DefaultFilter
Method to get property Type
Form::group() — Method in class Form
group
Form::getIterator() — Method in class Form
Retrieve an external iterator
Form::getCallbackIterator() — Method in class Form
getCallbackIterator
Form::getField() — Method in class Form
getField
Form::getFields() — Method in class Form
getFields
Form::getFieldsets() — Method in class Form
Method to get property Fieldsets
Form::getGroups() — Method in class Form
Method to get property Groups
Form::getAttribute() — Method in class Form
getAttribute
Form::getViews() — Method in class Form
getViews
Form::getControl() — Method in class Form
Method to get property Control
Form::getErrors() — Method in class Form
Method to get property Errors
Form::getValues() — Method in class Form
getValues
Form::getRenderer() — Method in class Form
Method to get property FieldRenderHandler
FormHelper::getByPath() — Method in class FormHelper
Get data from array or object by path.
ValidateResult::getMessage() — Method in class ValidateResult
Method to get property Message
ValidateResult::getField() — Method in class ValidateResult
Method to get property Field
ValidateResult::getResult() — Method in class ValidateResult
Method to get property Result
FormWrapper::getToken() — Method in class FormWrapper
getToken
FormWrapper::getTokenHandler() — Method in class FormWrapper
Method to get property TokenHandler
GridClass in namespace Windwalker\Html\Grid
The Grid class to dynamically generate HTML tables.
Grid::getTableAttributes() — Method in class Grid
Get the Attributes of the current table
Grid::getColumns() — Method in class Grid
Returns the list of internal columns
Grid::getRowAttributes() — Method in class Grid
Method to get the attributes of the currently active row
Grid::getActiveRow() — Method in class Grid
Get the currently active row ID
Grid::getRow() — Method in class Grid
Get all data for a row
Grid::getRows() — Method in class Grid
Get the IDs of all rows in the table
HtmlHelper::getJSObject() — Method in class HtmlHelper
Method to get a JavaScript object notation string from an array
AbstractMediaElement::getNoSupportHint() — Method in class AbstractMediaElement
Method to get property Hint
Option::getValue() — Method in class Option
Method to get property Value
AbstractInputList::getChecked() — Method in class AbstractInputList
Method to get property Checked
AbstractInputList::getDisabled() — Method in class AbstractInputList
Method to get property Disabled
AbstractInputList::getReadonly() — Method in class AbstractInputList
Method to get property Readonly
SelectList::getSelected() — Method in class SelectList
Method to get property Selected
SelectList::getMultiple() — Method in class SelectList
Method to get property Multiple
AbstractMessage::getProtocolVersion() — Method in class AbstractMessage
Retrieves the HTTP protocol version as a string.
AbstractMessage::getHeaders() — Method in class AbstractMessage
Retrieves all message header values.
AbstractMessage::getHeader() — Method in class AbstractMessage
Retrieves a message header value by the given case-insensitive name.
AbstractMessage::getHeaderLine() — Method in class AbstractMessage
Retrieves a comma-separated string of the values for a single header.
AbstractMessage::getBody() — Method in class AbstractMessage
Gets the body of the message.
HeaderHelper::getValue() — Method in class HeaderHelper
Get header value.
ResponseHelper::getPhrase() — Method in class ResponseHelper
Get status phrase by code.
ServerHelper::getValue() — Method in class ServerHelper
Access a value in an array, returning a default value if not found
ServerHelper::getAllHeaders() — Method in class ServerHelper
A proxy to getallheaders().
UploadedFileHelper::getUploadMessage() — Method in class UploadedFileHelper
Get Upload error message.
HttpClient::get() — Method in class HttpClient
Method to send the GET command to the server.
HttpClient::getOption() — Method in class HttpClient
Get option value.
HttpClient::getOptions() — Method in class HttpClient
Method to get property Options
HttpClient::getTransport() — Method in class HttpClient
Method to get property Transport
HttpServer::getHandler() — Method in class HttpServer
Method to get property Handler
HttpServer::getRequest() — Method in class HttpServer
Method to get property Request
HttpServer::getOutput() — Method in class HttpServer
Method to get property Output
HttpServer::getResponse() — Method in class HttpServer
Method to get property Response
HttpCompressor::getAcceptEncoding() — Method in class HttpCompressor
Method to get property AcceptEncoding
HttpCompressor::getEncodedBy() — Method in class HttpCompressor
Method to get property EncodedBy
StreamOutput::getMaxBufferLength() — Method in class StreamOutput
Method to get property MaxBufferLength
StreamOutput::getDelay() — Method in class StreamOutput
Method to get property Delay
AbstractRequest::getRequestTarget() — Method in class AbstractRequest
Retrieves the message's request target.
AbstractRequest::getMethod() — Method in class AbstractRequest
Retrieves the HTTP method of the request.
AbstractRequest::getUri() — Method in class AbstractRequest
Retrieves the URI instance.
Request::getHeaders() — Method in class Request
Retrieves all message header values.
Request::getHeader() — Method in class Request
Retrieves a message header value by the given case-insensitive name.
ServerRequest::getServerParams() — Method in class ServerRequest
Retrieve server parameters.
ServerRequest::getCookieParams() — Method in class ServerRequest
Retrieve cookies.
ServerRequest::getQueryParams() — Method in class ServerRequest
Retrieve query string arguments.
ServerRequest::getUploadedFiles() — Method in class ServerRequest
Retrieve normalized file upload data.
ServerRequest::getParsedBody() — Method in class ServerRequest
Retrieve any parameters provided in the request body.
ServerRequest::getAttributes() — Method in class ServerRequest
Retrieve attributes derived from the request.
ServerRequest::getAttribute() — Method in class ServerRequest
Retrieve a single derived request attribute.
ServerRequestFactory::getHostAndPortFromHeaders() — Method in class ServerRequestFactory
Marshal the host and port from HTTP headers and/or the PHP environment
ServerRequestFactory::getRequestUri() — Method in class ServerRequestFactory
Get the base URI for the $_SERVER superglobal.
EmptyResponse::getBody() — Method in class EmptyResponse
Gets the body of the message.
Response::getStatusCode() — Method in class Response
Gets the response status code.
Response::getReasonPhrase() — Method in class Response
Gets the response reason phrase associated with the status code.
PhpInputStream::getContents() — Method in class PhpInputStream
Returns the remaining contents in a string
Stream::getSize() — Method in class Stream
Get the size of the stream if known.
Stream::getContents() — Method in class Stream
Returns the remaining contents in a string
Stream::getMetadata() — Method in class Stream
Get stream metadata as an associative array or retrieve a specific key.
Stream::getResource() — Method in class Stream
Method to get property Resource
StringStream::getSize() — Method in class StringStream
Get the size of the stream if known.
StringStream::getContents() — Method in class StringStream
Returns the remaining contents in a string
StringStream::getMetadata() — Method in class StringStream
Get stream metadata as an associative array or retrieve a specific key.
StringStream::getResource() — Method in class StringStream
Method to get property Resource
AbstractTransport::getOption() — Method in class AbstractTransport
Get option value.
AbstractTransport::getOptions() — Method in class AbstractTransport
Method to get property Options
UploadedFile::getStream() — Method in class UploadedFile
Retrieve a stream representing the uploaded file.
UploadedFile::getSize() — Method in class UploadedFile
Retrieve the file size.
UploadedFile::getError() — Method in class UploadedFile
Retrieve the error associated with the uploaded file.
UploadedFile::getClientFilename() — Method in class UploadedFile
Retrieve the filename sent by the client.
UploadedFile::getClientMediaType() — Method in class UploadedFile
Retrieve the media type sent by the client.
UploadedFile::getSapi() — Method in class UploadedFile
Method to get property Sapi
WebHttpServer::getContentType() — Method in class WebHttpServer
Method to get property MimeType
WebHttpServer::getCharSet() — Method in class WebHttpServer
Method to get property CharSet
WebHttpServer::getModifiedDate() — Method in class WebHttpServer
Method to get property ModifiedDate
WebHttpServer::getUriData() — Method in class WebHttpServer
Method to get property UriData
WebHttpServer::getCompressor() — Method in class WebHttpServer
Method to get property Compressor
WebHttpServer::getCachable() — Method in class WebHttpServer
Method to get property Cachable
ColorProcessor::getNoColors() — Method in class ColorProcessor
Method to get property NoColors
ColorStyle::getStyle() — Method in class ColorStyle
Get the translated color code.
ColorStyle::getKnownColors() — Method in class ColorStyle
Get the known colors.
ColorStyle::getKnownOptions() — Method in class ColorStyle
Get the known options.
IO::getOption() — Method in class IO
Gets a value from the input data.
IO::getArgument() — Method in class IO
getArgument
IO::getInput() — Method in class IO
getInput
IO::getOutput() — Method in class IO
getOutput
IO::getCalledScript() — Method in class IO
getExecuted
IO::getOptions() — Method in class IO
getOptions
IO::getArguments() — Method in class IO
getArguments
IO::getIterator() — Method in class IO
Get the data store for iterate.
IOInterface::getOption() — Method in class IOInterface
Gets a value from the input data.
IOInterface::getOptions() — Method in class IOInterface
getOptions
IOInterface::getArgument() — Method in class IOInterface
getArgument
IOInterface::getArguments() — Method in class IOInterface
getArguments
IOInterface::getCalledScript() — Method in class IOInterface
getExecuted
CliInput::get() — Method in class CliInput
Gets a value from the input data.
CliInput::getArgument() — Method in class CliInput
getArgument
CliInput::getInputStream() — Method in class CliInput
getInputStream
CliInput::getCalledScript() — Method in class CliInput
getCalledScript
CliInputInterface::get() — Method in class CliInputInterface
Gets a value from the input data.
CliInputInterface::getArgument() — Method in class CliInputInterface
getArgument
CliInputInterface::getCalledScript() — Method in class CliInputInterface
getCalledScript
AbstractCliOutput::getOutputStream() — Method in class AbstractCliOutput
getOutStream
AbstractCliOutput::getErrorStream() — Method in class AbstractCliOutput
Method to get property ErrorStream
CliOutput::getProcessor() — Method in class CliOutput
Get a processor
ColorfulOutputInterface::getProcessor() — Method in class ColorfulOutputInterface
Get a processor
FilesInput::get() — Method in class FilesInput
Gets a value from the input data.
FormDataInput::getRawFormData() — Method in class FormDataInput
Gets the raw HTTP data string from the request.
$InputProperty in class Input
Input::get() — Method in class Input
Gets a value from the input data.
Input::getMethod() — Method in class Input
Gets the request method.
Input::getAllInputs() — Method in class Input
getAllInputs
Input::getFilter() — Method in class Input
Method to get property Filter
Input::getRawData() — Method in class Input
Method to get property Data
Input::getByPath() — Method in class Input
Get data from array or object by path.
Input::getInt() — Method in class Input
Get a signed integer.
Input::getUint() — Method in class Input
Get an unsigned integer.
Input::getFloat() — Method in class Input
Get a floating-point number.
Input::getBool() — Method in class Input
Get a boolean.
Input::getBoolean() — Method in class Input
Get a boolean.
Input::getWord() — Method in class Input
Input::getAlnum() — Method in class Input
Input::getCmd() — Method in class Input
Input::getBase64() — Method in class Input
Input::getString() — Method in class Input
Input::getArray() — Method in class Input
Input::getHtml() — Method in class Input
Input::getPath() — Method in class Input
Input::getUsername() — Method in class Input
Input::getEmail() — Method in class Input
Input::getUrl() — Method in class Input
Get URL
Input::getRaw() — Method in class Input
Get raw data
Input::getVar() — Method in class Input
Get string or array and filter them.
PsrFilesInput::get() — Method in class PsrFilesInput
Gets a value from the input data.
PsrHeaderInput::get() — Method in class PsrHeaderInput
Gets a value from the input data.
$PsrInputProperty in class PsrInput
AbstractFormat::getName() — Method in class AbstractFormat
getName
FormatInterface::getName() — Method in class FormatInterface
getName
Language::getLoader() — Method in class Language
getLoader
Language::getFormat() — Method in class Language
getFormat
Language::getOrphans() — Method in class Language
getOrphans
Language::getUsed() — Method in class Language
getUsed
Language::getLocale() — Method in class Language
getLocale
Language::getDefaultLocale() — Method in class Language
Method to get property DefaultLocale
Language::getNormalizeHandler() — Method in class Language
getNormalizeHandler
Language::getTrace() — Method in class Language
Method to get property Trace
Language::getTraceLevelOffset() — Method in class Language
Method to get property TraceLevelOffset
LanguageNormalize::getLocaliseClassPrefix() — Method in class LanguageNormalize
getLocaliseClassPrefix
AbstractLoader::getName() — Method in class AbstractLoader
getName
LoaderInterface::getName() — Method in class LoaderInterface
getName
EnGBLocalise::getPluralSuffix() — Method in class EnGBLocalise
getPluralSuffixes
LocaliseInterface::getPluralSuffix() — Method in class LocaliseInterface
getPluralSuffixes
NullLocalise::getPluralSuffix() — Method in class NullLocalise
getPluralSuffixes
ZhTWLocalise::getPluralSuffix() — Method in class ZhTWLocalise
getPluralSuffixes
ClassLoader::getPsr0Loader() — Method in class ClassLoader
Method to get property Psr0
ClassLoader::getPsr4Loader() — Method in class ClassLoader
Method to get property Psr4
ClassLoader::getFilesLoader() — Method in class ClassLoader
Method to get property Files
Psr0Loader::getNamespaceSeparator() — Method in class Psr0Loader
Gets the namespace seperator used by classes in the namespace of this class loader.
Psr0Loader::getFileExtension() — Method in class Psr0Loader
Gets the file extension of class files in the namespace of this class loader.
AbstractMiddleware::getNext() — Method in class AbstractMiddleware
Get next middleware.
CallbackMiddleware::getHandler() — Method in class CallbackMiddleware
Get callback handler.
ChainBuilder::getStack() — Method in class ChainBuilder
Method to get property Stack
EndMiddleware::getNext() — Method in class EndMiddleware
Get next middleware.
MiddlewareInterface::getNext() — Method in class MiddlewareInterface
Get next middleware.
Benchmark::getResults() — Method in class Benchmark
Method to get property Results
Benchmark::getResult() — Method in class Benchmark
Method to get property Results
Benchmark::getTimes() — Method in class Benchmark
Method to get property Times
Benchmark::getRenderOneHandler() — Method in class Benchmark
Method to get property RenderHandler
Collector::get() — Method in class Collector
Get a value.
Collector::getData() — Method in class Collector
Get all data.
Collector::getIterator() — Method in class Collector
Retrieve an external iterator
CollectorInterface::get() — Method in class CollectorInterface
Get a value.
CollectorInterface::getData() — Method in class CollectorInterface
Get all data.
Point::getName() — Method in class Point
Get the name of this profile point.
Point::getTime() — Method in class Point
Get the elapsed time in seconds since the first point in the profiler it belongs to was marked.
Point::getMemory() — Method in class Point
Get the allocated amount of memory in bytes since the first point in the profiler it belongs to was marked.
Point::getData() — Method in class Point
Method to get property Data
PointInterface::getName() — Method in class PointInterface
Get the name of this profile point.
PointInterface::getTime() — Method in class PointInterface
Get the elapsed time in seconds since the first point in the profiler it belongs to was marked.
PointInterface::getMemory() — Method in class PointInterface
Get the allocated amount of memory in bytes since the first point in the profiler it belongs to was marked.
PointInterface::getData() — Method in class PointInterface
getData
Profiler::getName() — Method in class Profiler
Get the name of this profiler.
Profiler::getPoint() — Method in class Profiler
Get the point identified by the given name.
Profiler::getTimeBetween() — Method in class Profiler
Get the elapsed time in seconds between the two points.
Profiler::getMemoryBetween() — Method in class Profiler
Get the amount of allocated memory in bytes between the two points.
Profiler::getMemoryPeakBytes() — Method in class Profiler
Get the memory peak in bytes during the profiler run.
Profiler::getMemoryRealUsage() — Method in class Profiler
Method to get property MemoryRealUsage
Profiler::getPoints() — Method in class Profiler
Get the points in this profiler (from the first to the last).
Profiler::getRenderer() — Method in class Profiler
Get the currently used renderer in this profiler.
Profiler::getIterator() — Method in class Profiler
Get an iterator on the profiler points.
ProfilerAwareInterface::getProfiler() — Method in class ProfilerAwareInterface
Get profiler.
ProfilerInterface::getName() — Method in class ProfilerInterface
Get the name of this profiler.
ProfilerInterface::getPoint() — Method in class ProfilerInterface
Get the point identified by the given name.
ProfilerInterface::getTimeBetween() — Method in class ProfilerInterface
Get the elapsed time in seconds between the two points.
ProfilerInterface::getMemoryBetween() — Method in class ProfilerInterface
Get the amount of allocated memory in bytes between the two points.
ProfilerInterface::getMemoryPeakBytes() — Method in class ProfilerInterface
Get the memory peak in bytes during the profiler run.
ProfilerInterface::getPoints() — Method in class ProfilerInterface
Get the points in this profiler (from the first to the last).
AbstractQueryGrammar::getInstance() — Method in class AbstractQueryGrammar
getInstance
AbstractQueryGrammar::getQuery() — Method in class AbstractQueryGrammar
getQuery
ConnectionContainer::getConnection() — Method in class ConnectionContainer
getConnection
MysqlGrammar::getQuery() — Method in class MysqlGrammar
getQuery
OracleQuery::getDateFormat() — Method in class OracleQuery
getDateFormat
PostgresqlGrammar::getQuery() — Method in class PostgresqlGrammar
getQuery
Query::get() — Method in class Query
Get clause value.
Query::group() — Method in class Query
Add a grouping column to the GROUP clause of the query.
Query::getName() — Method in class Query
getName
Query::getExpression() — Method in class Query
getExpression
Query::getConnection() — Method in class Query
Method to get property Connection
Query::getBounded() — Method in class Query
Retrieves the bound parameters array when key is null and returns it by reference. If a key is provided then that item is returned.
Query::getDateFormat() — Method in class Query
Method to get property DateFormat
Query::getNullDate() — Method in class Query
Method to get property NullDate
Query::getGrammar() — Method in class Query
getBuilder
QueryElement::getElements() — Method in class QueryElement
Gets the elements of this element.
QueryElement::getGlue() — Method in class QueryElement
Method to get property Glue
QueryElement::getName() — Method in class QueryElement
Method to get property Name
QueryExpression::getQuery() — Method in class QueryExpression
getQuery
QueryGrammarInterface::getQuery() — Method in class QueryGrammarInterface
getQuery
QueryInterface::get() — Method in class QueryInterface
Get clause value.
QueryInterface::group() — Method in class QueryInterface
Add a grouping column to the GROUP clause of the query.
PreparableInterface::getBounded() — Method in class PreparableInterface
Retrieves the bound parameters array when key is null and returns it by reference. If a key is provided then that item is returned.
PreparableTrait::getBounded() — Method in class PreparableTrait
Retrieves the bound parameters array when key is null and returns it by reference. If a key is provided then that item is returned.
SqliteQuery::getBounded() — Method in class SqliteQuery
Retrieves the bound parameters array when key is null and returns it by reference. If a key is provided then that item is returned.
NestedRecord::getPath() — Method in class NestedRecord
Method to get an array of nodes from a given node to its root.
NestedRecord::getTree() — Method in class NestedRecord
Method to get a node and all its child nodes.
NestedRecord::getRootId() — Method in class NestedRecord
Gets the ID of the root item in the tree
Record::getTableName() — Method in class Record
Get the table name.
Record::getFields() — Method in class Record
loadFields
Record::getKeyName() — Method in class Record
Method to get the primary key field name for the table.
Record::getDispatcher() — Method in class Record
Method to get property Dispatcher
Record::getDataMapper() — Method in class Record
Method to get property Mapper
AbstractEngineRenderer::getEngine() — Method in class AbstractEngineRenderer
Method to get property Engine
AbstractRenderer::getPaths() — Method in class AbstractRenderer
getPaths
BladeRenderer::getEngine() — Method in class BladeRenderer
Method to get property Blade
BladeRenderer::getFilesystem() — Method in class BladeRenderer
Method to get property Filesystem
BladeRenderer::getFinder() — Method in class BladeRenderer
Method to get property Finder
BladeRenderer::getResolver() — Method in class BladeRenderer
Method to get property Resolver
BladeRenderer::getDispatcher() — Method in class BladeRenderer
Method to get property Dispatcher
BladeRenderer::getCompiler() — Method in class BladeRenderer
Method to get property Compiler
BladeRenderer::getCustomCompilers() — Method in class BladeRenderer
Method to get property CustomCompiler
GlobalContainerClass in namespace Windwalker\Renderer\Blade
The GlobalContainer class.
GlobalContainer::getCompiler() — Method in class GlobalContainer
getCompiler
GlobalContainer::getCompilers() — Method in class GlobalContainer
Method to get property Compilers
GlobalContainer::getExtension() — Method in class GlobalContainer
getExtension
GlobalContainer::getExtensions() — Method in class GlobalContainer
Method to get property Extensions
GlobalContainer::getCachePath() — Method in class GlobalContainer
Method to get property CachePath
GlobalContainer::getRawTags() — Method in class GlobalContainer
Method to get property RawTags
GlobalContainer::getContentTags() — Method in class GlobalContainer
Method to get property ContentTags
GlobalContainer::getEscapedTags() — Method in class GlobalContainer
Method to get property EscapedTags
EdgeRenderer::getEngine() — Method in class EdgeRenderer
Method to get property Engine
EdgeRenderer::getCompiler() — Method in class EdgeRenderer
Method to get property Compiler
EdgeRenderer::getLoader() — Method in class EdgeRenderer
Method to get property Loader
EdgeRenderer::getCache() — Method in class EdgeRenderer
Method to get property Cache
EdgeRenderer::getExtensions() — Method in class EdgeRenderer
Method to get property Extensions
GlobalContainerClass in namespace Windwalker\Renderer\Edge
The GlobalContainer class.
GlobalContainer::getExtension() — Method in class GlobalContainer
getExtension
GlobalContainer::getExtensions() — Method in class GlobalContainer
Method to get property Extensions
GlobalContainer::getGlobal() — Method in class GlobalContainer
getGlobal
GlobalContainer::getGlobals() — Method in class GlobalContainer
Method to get property Globals
GlobalContainer::getRawTags() — Method in class GlobalContainer
Method to get property RawTags
GlobalContainer::getContentTags() — Method in class GlobalContainer
Method to get property ContentTags
GlobalContainer::getEscapedTags() — Method in class GlobalContainer
Method to get property EscapedTags
MustacheRenderer::getEngine() — Method in class MustacheRenderer
Method to get property Engine
MustacheRenderer::getLoader() — Method in class MustacheRenderer
Method to get property Loader
PhpRenderer::getBlock() — Method in class PhpRenderer
getBlock
PhpRenderer::getBlockQueue() — Method in class PhpRenderer
getBlockQueue
PlatesRenderer::getEngine() — Method in class PlatesRenderer
Method to get property Engine
TwigRenderer::getLoader() — Method in class TwigRenderer
getLoader
TwigRenderer::getEngine() — Method in class TwigRenderer
getTwig
TwigRenderer::getDebugExtension() — Method in class TwigRenderer
Method to get property DebugExtension
TwigRenderer::getExtensions() — Method in class TwigRenderer
Method to get property Extensions
GlobalContainerClass in namespace Windwalker\Renderer\Twig
The GlobalContainer class.
GlobalContainer::getExtension() — Method in class GlobalContainer
getExtension
GlobalContainer::getExtensions() — Method in class GlobalContainer
Method to get property Extensions
GlobalContainer::getGlobal() — Method in class GlobalContainer
getGlobal
GlobalContainer::getGlobals() — Method in class GlobalContainer
Method to get property Globals
TwigFilesystemLoader::getSeparator() — Method in class TwigFilesystemLoader
Method to get property Separator
BasicGenerator::generate() — Method in class BasicGenerator
generate
TrieGenerator::generate() — Method in class TrieGenerator
generate
AbstractMatcher::getRouteMaps() — Method in class AbstractMatcher
Method to get property RouteMaps
AbstractMatcher::getCount() — Method in class AbstractMatcher
Method to get property Count
AbstractMatcher::getDebug() — Method in class AbstractMatcher
Method to get property Debug
TrieMatcher::getTree() — Method in class TrieMatcher
Method to get property Tree
RestRouter::getCustomMethod() — Method in class RestRouter
getCustomMethod
Route::getPattern() — Method in class Route
getPattern
Route::getRegex() — Method in class Route
getRegex
Route::getAllowMethods() — Method in class Route
getMethod
Route::getVariables() — Method in class Route
getVariables
Route::getName() — Method in class Route
getName
Route::getOptions() — Method in class Route
Method to get property Options
Route::getOption() — Method in class Route
Method to get property Options
Route::getSslPort() — Method in class Route
Method to get property SslPort
Route::getPort() — Method in class Route
Method to get property Port
Route::getScheme() — Method in class Route
Method to get property Scheme
Route::getHost() — Method in class Route
Method to get property Host
Route::getRequirements() — Method in class Route
Method to get property Requirements
Route::getSSL() — Method in class Route
Method to get property Ssl
Route::getExtraValues() — Method in class Route
Method to get property Extra
Route::getExtra() — Method in class Route
getExtra
Route::getIterator() — Method in class Route
Retrieve an external iterator
Route::getAllData() — Method in class Route
getAllData
RouteHelper::getVariables() — Method in class RouteHelper
Get variables from regex matched result.
RouteHelper::getEnvironment() — Method in class RouteHelper
getEnvironment
Router::getRoute() — Method in class Router
getRoute
Router::group() — Method in class Router
group
Router::getMatcher() — Method in class Router
Method to get property Matcher
Router::getRoutes() — Method in class Router
Method to get property Routes
SingleActionRouter::getVariables() — Method in class SingleActionRouter
getRequests
AutoExpiredFlashBag::getType() — Method in class AutoExpiredFlashBag
getType
FlashBag::getType() — Method in class FlashBag
getType
FlashBagInterface::getType() — Method in class FlashBagInterface
getType
SessionBag::get() — Method in class SessionBag
get
SessionBagInterface::get() — Method in class SessionBagInterface
get
NativeBridge::getId() — Method in class NativeBridge
Returns the session ID
NativeBridge::getName() — Method in class NativeBridge
Returns the session name
NativeBridge::getCookieParams() — Method in class NativeBridge
getCookieParams
NativeBridge::getStorage() — Method in class NativeBridge
getStorage
SessionBridgeInterface::getId() — Method in class SessionBridgeInterface
Returns the session ID
SessionBridgeInterface::getName() — Method in class SessionBridgeInterface
Returns the session name
SessionBridgeInterface::getCookieParams() — Method in class SessionBridgeInterface
getCookieParams
SessionBridgeInterface::getStorage() — Method in class SessionBridgeInterface
getStorage
AbstractDatabaseAdapter::gc() — Method in class AbstractDatabaseAdapter
gc
AbstractDatabaseAdapter::getDb() — Method in class AbstractDatabaseAdapter
getDb
JoomlaAdapter::gc() — Method in class JoomlaAdapter
gc
PdoAdapter::gc() — Method in class PdoAdapter
gc
WindwalkerAdapter::gc() — Method in class WindwalkerAdapter
gc
ApcHandler::gc() — Method in class ApcHandler
PHP >= 5.4.0
Cleanup old sessions
DatabaseHandler::gc() — Method in class DatabaseHandler
Garbage collect stale sessions from the SessionHandler backend.
MemcacheHandler::gc() — Method in class MemcacheHandler
gc
MemcachedHandler::gc() — Method in class MemcachedHandler
gc
XcacheHandler::gc() — Method in class XcacheHandler
Cleans up expired sessions (garbage collection).
Session::get() — Method in class Session
Get data from the session store
Session::getAll() — Method in class Session
Get all session data.
Session::getFlashes() — Method in class Session
Take all flashes and clean them from bag.
Session::getIterator() — Method in class Session
Retrieve an external iterator
Session::getBridge() — Method in class Session
Method to get property Bridge
Session::getHandler() — Method in class Session
Method to get property Handler
Session::getName() — Method in class Session
Get session name
Session::getId() — Method in class Session
Get session id
Session::getState() — Method in class Session
Method to get property State
Session::getCookie() — Method in class Session
Get cookie source, default is $_COOKIE.
Session::getOption() — Method in class Session
Method to get property Options
Session::getOptions() — Method in class Session
Method to get property Options
Session::getBags() — Method in class Session
Get all Session bags.
Session::getBag() — Method in class Session
Get session bag.
Session::getFlashBag() — Method in class Session
Get Flash bag.
StringInflector::getInstance() — Method in class StringInflector
Gets an instance of the JStringInflector singleton.
YamlFormat::getParser() — Method in class YamlFormat
getParser
YamlFormat::getDumper() — Method in class YamlFormat
getDumper
Structure::get() — Method in class Structure
Get a structure value.
Structure::getRaw() — Method in class Structure
getRaw
Structure::getSeparator() — Method in class Structure
Method to get property Separator
Structure::getIterator() — Method in class Structure
Gets this object represented as an RecursiveArrayIterator.
Structure::getIgnoreValues() — Method in class Structure
Method to get property IgnoreValues
StructureHelper::getFormatClass() — Method in class StructureHelper
getFormatClass
StructureHelper::getValue() — Method in class StructureHelper
getValue
StructureHelper::getByPath() — Method in class StructureHelper
Get data from array or object by path.
StructureHelper::getPathNodes() — Method in class StructureHelper
Explode the structure path into an array and remove empty nodes that occur as a result of a double dot. ex: windwalker.
AbstractUri::getVar() — Method in class AbstractUri
Returns a query variable by name.
AbstractUri::getQuery() — Method in class AbstractUri
Returns flat query string.
AbstractUri::getScheme() — Method in class AbstractUri
Get URI scheme (protocol) ie. http, https, ftp, etc.
AbstractUri::getUser() — Method in class AbstractUri
Get URI username Returns the username, or null if no username was specified.
AbstractUri::getPass() — Method in class AbstractUri
Get URI password Returns the password, or null if no password was specified.
AbstractUri::getUserInfo() — Method in class AbstractUri
Retrieve the user information component of the URI.
AbstractUri::getHost() — Method in class AbstractUri
Get URI host Returns the hostname/ip or null if no hostname/ip was specified.
AbstractUri::getPort() — Method in class AbstractUri
Get URI port Returns the port number, or null if no port was specified.
AbstractUri::getPath() — Method in class AbstractUri
Gets the URI path string.
AbstractUri::getFragment() — Method in class AbstractUri
Get the URI archor string Everything after the "#".
AbstractUri::getOriginal() — Method in class AbstractUri
getUri
PsrUri::getAuthority() — Method in class PsrUri
Retrieve the authority component of the URI.
UriData::getIterator() — Method in class UriData
Retrieve an external iterator
UriInterface::getVar() — Method in class UriInterface
Returns a query variable by name.
UriInterface::getQuery() — Method in class UriInterface
Returns flat query string.
UriInterface::getScheme() — Method in class UriInterface
Get URI scheme (protocol) ie. http, https, ftp, etc.
UriInterface::getUser() — Method in class UriInterface
Get URI username Returns the username, or null if no username was specified.
UriInterface::getPass() — Method in class UriInterface
Get URI password Returns the password, or null if no password was specified.
UriInterface::getHost() — Method in class UriInterface
Get URI host Returns the hostname/ip or null if no hostname/ip was specified.
UriInterface::getPort() — Method in class UriInterface
Get URI port Returns the port number, or null if no port was specified.
UriInterface::getPath() — Method in class UriInterface
Gets the URI path string.
UriInterface::getFragment() — Method in class UriInterface
Get the URI archor string Everything after the "#".
ArrayHelper::getColumn() — Method in class ArrayHelper
Extracts a column from an array of arrays or objects
ArrayHelper::getValue() — Method in class ArrayHelper
Utility function to return a value from a named array or a specified default
ArrayHelper::group() — Method in class ArrayHelper
Re-group an array to create a reverse lookup of an array of scalars, arrays or objects.
ArrayHelper::getByPath() — Method in class ArrayHelper
Get data from array or object by path.
MultiSingletonTrait::getInstance() — Method in class MultiSingletonTrait
getInstance
ArrayObject::getArrayCopy() — Method in class ArrayObject
Creates a copy of the ArrayObject.
ArrayObject::getFlags() — Method in class ArrayObject
Gets the behavior flags.
ArrayObject::getIterator() — Method in class ArrayObject
Create a new iterator from an ArrayObject instance
ArrayObject::getIteratorClass() — Method in class ArrayObject
Gets the iterator classname for the ArrayObject.
DualIterator::getLHS() — Method in class DualIterator
Get lhs.
DualIterator::getRHS() — Method in class DualIterator
Get rhs.
DualIterator::getFlags() — Method in class DualIterator
Get flag.
PriorityQueue::getSerial() — Method in class PriorityQueue
Method to get property Serial
ReflectionHelper::get() — Method in class ReflectionHelper
Get a new ReflectionClass.
ReflectionHelper::getPath() — Method in class ReflectionHelper
Get path from reflection.
ReflectionHelper::getNamespaceBackwards() — Method in class ReflectionHelper
getPackageNamespace
AbstractValidator::getError() — Method in class AbstractValidator
Get error message.
RegexValidator::getRegex() — Method in class RegexValidator
Method to get property Regex
RegexValidator::getModifiers() — Method in class RegexValidator
Method to get property Modifiers
ValidatorInterface::getError() — Method in class ValidatorInterface
Get error message.

H

Authorisation::hasPolicy() — Method in class Authorisation
hasPolicy
AbstractCacheStorage::hasItem() — Method in class AbstractCacheStorage
Confirms if the cache contains specified cache item.
CacheStorageInterface::hasItem() — Method in class CacheStorageInterface
Method to determine whether a storage entry has been set for a key.
AbstractCommand::handler() — Method in class AbstractCommand
Console execute code setter.
AbstractCommand::help() — Method in class AbstractCommand
Sets the help manual
Option::hasAlias() — Method in class Option
Has alias.
NullProfiler::hasPoint() — Method in class NullProfiler
Check if the profiler has marked the given point.
Container::hasChild() — Method in class Container
hasChild
AbstractDataMapper::hasPrimaryKey() — Method in class AbstractDataMapper
Validate that the primary key has been set.
Entity::hasField() — Method in class Entity
Method to check a field exists or not.
AbstractTable::hasColumn() — Method in class AbstractTable
hasColumn
AbstractTable::hasIndex() — Method in class AbstractTable
hasIndex
HtmlBuilderClass in namespace Windwalker\Dom\Builder
HTML Builder helper.
HtmlFormatterClass in namespace Windwalker\Dom\Format
The HtmlFormatter class.
HtmlElementClass in namespace Windwalker\Dom
The Html element object.
HtmlElementsClass in namespace Windwalker\Dom
Html Elements collection.
Edge::hasExtension() — Method in class Edge
hasExtension
PhpHelper::hasXdebug() — Method in class PhpHelper
Returns true when the runtime used is PHP and Xdebug is loaded.
PhpHelper::hasPcntl() — Method in class PhpHelper
supportPcntl
PhpHelper::hasCurl() — Method in class PhpHelper
supportCurl
PhpHelper::hasMcrypt() — Method in class PhpHelper
supportMcrypt
Dispatcher::hasEvent() — Method in class Dispatcher
Tell if the given event has been added to this dispatcher.
Dispatcher::hasListener() — Method in class Dispatcher
Tell if the given listener has been added.
Event::hasArgument() — Method in class Event
Tell if the given event argument exists.
ListenersQueue::has() — Method in class ListenersQueue
Tell if the listener exists in the queue.
HtmlCleanerClass in namespace Windwalker\Filter
Html Cleaner object.
HiddenFieldClass in namespace Windwalker\Form\Field
The HiddenField class.
HtmlHelperClass in namespace Windwalker\Html\Helper
The HtmlHelper class.
Video::height() — Method in class Video
height
AbstractMessage::hasHeader() — Method in class AbstractMessage
Checks if a header exists by the given case-insensitive name.
HeaderHelperClass in namespace Windwalker\Http\Helper
The HeaderHelper class.
HttpClientClass in namespace Windwalker\Http
The HttpClient class.
HttpClient::head() — Method in class HttpClient
Method to send the HEAD command to the server.
HttpClientInterfaceClass in namespace Windwalker\Http
Interface HttpClientInterface
HttpServerClass in namespace Windwalker\Http
The Server class.
HttpCompressorClass in namespace Windwalker\Http\Output
The HttpCompressor class to support gzip encoding.
NoHeaderOutput::header() — Method in class NoHeaderOutput
Method to override parent header() and do nothing.
$OutputProperty in class Output
Property headerSent.
Output::header() — Method in class Output
Method to send a header to the client. We wrap header() function with this method for testing reason.
Output::headersSent() — Method in class Output
checkHeaderSent
Request::hasHeader() — Method in class Request
Checks if a header exists by the given case-insensitive name.
HtmlResponseClass in namespace Windwalker\Http\Response
The HtmlResponse class.
$InputProperty in class Input
$PsrInputProperty in class PsrInput
Profiler::hasPoint() — Method in class Profiler
Check if the profiler has marked the given point.
ProfilerInterface::hasPoint() — Method in class ProfilerInterface
Check if the profiler has marked the given point.
PostgresqlExpression::hour() — Method in class PostgresqlExpression
Used to get a string to extract hour from date column.
Query::having() — Method in class Query
A conditions to the HAVING clause of the query.
QueryExpression::hour() — Method in class QueryExpression
Used to get a string to extract hour from date column.
QueryInterface::having() — Method in class QueryInterface
A conditions to the HAVING clause of the query.
Record::hasPrimaryKey() — Method in class Record
Validate that the primary key has been set.
Router::hasRoute() — Method in class Router
hasRoute
SessionBag::has() — Method in class SessionBag
has
SessionBagInterface::has() — Method in class SessionBagInterface
has
HandlerInterfaceClass in namespace Windwalker\Session\Handler
Interface HandlerInterface
AbstractUri::hasVar() — Method in class AbstractUri
Checks if variable exists.
$UriDataProperty in class UriData
Property host.
UriData::host() — Method in class UriData
UriInterface::hasVar() — Method in class UriInterface
Checks if variable exists.

I

AbstractCliApplication::in() — Method in class AbstractCliApplication
Get a value from standard input.
AbstractDaemonApplication::isActive() — Method in class AbstractDaemonApplication
Check to see if the daemon is active. This does not assume that $this daemon is active, but only if an instance of the application is active as a daemon.
ApplicationHelper::isAscii() — Method in class ApplicationHelper
Tests whether a string contains only 7bit ASCII bytes.
CacheItem::isHit() — Method in class CacheItem
This boolean value tells us if our cache item is currently in the cache or not.
FileStorage::isExpired() — Method in class FileStorage
Check whether or not the cached data by id has expired.
InCompareClass in namespace Windwalker\Compare
Class InCompare
$AbstractConsoleProperty in class AbstractConsole
Property io.
AbstractConsole::in() — Method in class AbstractConsole
Get a value from standard input.
AbstractCommand::in() — Method in class AbstractCommand
Get a value from standard input.
$AbstractDescriptorProperty in class AbstractDescriptor
Waiting described items.
IOClass in namespace Windwalker\Console\IO
The IO class.
IOFactoryClass in namespace Windwalker\Console\IO
The IOFactory class.
$IOFactoryProperty in class IOFactory
Property io.
IOInterfaceClass in namespace Windwalker\Console\IO
The IOInterface class.
NullInput::in() — Method in class NullInput
Get a value from standard input.
Option::isGlobal() — Method in class Option
Is this a global option?
AbstractPrompter::in() — Method in class AbstractPrompter
Get a value from standard input.
PasswordPrompter::in() — Method in class PasswordPrompter
Get a value from standard input.
DataStore::isShared() — Method in class DataStore
Method to get property Shared
DataStore::isProtected() — Method in class DataStore
Method to get property Protected
Entity::isNull() — Method in class Entity
Is this object empty?
Data::isNull() — Method in class Data
Is this object empty?
DataInterface::isNull() — Method in class DataInterface
Is this object empty?
DataSet::isNull() — Method in class DataSet
Is this data set empty?
DataSetInterface::isNull() — Method in class DataSetInterface
Is this data set empty?
AbstractReader::insertId() — Method in class AbstractReader
Method to get the auto-incremented value from the last INSERT statement.
AbstractWriter::insertOne() — Method in class AbstractWriter
Inserts a row into a table based on an object's properties.
AbstractWriter::insertMultiple() — Method in class AbstractWriter
insertMultiple
AbstractWriter::insertId() — Method in class AbstractWriter
Method to get the auto-incremented value from the last INSERT statement.
DatabaseDriverInterface::isSupported() — Method in class DatabaseDriverInterface
Is this driver supported.
MysqlDriver::isSupported() — Method in class MysqlDriver
Is this driver supported.
PdoDriver::isSupported() — Method in class PdoDriver
Is this driver supported.
PdoReader::insertId() — Method in class PdoReader
Method to get the auto-incremented value from the last INSERT statement.
PostgresqlDriver::isSupported() — Method in class PostgresqlDriver
Is this driver supported.
PostgresqlReader::insertId() — Method in class PostgresqlReader
Method to get the auto-incremented value from the last INSERT statement.
Column::isPrimary() — Method in class Column
Method to get property Primary
IntegerClass in namespace Windwalker\Database\Schema\Column
The Varchar class.
Schema::integer() — Method in class Schema
DomFormatter::indent() — Method in class DomFormatter
indent
HtmlFormatter::indent() — Method in class HtmlFormatter
indent
EdgeArrayCache::isExpired() — Method in class EdgeArrayCache
isExpired
EdgeCacheInterface::isExpired() — Method in class EdgeCacheInterface
isExpired
EdgeFileCache::isExpired() — Method in class EdgeFileCache
isExpired
Edge::inject() — Method in class Edge
Inject inline content into a section.
Edge::incrementRender() — Method in class Edge
Increment the rendering counter.
Browser::isMobile() — Method in class Browser
getMobile
Browser::isRobot() — Method in class Browser
getRobot
Browser::isSSLConnection() — Method in class Browser
Determine if we are using a secure (SSL) connection.
PhpHelper::isWeb() — Method in class PhpHelper
isWeb
PhpHelper::isCli() — Method in class PhpHelper
isCli
PhpHelper::isHHVM() — Method in class PhpHelper
isHHVM
PhpHelper::isPHP() — Method in class PhpHelper
isPHP
PhpHelper::isEmbed() — Method in class PhpHelper
isEmbed
Platform::isWeb() — Method in class Platform
isWeb
Platform::isCli() — Method in class Platform
isCli
Platform::isWin() — Method in class Platform
isWin
Platform::isUnix() — Method in class Platform
isUnix
Platform::isLinux() — Method in class Platform
isLinux
PlatformHelper::isWindows() — Method in class PlatformHelper
isWindows
PlatformHelper::isLinux() — Method in class PlatformHelper
isLinux
PlatformHelper::isUnix() — Method in class PlatformHelper
isUnix
Event::isStopped() — Method in class Event
Tell if the event propagation is stopped.
EventInterface::isStopped() — Method in class EventInterface
Tell if the event propagation is stopped.
Filesystem::items() — Method in class Filesystem
items
Filesystem::iteratorToArray() — Method in class Filesystem
iteratorToArray
Folder::items() — Method in class Folder
items
PathCollection::isSubdir() — Method in class PathCollection
Is this path a subdir of another path in bag?
PathLocator::isDir() — Method in class PathLocator
Detect is current path a dir?
PathLocator::isFile() — Method in class PathLocator
Detect is current path a file?
PathLocator::isSubdirOf() — Method in class PathLocator
Is this path subdir of given path?
HtmlCleaner::isBadAttribute() — Method in class HtmlCleaner
Function to determine if contents of an attribute are safe
InputFilterClass in namespace Windwalker\Filter
Class Filter
AbstractFormElementHelper::init() — Method in class AbstractFormElementHelper
init
ValidateResult::isSuccess() — Method in class ValidateResult
isSuccess
ValidateResult::isFailure() — Method in class ValidateResult
isFailure
AbstractHtmlList::item() — Method in class AbstractHtmlList
Alias of addItem()
InputElementClass in namespace Windwalker\Html\Form
The InputElement class.
HtmlHelper::isAssociativeArray() — Method in class HtmlHelper
Method to determine if an array is an associative array.
HeaderHelper::isValidName() — Method in class HeaderHelper
Check whether or not a header name is valid.
HeaderHelper::isValidValue() — Method in class HeaderHelper
Method to validate a header value.
HeaderHelper::isValidProtocolVersion() — Method in class HeaderHelper
Method to validate protocol version format.
HttpCompressor::isSupported() — Method in class HttpCompressor
Method to check zlib supported.
PhpInputStream::isWritable() — Method in class PhpInputStream
Returns whether or not the stream is writable.
Stream::isSeekable() — Method in class Stream
Returns whether or not the stream is seekable.
Stream::isWritable() — Method in class Stream
Returns whether or not the stream is writable.
Stream::isReadable() — Method in class Stream
Returns whether or not the stream is readable.
StringStream::isSeekable() — Method in class StringStream
Returns whether or not the stream is seekable.
StringStream::isWritable() — Method in class StringStream
Returns whether or not the stream is writable.
StringStream::isReadable() — Method in class StringStream
Returns whether or not the stream is readable.
CurlTransport::isSupported() — Method in class CurlTransport
Method to check if HTTP transport layer available for using
StreamTransport::isSupported() — Method in class StreamTransport
Method to check if HTTP transport layer available for using
TransportInterface::isSupported() — Method in class TransportInterface
Method to check if HTTP transport layer available for using
IOClass in namespace Windwalker\IO\Cli
The IO class.
IO::in() — Method in class IO
Get a value from standard input.
IOInterfaceClass in namespace Windwalker\IO\Cli
Class IOInterface
IOInterface::in() — Method in class IOInterface
Get a value from standard input.
CliInput::in() — Method in class CliInput
Get a value from standard input.
CliInputInterface::in() — Method in class CliInputInterface
Get a value from standard input.
InputClass in namespace Windwalker\IO
Class Input
IniFormatClass in namespace Windwalker\Language\Format
Class IniFormat
Query::innerJoin() — Method in class Query
Add an INNER JOIN clause to the query.
Query::insert() — Method in class Query
Add a table name to the INSERT clause of the query.
QueryExpression::isExpression() — Method in class QueryExpression
isExpression
QueryInterface::innerJoin() — Method in class QueryInterface
Add an INNER JOIN clause to the query.
QueryInterface::insert() — Method in class QueryInterface
Add a table name to the INSERT clause of the query.
NestedRecord::isLeaf() — Method in class NestedRecord
Method to determine if a node is a leaf node in the tree (has no children).
RestRouter::isAllowCustomMethod() — Method in class RestRouter
Get the property to allow or not method in POST request
NativeBridge::isStarted() — Method in class NativeBridge
Checks if the session is started.
SessionBridgeInterface::isStarted() — Method in class SessionBridgeInterface
Checks if the session is started.
ApcHandler::isSupported() — Method in class ApcHandler
Test to see if the SessionHandler is available.
DatabaseHandler::isSupported() — Method in class DatabaseHandler
isSupported
HandlerInterface::isSupported() — Method in class HandlerInterface
isSupported
MemcacheHandler::isSupported() — Method in class MemcacheHandler
Test to see if the SessionHandler is available.
MemcachedHandler::isSupported() — Method in class MemcachedHandler
Test to see if the SessionHandler is available.
NativeHandler::isSupported() — Method in class NativeHandler
isSupported
XcacheHandler::isSupported() — Method in class XcacheHandler
Test to see if the SessionHandler is available.
Session::isActive() — Method in class Session
Shorthand to check if the session is active
Session::isNew() — Method in class Session
Check whether this session is currently created
StringHelper::isEmpty() — Method in class StringHelper
isEmptyString
StringHelper::isZero() — Method in class StringHelper
isZero
StringHelper::increment() — Method in class StringHelper
Increments a trailing number in a string.
StringInflector::isCountable() — Method in class StringInflector
Checks if a word is countable.
StringInflector::isPlural() — Method in class StringInflector
Checks if a word is in a plural form.
StringInflector::isSingular() — Method in class StringInflector
Checks if a word is in a singular form.
Utf8String::is_ascii() — Method in class Utf8String
Tests whether a string contains only 7bit ASCII bytes.
IniFormatClass in namespace Windwalker\Structure\Format
INI format handler for Structure.
StructureHelper::isAssociativeArray() — Method in class StructureHelper
Method to determine if an array is an associative array.
AbstractUri::isSSL() — Method in class AbstractUri
Checks whether the current URI is using HTTPS.
UriInterface::isSSL() — Method in class UriInterface
Checks whether the current URI is using HTTPS.
ArrayHelper::invert() — Method in class ArrayHelper
Takes an associative array of arrays and inverts the array keys to values using the array values as keys.
ArrayHelper::isAssociative() — Method in class ArrayHelper
Method to determine if an array is an associative array.
PriorityQueue::insertArray() — Method in class PriorityQueue
register
PriorityQueue::insert() — Method in class PriorityQueue
Insert a value with a given priority
IpValidatorClass in namespace Windwalker\Validator\Rule
The IpValidator class.

J

JsonSerializableClass in namespace
Interface JsonSerializable
JsonSerializable::jsonSerialize() — Method in class JsonSerializable
Return data which should be serialized by json_encode().
JsonSerializerClass in namespace Windwalker\Cache\Serializer
Class JsonHandler
DataMapper::join() — Method in class DataMapper
join
DataSet::jsonSerialize() — Method in class DataSet
Serialize to json format.
JsonResponseClass in namespace Windwalker\Http\Response
The HtmlResponse class.
IO::jsonSerialize() — Method in class IO
Serialize to json format.
JsonInputClass in namespace Windwalker\IO
Windwalker Input JSON Class
JsonFormatClass in namespace Windwalker\Language\Format
Class JsonFormat
Query::join() — Method in class Query
Add a JOIN clause to the query.
QueryInterface::join() — Method in class QueryInterface
Add a JOIN clause to the query.
JoomlaAdapterClass in namespace Windwalker\Session\Database
Class DatabaseAdapter
JsonFormatClass in namespace Windwalker\Structure\Format
JSON format handler for Structure.
Structure::jsonSerialize() — Method in class Structure
Implementation for the JsonSerializable interface.

K

Aes::keyExpansion() — Method in class Aes
Key expansion for Rijndael cipher(): performs key expansion on cipher key to generate a key schedule
DataSet::ksort() — Method in class DataSet
Sort Dataset by key.
DataSet::krsort() — Method in class DataSet
Sort DataSet by key in reverse order
DataIterator::key() — Method in class DataIterator
Return the key of the current element
KeyClass in namespace Windwalker\Database\Schema
The Key class.
ArrayObject::ksort() — Method in class ArrayObject
Sort the entries by key
KeyValueGridClass in namespace Windwalker\Html\Grid
The KeyValueGrid class.
ArrayObject::ksort() — Method in class ArrayObject
Sort the entries by key
DualIterator::key() — Method in class DualIterator
Get current key.

L

AbstractDaemonApplication::loadConfiguration() — Method in class AbstractDaemonApplication
Load an object or array into the application configuration object.
LocalMethodClass in namespace Windwalker\Authentication\Method
The LocalMethod class.
LtCompareClass in namespace Windwalker\Compare
Class LtCompare
LteCompareClass in namespace Windwalker\Compare
Class LteCompare
CryptHelper::limitInteger() — Method in class CryptHelper
limitInteger
DataSet::last() — Method in class DataSet
Get last element.
AbstractReader::loadResult() — Method in class AbstractReader
Method to get the first field of the first row of the result set from the database query.
AbstractReader::loadColumn() — Method in class AbstractReader
Method to get an array of values from the $offset field in each row of the result set from the database query.
AbstractReader::loadArray() — Method in class AbstractReader
Method to get the first row of the result set from the database query as an array. Columns are indexed numerically so the first column in the result set would be accessible via $row[0], etc.
AbstractReader::loadArrayList() — Method in class AbstractReader
Method to get an array of the result set rows from the database query where each row is an array. The array of objects can optionally be keyed by a field offset, but defaults to a sequential numeric array.
AbstractReader::loadAssoc() — Method in class AbstractReader
Method to get the first row of the result set from the database query as an associative array of ['field' => 'value'].
AbstractReader::loadAssocList() — Method in class AbstractReader
Method to get an array of the result set rows from the database query where each row is an associative array of ['fieldname' => 'rowvalue']. The array of rows can optionally be keyed by a field name, but defaults to a sequential numeric array.
AbstractReader::loadObject() — Method in class AbstractReader
Method to get the first row of the result set from the database query as an object.
AbstractReader::loadObjectList() — Method in class AbstractReader
Method to get an array of the result set rows from the database query where each row is an object. The array of objects can optionally be keyed by a field name, but defaults to a sequential numeric array.
AbstractTable::lock() — Method in class AbstractTable
Locks a table in the database.
AbstractDatabaseDriver::listDatabases() — Method in class AbstractDatabaseDriver
getDatabaseList
AbstractDatabaseDriver::loadAll() — Method in class AbstractDatabaseDriver
loadAll
AbstractDatabaseDriver::loadOne() — Method in class AbstractDatabaseDriver
loadOne
AbstractDatabaseDriver::loadResult() — Method in class AbstractDatabaseDriver
loadResult
AbstractDatabaseDriver::loadColumn() — Method in class AbstractDatabaseDriver
loadColumn
PdoDriver::listDatabases() — Method in class PdoDriver
getDatabaseList
Column::length() — Method in class Column
Method to set property length
LongtextClass in namespace Windwalker\Database\Schema\Column
The Varchar class.
Schema::longtext() — Method in class Schema
EdgeArrayCache::load() — Method in class EdgeArrayCache
get
EdgeCacheInterface::load() — Method in class EdgeCacheInterface
get
EdgeFileCache::load() — Method in class EdgeFileCache
load
EdgeFileLoader::load() — Method in class EdgeFileLoader
loadFile
EdgeStringLoader::load() — Method in class EdgeStringLoader
loadFile
Dispatcher::listen() — Method in class Dispatcher
on
DispatcherInterface::listen() — Method in class DispatcherInterface
Add single listener.
ListenerMapperClass in namespace Windwalker\Event
The DispatcherMapper class.
ListenerPriorityClass in namespace Windwalker\Event
The ListenerPriority class.
ListenersQueueClass in namespace Windwalker\Event
Class ListenerPriorityQueue
Folder::listFolderTree() — Method in class Folder
Lists folder in format suitable for tree display.
OutputFilter::linkXHTMLSafe() — Method in class OutputFilter
This method processes a string and replaces all instances of & with & in links only.
UnicodeHelper::latinToAscii() — Method in class UnicodeHelper
latinToAscii
AbstractField::label() — Method in class AbstractField
label
AbstractField::labelClass() — Method in class AbstractField
labelClass
ListFieldClass in namespace Windwalker\Form\Field
The ListField class.
Form::loadXml() — Method in class Form
load
Form::loadFile() — Method in class Form
loadFile
ListItemClass in namespace Windwalker\Html\Enum
The ListItem class.
AbstractMediaElement::loop() — Method in class AbstractMediaElement
loop
HttpServer::listen() — Method in class HttpServer
Execute the server.
WebHttpServer::listen() — Method in class WebHttpServer
listen
$InputProperty in class Input
Input::loadAllInputs() — Method in class Input
Method to load all of the global inputs.
$PsrInputProperty in class PsrInput
LanguageClass in namespace Windwalker\Language
Class Language
Language::load() — Method in class Language
load
LanguageInterfaceClass in namespace Windwalker\Language
Interface LanguageInterface
LanguageNormalizeClass in namespace Windwalker\Language
Class LanguageNormalize
FileLoader::load() — Method in class FileLoader
load
LoaderInterfaceClass in namespace Windwalker\Language\Loader
Interface LoaderInterface
LoaderInterface::load() — Method in class LoaderInterface
load
PhpLoader::load() — Method in class PhpLoader
load
LocaliseInterfaceClass in namespace Windwalker\Language\Localise
Interface LocaliseInterface
AbstractLoader::loadClass() — Method in class AbstractLoader
Loads the given class or interface.
FileMappingLoader::loadClass() — Method in class FileMappingLoader
Loads the given class or interface.
Psr0Loader::loadClass() — Method in class Psr0Loader
Loads the given class or interface.
Psr4Loader::loadClass() — Method in class Psr4Loader
Loads the class file for a given class name.
MysqlGrammar::listDatabases() — Method in class MysqlGrammar
showDatabases
OracleQuery::limit() — Method in class OracleQuery
Sets the offset and limit for the result set, if the database driver supports it.
PostgresqlGrammar::listDatabases() — Method in class PostgresqlGrammar
showDatabases
PostgresqlQuery::limit() — Method in class PostgresqlQuery
Set the LIMIT clause to the query
Query::leftJoin() — Method in class Query
Add a LEFT JOIN clause to the query.
Query::limit() — Method in class Query
Sets the offset and limit for the result set, if the database driver supports it.
QueryExpression::length() — Method in class QueryExpression
Get the length of a string in bytes.
QueryGrammarInterface::listDatabases() — Method in class QueryGrammarInterface
showDatabases
QueryInterface::leftJoin() — Method in class QueryInterface
Add a LEFT JOIN clause to the query.
QueryInterface::limit() — Method in class QueryInterface
Sets the offset and limit for the result set, if the database driver supports it.
LimitableInterfaceClass in namespace Windwalker\Query\Query
Windwalker Query LimitableInterface.
SqlservExpression::length() — Method in class SqlservExpression
Get the length of a string in bytes.
Record::load() — Method in class Record
Method to load a row from the database by primary key and bind the fields to the AbstractTable instance properties.
Record::loadDefault() — Method in class Record
loadDefault
PhpRenderer::load() — Method in class PhpRenderer
load
Utf8String::ltrim() — Method in class Utf8String
UTF-8 aware replacement for ltrim()
Structure::load() — Method in class Structure
Load an array or object of values into the default namespace
Structure::loadFile() — Method in class Structure
Load the contents of a file into the structure
Structure::loadString() — Method in class Structure
Load a string into the structure
StructureHelper::loadFile() — Method in class StructureHelper
Load the contents of a file into the structure
StructureHelper::loadString() — Method in class StructureHelper
Load a string into the structure

M

MethodInterfaceClass in namespace Windwalker\Authentication\Method
Interface MethodInterface
MemcachedStorageClass in namespace Windwalker\Cache\Storage
Class MemcachedStorage
NullProfiler::mark() — Method in class NullProfiler
Mark a profile point.
Data::map() — Method in class Data
Mapping all elements.
DataSet::map() — Method in class DataSet
Mapping all elements.
AbstractTable::modifyColumn() — Method in class AbstractTable
modifyColumn
MysqlDatabaseClass in namespace Windwalker\Database\Driver\Mysql
Class MysqlDatabase
MysqlDriverClass in namespace Windwalker\Database\Driver\Mysql
Class MysqlDriver
MysqlReaderClass in namespace Windwalker\Database\Driver\Mysql
Class MysqlReader
MysqlTableClass in namespace Windwalker\Database\Driver\Mysql
Class MysqlTable
MysqlTable::modifyColumn() — Method in class MysqlTable
modifyColumn
MysqlTransactionClass in namespace Windwalker\Database\Driver\Mysql
Class MysqlTransaction
MysqlTypeClass in namespace Windwalker\Database\Driver\Mysql
The MysqlType class.
MysqlWriterClass in namespace Windwalker\Database\Driver\Mysql
Class MysqlWriter
PostgresqlTable::modifyColumn() — Method in class PostgresqlTable
modifyColumn
DomHelper::minify() — Method in class DomHelper
A simple method to minify Dom and Html.
Event::mergeArguments() — Method in class Event
mergeArguments
File::makeSafe() — Method in class File
Makes the file name safe to use
File::move() — Method in class File
Moves a file
Filesystem::move() — Method in class Filesystem
move
Folder::move() — Method in class Folder
Moves a folder.
Folder::makeSafe() — Method in class Folder
Makes path name safe to use.
MockFilterClass in namespace Windwalker\Form\Filter
The MockFilter class to use on test case.
FormWrapper::method() — Method in class FormWrapper
method
AbstractMediaElement::muted() — Method in class AbstractMediaElement
muted
UploadedFile::moveTo() — Method in class UploadedFile
Move the uploaded file to a new location.
Input::merge() — Method in class Input
merge
MiddlewareInterfaceClass in namespace Windwalker\Middleware
Middleware Interface
Profiler::mark() — Method in class Profiler
Mark a profile point.
ProfilerInterface::mark() — Method in class ProfilerInterface
Mark a profile point.
MariadbExpressionClass in namespace Windwalker\Query\Mariadb
Class MariadbExpression
MariadbQueryClass in namespace Windwalker\Query\Mariadb
Class Mariadb
MysqlExpressionClass in namespace Windwalker\Query\Mysql
Class MysqlExpression
MysqlGrammarClass in namespace Windwalker\Query\Mysql
Class MysqlQueryGrammar
MysqlGrammar::modifyColumn() — Method in class MysqlGrammar
modifyColumn
MysqlQueryClass in namespace Windwalker\Query\Mysql
Class MysqlQuery
PostgresqlExpression::month() — Method in class PostgresqlExpression
Used to get a string to extract month from date column.
PostgresqlExpression::minute() — Method in class PostgresqlExpression
Used to get a string to extract minute from date column.
QueryExpression::month() — Method in class QueryExpression
Used to get a string to extract month from date column.
QueryExpression::minute() — Method in class QueryExpression
Used to get a string to extract minute from date column.
NestedRecord::move() — Method in class NestedRecord
Method to move a row in the ordering sequence of a group of rows defined by an SQL WHERE clause.
NestedRecord::moveByReference() — Method in class NestedRecord
Method to move a node and its children to a new location in the tree.
MustacheRendererClass in namespace Windwalker\Renderer
The MustacheRenderer class.
AbstractMatcher::match() — Method in class AbstractMatcher
Match routes.
AbstractMatcher::matchRoute() — Method in class AbstractMatcher
Match routes.
BinaryMatcher::match() — Method in class BinaryMatcher
Match routes.
MatcherInterfaceClass in namespace Windwalker\Router\Matcher
Interface MatcherInterface
MatcherInterface::match() — Method in class MatcherInterface
Match routes.
SequentialMatcher::match() — Method in class SequentialMatcher
Match routes.
TrieMatcher::match() — Method in class TrieMatcher
Match routes.
RestRouter::match() — Method in class RestRouter
Parse the given route and return the name of a controller mapped to the given route.
Router::match() — Method in class Router
parseRoute
RouterInterface::match() — Method in class RouterInterface
match
SingleActionRouter::match() — Method in class SingleActionRouter
parseRoute
MemcacheHandlerClass in namespace Windwalker\Session\Handler
Class MemcacheHandler
MemcachedHandlerClass in namespace Windwalker\Session\Handler
Class MemcachedHandler
Structure::merge() — Method in class Structure
Merge a structure data into this object.
Structure::mergeTo() — Method in class Structure
Merge a structure data to a node.
ArrayHelper::merge() — Method in class ArrayHelper
arraymergerecursive does indeed merge arrays, but it converts values with duplicate keys to arrays rather than overwriting the value in the first array with the duplicate value in the second array, as arraymerge does. I.e., with arraymerge_recursive, this happens (documented behavior):
ArrayHelper::match() — Method in class ArrayHelper
Check an array match our query.
ArrayHelper::mapKey() — Method in class ArrayHelper
Convert an Array or Object keys to new name by an array index.
MultiSingletonTraitClass in namespace Windwalker\Utilities\Classes
The MultiSingletonTrait class.
PriorityQueue::merge() — Method in class PriorityQueue
merge

N

NullStorageClass in namespace Windwalker\Cache\Storage
Class NullStorage
NeqCompareClass in namespace Windwalker\Compare
Class NeqCompare
NinCompareClass in namespace Windwalker\Compare
Class NotinCompare
NullInputClass in namespace Windwalker\Console\IO
The YesManInput class.
NotNullPrompterClass in namespace Windwalker\Console\Prompter
The NotNullPrompter class.
Prompter::notNullText() — Method in class Prompter
notNullText
NullProfilerClass in namespace Windwalker\Core\Profiler
The NullProfiler class.
ClassMeta::newInstance() — Method in class ClassMeta
Container::newInstance() — Method in class Container
Create an object of class $key;
DataMapper::newRelation() — Method in class DataMapper
newRelation
Data::notNull() — Method in class Data
Is this object has properties?
DataInterface::notNull() — Method in class DataInterface
Is this object has properties?
DataSet::notNull() — Method in class DataSet
Is this data set has properties?
DataSetInterface::notNull() — Method in class DataSetInterface
Is this data set has properties?
PostgresqlType::noLength() — Method in class PostgresqlType
noLength
DataIterator::next() — Method in class DataIterator
Move forward to next element
Column::name() — Method in class Column
Method to set property name
Key::name() — Method in class Key
Method to set property name
ArrayObject::natcasesort() — Method in class ArrayObject
Sort an array using a case insensitive "natural order" algorithm
ArrayObject::natsort() — Method in class ArrayObject
Sort entries using a "natural order" algorithm
Path::normalize() — Method in class Path
Normalize a path. This method will do clean() first to replace slashes and remove '.
FormWrapper::name() — Method in class FormWrapper
name
FormWrapper::novalidate() — Method in class FormWrapper
novalidate
HeaderHelper::normalizeHeaderName() — Method in class HeaderHelper
Filter a header name to lowercase.
NoHeaderOutputClass in namespace Windwalker\Http\Output
The NoHeaderOutput class.
$ColorProcessorProperty in class ColorProcessor
Flag to remove color codes from the output
NoColorProcessorClass in namespace Windwalker\IO\Cli\Color
The NullColorProcessor class.
$NoColorProcessorProperty in class NoColorProcessor
Flag to remove color codes from the output
NullFilterClass in namespace Windwalker\IO\Filter
The NullFilter class.
Language::normalize() — Method in class Language
normalize
NullLocaliseClass in namespace Windwalker\Language\Localise
Class NullLocalise
AbstractLoader::normalizeClass() — Method in class AbstractLoader
normalizeClass
AbstractLoader::normalizePath() — Method in class AbstractLoader
normalizePath
$OracleQueryProperty in class OracleQuery
The name of the database driver.
$PostgresqlQueryProperty in class PostgresqlQuery
The database driver name
PostgresqlQuery::noWait() — Method in class PostgresqlQuery
Sets the NOWAIT lock on select's output row
Query::nullDate() — Method in class Query
Get the null or zero representation of a timestamp for the database driver.
QueryInterface::nullDate() — Method in class QueryInterface
Get the null or zero representation of a timestamp for the database driver.
$SqliteQueryProperty in class SqliteQuery
The name of the database driver.
$SqlservQueryProperty in class SqlservQuery
The name of the database driver.
NoResultExceptionClass in namespace Windwalker\Record\Exception
The NoResultException class.
NestedRecordClass in namespace Windwalker\Record
The NestedRecord class.
RouteHelper::normalise() — Method in class RouteHelper
normalise
NativeBridgeClass in namespace Windwalker\Session\Bridge
The SessionBridge class.
NativeHandlerClass in namespace Windwalker\Session\Handler
Class PhpHandler
ArrayObject::natcasesort() — Method in class ArrayObject
Sort an array using a case insensitive "natural order" algorithm
ArrayObject::natsort() — Method in class ArrayObject
Sort entries using a "natural order" algorithm
DualIterator::next() — Method in class DualIterator
Move both inner iterators forward
NoneValidatorClass in namespace Windwalker\Validator\Rule
The NoneValidator class.

O

SessionHandler::open() — Method in class SessionHandler
Initialize session
SessionHandlerInterface::open() — Method in class SessionHandlerInterface
Initialize session
AbstractCliApplication::out() — Method in class AbstractCliApplication
Write a string to standard output.
Credential::offsetExists() — Method in class Credential
Is a property exists or not.
Credential::offsetGet() — Method in class Credential
Get a property.
Credential::offsetSet() — Method in class Credential
Set a value to property.
Credential::offsetUnset() — Method in class Credential
Unset a property.
Cache::offsetExists() — Method in class Cache
Is a property exists or not.
Cache::offsetGet() — Method in class Cache
Get a property.
Cache::offsetSet() — Method in class Cache
Set a value to property.
Cache::offsetUnset() — Method in class Cache
Unset a property.
AbstractConsole::out() — Method in class AbstractConsole
Write a string to standard output.
AbstractCommand::out() — Method in class AbstractCommand
Write a string to standard output.
AbstractCommand::offsetSet() — Method in class AbstractCommand
Set child command, note the key is no use, we use command name as key.
AbstractCommand::offsetExists() — Method in class AbstractCommand
Is a child exists?
AbstractCommand::offsetUnset() — Method in class AbstractCommand
Unset a child command.
AbstractCommand::offsetGet() — Method in class AbstractCommand
Get a command by name.
OptionClass in namespace Windwalker\Console\Option
The cli option class.
OptionSetClass in namespace Windwalker\Console\Option
Option set to store options and resolve aliases.
OptionSet::offsetExists() — Method in class OptionSet
Is a option exists?
OptionSet::offsetGet() — Method in class OptionSet
Get an option by name.
OptionSet::offsetSet() — Method in class OptionSet
Set a new option.
OptionSet::offsetUnset() — Method in class OptionSet
Remove an option.
Container::offsetExists() — Method in class Container
Is a property exists or not.
Container::offsetGet() — Method in class Container
Get a property.
Container::offsetSet() — Method in class Container
Set a value to property.
Container::offsetUnset() — Method in class Container
Unset a property.
Entity::offsetExists() — Method in class Entity
Is a property exists or not.
Entity::offsetGet() — Method in class Entity
Get a property.
Entity::offsetSet() — Method in class Entity
Set a value to property.
Entity::offsetUnset() — Method in class Entity
Unset a property.
Data::offsetExists() — Method in class Data
Is a property exists or not.
Data::offsetGet() — Method in class Data
Get a property.
Data::offsetSet() — Method in class Data
Set a value to property.
Data::offsetUnset() — Method in class Data
Unset a property.
DataSet::offsetExists() — Method in class DataSet
Property is exist or not.
DataSet::offsetGet() — Method in class DataSet
Get a value of property.
DataSet::offsetSet() — Method in class DataSet
Set value to property
DataSet::offsetUnset() — Method in class DataSet
Unset a property.
DomElement::offsetExists() — Method in class DomElement
Whether a offset exists
DomElement::offsetGet() — Method in class DomElement
Offset to retrieve
DomElement::offsetSet() — Method in class DomElement
Offset to set
DomElement::offsetUnset() — Method in class DomElement
Offset to unset
DomElements::offsetExists() — Method in class DomElements
Whether a offset exists
DomElements::offsetGet() — Method in class DomElements
Offset to retrieve
DomElements::offsetSet() — Method in class DomElements
Offset to set
DomElements::offsetUnset() — Method in class DomElements
Offset to unset
Event::offsetExists() — Method in class Event
Tell if the given event argument exists.
Event::offsetGet() — Method in class Event
Get an event argument value.
Event::offsetSet() — Method in class Event
Set the value of an event argument.
Event::offsetUnset() — Method in class Event
Remove an event argument.
ArrayObject::offsetExists() — Method in class ArrayObject
Returns whether the requested key exists
ArrayObject::offsetGet() — Method in class ArrayObject
Returns the value at the specified key
ArrayObject::offsetSet() — Method in class ArrayObject
Sets the value at the specified key to value
ArrayObject::offsetUnset() — Method in class ArrayObject
Unsets the value at the specified key
OutputFilterClass in namespace Windwalker\Filter
Windwalker Output Filter
OutputFilter::objectHTMLSafe() — Method in class OutputFilter
Makes an object safe to display in forms
ListField::option() — Method in class ListField
option
OListClass in namespace Windwalker\Html\Enum
The OList class.
OptionClass in namespace Windwalker\Html
The HtmlOption class.
AbstractInputList::option() — Method in class AbstractInputList
option
SelectList::option() — Method in class SelectList
option
$StreamHelperProperty in class StreamHelper
Property outputClass for test use.
HttpClient::options() — Method in class HttpClient
Method to send the OPTIONS command to the server.
OutputClass in namespace Windwalker\Http\Output
Standard output object for PHP SAPI.
OutputInterfaceClass in namespace Windwalker\Http\Output
OutputInterface
IO::out() — Method in class IO
Write a string to standard output
IO::offsetSet() — Method in class IO
Set value to property
IO::offsetUnset() — Method in class IO
Unset a property.
IO::offsetExists() — Method in class IO
Property is exist or not.
IO::offsetGet() — Method in class IO
Get a value of property.
IOInterface::out() — Method in class IOInterface
Write a string to standard output
CliOutput::out() — Method in class CliOutput
Write a string to standard output
CliOutputInterface::out() — Method in class CliOutputInterface
Write a string to standard output
SimpleCliOutput::out() — Method in class SimpleCliOutput
Write a string to standard output
Collector::offsetExists() — Method in class Collector
Tell if the given event argument exists.
Collector::offsetGet() — Method in class Collector
Get an event argument value.
Collector::offsetSet() — Method in class Collector
Set the value of an event argument.
Collector::offsetUnset() — Method in class Collector
Remove an event argument.
OracleExpressionClass in namespace Windwalker\Query\Oracle
Class OracleExpression
OracleQueryClass in namespace Windwalker\Query\Oracle
Class OracleQuery
PostgresqlQuery::offset() — Method in class PostgresqlQuery
Set the OFFSET clause to the query
Query::orHaving() — Method in class Query
Add a single condition, or an array of conditions to the HAVING clause and wrap with OR elements.
Query::order() — Method in class Query
Add a ordering column to the ORDER clause of the query.
Query::outerJoin() — Method in class Query
Add an OUTER JOIN clause to the query.
Query::orWhere() — Method in class Query
Add a single condition, or an array of conditions to the WHERE clause and wrap with OR elements.
QueryInterface::orHaving() — Method in class QueryInterface
Add a single condition, or an array of conditions to the HAVING clause and wrap with OR elements.
QueryInterface::order() — Method in class QueryInterface
Add a ordering column to the ORDER clause of the query.
QueryInterface::outerJoin() — Method in class QueryInterface
Add an OUTER JOIN clause to the query.
QueryInterface::orWhere() — Method in class QueryInterface
Add a single condition, or an array of conditions to the WHERE clause and wrap with OR elements.
ApcHandler::open() — Method in class ApcHandler
Re-initializes existing session, or creates a new one.
DatabaseHandler::open() — Method in class DatabaseHandler
Re-initializes existing session, or creates a new one.
MemcacheHandler::open() — Method in class MemcacheHandler
open
MemcachedHandler::open() — Method in class MemcachedHandler
open
XcacheHandler::open() — Method in class XcacheHandler
Re-initializes existing session, or creates a new one.
Session::offsetExists() — Method in class Session
Is a property exists or not.
Session::offsetGet() — Method in class Session
Get a property.
Session::offsetSet() — Method in class Session
Set a value to property.
Session::offsetUnset() — Method in class Session
Unset a property.
Structure::offsetExists() — Method in class Structure
Checks whether an offset exists in the iterator.
Structure::offsetGet() — Method in class Structure
Gets an offset in the iterator.
Structure::offsetSet() — Method in class Structure
Sets an offset in the iterator.
Structure::offsetUnset() — Method in class Structure
Unsets an offset in the iterator.
UriData::offsetExists() — Method in class UriData
Whether a offset exists
UriData::offsetGet() — Method in class UriData
Offset to retrieve
UriData::offsetSet() — Method in class UriData
Offset to set
UriData::offsetUnset() — Method in class UriData
Offset to unset
ArrayObject::offsetExists() — Method in class ArrayObject
Returns whether the requested key exists
ArrayObject::offsetGet() — Method in class ArrayObject
Returns the value at the specified key
ArrayObject::offsetSet() — Method in class ArrayObject
Sets the value at the specified key to value
ArrayObject::offsetUnset() — Method in class ArrayObject
Unsets the value at the specified key

P

PolicyInterfaceClass in namespace Windwalker\Authorisation
The PolicyInterface class.
PolicyProviderInterfaceClass in namespace Windwalker\Authorisation
Interface PolicyInterface
PhpFileSerializerClass in namespace Windwalker\Cache\Serializer
The PhpFileSerializer class.
PhpSerializerClass in namespace Windwalker\Cache\Serializer
Class SerializeHandler
PhpFileStorageClass in namespace Windwalker\Cache\Storage
The PhpFileStorage class.
IO::pushArgument() — Method in class IO
pushArgument
IO::popArgument() — Method in class IO
popArgument
IOInterface::popArgument() — Method in class IOInterface
popArgument
IOInterface::pushArgument() — Method in class IOInterface
pushArgument
PasswordPrompterClass in namespace Windwalker\Console\Prompter
A password prompter supports hidden input.
PrompterClass in namespace Windwalker\Console\Prompter
The Prompter class.
Prompter::password() — Method in class Prompter
password
PrompterInterfaceClass in namespace Windwalker\Console\Prompter
Prompter Interface.
PhpAesCipherClass in namespace Windwalker\Crypt\Cipher
The PhpAesCipher class.
PasswordClass in namespace Windwalker\Crypt
The SimplePassword class.
Container::prepareObject() — Method in class Container
prepareObject
Container::prepareSharedObject() — Method in class Container
prepareSharedObject
Container::protect() — Method in class Container
Convenience method for creating protected keys.
DataSet::push() — Method in class DataSet
Push element to last.
DataSet::pop() — Method in class DataSet
Pop the last element.
PdoDriverClass in namespace Windwalker\Database\Driver\Pdo
Class PdoDriver
PdoHelperClass in namespace Windwalker\Database\Driver\Pdo
Class PdoHelper
PdoIteratorClass in namespace Windwalker\Database\Driver\Pdo
The PdoIterator class.
PdoReaderClass in namespace Windwalker\Database\Driver\Pdo
Class PdoReader
PdoTransactionClass in namespace Windwalker\Database\Driver\Pdo
Class PdoTransaction
PdoWriterClass in namespace Windwalker\Database\Driver\Pdo
Class PdoWriter
PostgresqlDatabaseClass in namespace Windwalker\Database\Driver\Postgresql
Class PostgresqlDatabase
PostgresqlDriverClass in namespace Windwalker\Database\Driver\Postgresql
The PostgresqlDriver class.
PostgresqlReaderClass in namespace Windwalker\Database\Driver\Postgresql
Class PostgresqlReader
PostgresqlTableClass in namespace Windwalker\Database\Driver\Postgresql
Class PostgresqlTable
PostgresqlTransactionClass in namespace Windwalker\Database\Driver\Postgresql
Class PostgresqlTransaction
PostgresqlTypeClass in namespace Windwalker\Database\Driver\Postgresql
The PostgresqlType class.
PostgresqlWriterClass in namespace Windwalker\Database\Driver\Postgresql
Class PostgresqlWriter
Column::position() — Method in class Column
Method to set property position
Column::primary() — Method in class Column
Method to set property primary
PrimaryClass in namespace Windwalker\Database\Schema\Column
The Primary class.
Schema::primary() — Method in class Schema
EdgeCompiler::parser() — Method in class EdgeCompiler
parser
EdgeCompilerInterface::parser() — Method in class EdgeCompilerInterface
parser
Edge::prepareExtensions() — Method in class Edge
prepareDirectives
EdgeFileLoader::prependPath() — Method in class EdgeFileLoader
prependPath
$EnvironmentProperty in class Environment
Property server.
PhpHelperClass in namespace Windwalker\Environment
The PhpEnvironment class.
PlatformClass in namespace Windwalker\Environment
The Platform class.
PlatformHelperClass in namespace Windwalker\Environment
The ServerHelper class.
PathClass in namespace Windwalker\Filesystem
A Path handling class
PathCollectionClass in namespace Windwalker\Filesystem\Path
A PathLocator collection class
PathCollection::prependAll() — Method in class PathCollection
Prepend a new path to all paths.
PathLocatorClass in namespace Windwalker\Filesystem\Path
A Path locator class
PathLocator::parent() — Method in class PathLocator
Get a parent path of given condition.
PathLocator::prepend() — Method in class PathLocator
Append a new path before current path.
PathLocatorInterfaceClass in namespace Windwalker\Filesystem\Path
AbstractField::prepare() — Method in class AbstractField
prepareRenderInput
AbstractField::prepareAttributes() — Method in class AbstractField
prepareAttributes
AbstractField::prepareStore() — Method in class AbstractField
prepareStore
AbstractField::prependAttribute() — Method in class AbstractField
prependAttribute
ButtonField::prepare() — Method in class ButtonField
prepareRenderInput
CheckboxField::prepare() — Method in class CheckboxField
prepareRenderInput
CustomHtmlField::prepare() — Method in class CustomHtmlField
prepareRenderInput
EmailField::prepare() — Method in class EmailField
prepare
HiddenField::prepare() — Method in class HiddenField
prepareRenderInput
ListField::prepare() — Method in class ListField
prepareRenderInput
PasswordFieldClass in namespace Windwalker\Form\Field
The PasswordField class.
PasswordField::prepare() — Method in class PasswordField
prepare
SpacerField::prepare() — Method in class SpacerField
prepareRenderInput
TextField::prepare() — Method in class TextField
prepareRenderInput
TextareaField::prepare() — Method in class TextareaField
prepareRenderInput
Form::prepareStore() — Method in class Form
prepareStore
AbstractMediaElement::preload() — Method in class AbstractMediaElement
preload
Video::poster() — Method in class Video
poster
AbstractInputList::prepareOptions() — Method in class AbstractInputList
prepareOptions
CheckboxList::prepareOptions() — Method in class CheckboxList
prepareOptions
HeaderHelper::prepareAttachmentHeaders() — Method in class HeaderHelper
Prepare attachment headers to response object.
ServerHelper::parseFormData() — Method in class ServerHelper
parseFormData
HttpClient::post() — Method in class HttpClient
Method to send the POST command to the server.
HttpClient::put() — Method in class HttpClient
Method to send the PUT command to the server.
HttpClient::patch() — Method in class HttpClient
Method to send the PATCH command to the server.
ServerRequestFactory::prepareServers() — Method in class ServerRequestFactory
Prepare the $_SERVER variables.
ServerRequestFactory::prepareFiles() — Method in class ServerRequestFactory
Normalize uploaded files
ServerRequestFactory::prepareHeaders() — Method in class ServerRequestFactory
Get headers from $_SERVER.
ServerRequestFactory::prepareUri() — Method in class ServerRequestFactory
Marshal the URI from the $_SERVER array and headers
PhpInputStreamClass in namespace Windwalker\Http\Stream
The PhpInputStream class.
WebHttpServer::prepareCache() — Method in class WebHttpServer
prepareCache
ColorProcessor::process() — Method in class ColorProcessor
Process a string.
ColorProcessorInterface::process() — Method in class ColorProcessorInterface
Process the provided output into a string.
CliInput::prepareSource() — Method in class CliInput
Prepare source.
CookieInput::prepareSource() — Method in class CookieInput
Prepare source.
FilesInput::prepareSource() — Method in class FilesInput
Prepare source.
FormDataInput::prepareSource() — Method in class FormDataInput
Prepare source.
FormDataInput::parseFormData() — Method in class FormDataInput
parseFormData
$InputProperty in class Input
$InputProperty in class Input
$InputProperty in class Input
Input::prepareSource() — Method in class Input
Prepare source.
JsonInput::prepareSource() — Method in class JsonInput
Prepare source.
PsrFilesInputClass in namespace Windwalker\IO
Windwalker Input Files Class
PsrFilesInput::prepareSource() — Method in class PsrFilesInput
Prepare source.
PsrHeaderInputClass in namespace Windwalker\IO
The HeaderInput class.
PsrHeaderInput::prepareSource() — Method in class PsrHeaderInput
prepareSource
PsrInputClass in namespace Windwalker\IO
Class PsrInput
$PsrInputProperty in class PsrInput
$PsrInputProperty in class PsrInput
$PsrInputProperty in class PsrInput
AbstractFormat::parse() — Method in class AbstractFormat
parse
FormatInterface::parse() — Method in class FormatInterface
parse
IniFormat::parse() — Method in class IniFormat
parse
JsonFormat::parse() — Method in class JsonFormat
parse
PhpFormatClass in namespace Windwalker\Language\Format
Class IniFormat
PhpFormat::parse() — Method in class PhpFormat
parse
YamlFormat::parse() — Method in class YamlFormat
parse
Language::plural() — Method in class Language
plural
LanguageInterface::plural() — Method in class LanguageInterface
plural
PhpLoaderClass in namespace Windwalker\Language\Loader
Class PhpLoader
Psr0LoaderClass in namespace Windwalker\Loader\Loader
Class Psr0Loader
Psr4LoaderClass in namespace Windwalker\Loader\Loader
Class Psr4Loader
Psr7ChainBuilderClass in namespace Windwalker\Middleware\Chain
The Psr7ChainBuilder class.
Psr7InvokableInterfaceClass in namespace Windwalker\Middleware
Interface Psr7InvokableInterface
Psr7MiddlewareClass in namespace Windwalker\Middleware
The Psr7Middleware class.
PointClass in namespace Windwalker\Profiler\Point
Class ProfilerItem
PointInterfaceClass in namespace Windwalker\Profiler\Point
Interface PointInterface
ProfilerClass in namespace Windwalker\Profiler
Class Profiler
ProfilerAwareInterfaceClass in namespace Windwalker\Profiler
The ProfilerAwareInterface interface.
ProfilerInterfaceClass in namespace Windwalker\Profiler
Interface ProfilerInterface
ProfilerRendererInterfaceClass in namespace Windwalker\Profiler\Renderer
Interface ProfilerRendererInterface
OracleQuery::processLimit() — Method in class OracleQuery
Method to modify a query already in string format with the needed additions to make the query limited to a particular number of results, or start at a particular offset. This method is used automatically by the __toString() method if it detects that the query implements the LimitableInterface.
PdoExpressionClass in namespace Windwalker\Query\Pdo
Class PdoExpression
PdoQueryClass in namespace Windwalker\Query\Pdo
Class PdoQuery
PostgresqlExpressionClass in namespace Windwalker\Query\Postgresql
Class PostgresqlExpression
PostgresqlGrammarClass in namespace Windwalker\Query\Postgresql
Class PostgresqlQueryGrammar
PostgresqlQueryClass in namespace Windwalker\Query\Postgresql
Class PostgresqlQuery
PostgresqlQuery::processLimit() — Method in class PostgresqlQuery
Method to modify a query already in string format with the needed additions to make the query limited to a particular number of results, or start at a particular offset.
Query::processLimit() — Method in class Query
Method to modify a query already in string format with the needed additions to make the query limited to a particular number of results, or start at a particular offset.
LimitableInterface::processLimit() — Method in class LimitableInterface
Method to modify a query already in string format with the needed additions to make the query limited to a particular number of results, or start at a particular offset. This method is used automatically by the __toString() method if it detects that the query implements the LimitableInterface.
PreparableInterfaceClass in namespace Windwalker\Query\Query
Windwalker Query Preparable Interface.
PreparableTraitClass in namespace Windwalker\Query\Query
Class PreparableTrait
PhpRendererClass in namespace Windwalker\Renderer
Class PhpRenderer
PhpRenderer::parent() — Method in class PhpRenderer
getParent
PlatesRendererClass in namespace Windwalker\Renderer
The PlatesRenderer class.
Route::prepareOptions() — Method in class Route
prepareOptions
PdoAdapterClass in namespace Windwalker\Session\Database
Class PdoAdapter
JsonFormat::prettyPrint() — Method in class JsonFormat
prettyPrint
PhpFormatClass in namespace Windwalker\Structure\Format
PHP class format handler for Structure
Structure::push() — Method in class Structure
Push value to a path in structure
Structure::pop() — Method in class Structure
To remove last element from the path of this structure.
PsrUriClass in namespace Windwalker\Uri
The PsrUri class.
$UriDataProperty in class UriData
Property path.
UriData::path() — Method in class UriData
UriHelper::parseUrl() — Method in class UriHelper
Does a UTF-8 safe version of PHP parse_url function
UriHelper::parseQuery() — Method in class UriHelper
parseQuery
ArrayHelper::pivot() — Method in class ArrayHelper
Pivot Array, separate by key.
PriorityQueueClass in namespace Windwalker\Utilities\Queue
The PriorityQueue class.
PhoneValidatorClass in namespace Windwalker\Validator\Rule
The PhoneValidator class.

Q

Compare::quote() — Method in class Compare
Quote our compare string.
AbstractDatabaseDriver::quoteName() — Method in class AbstractDatabaseDriver
quoteName
AbstractDatabaseDriver::qn() — Method in class AbstractDatabaseDriver
qn
AbstractDatabaseDriver::quote() — Method in class AbstractDatabaseDriver
quote
AbstractDatabaseDriver::q() — Method in class AbstractDatabaseDriver
q
QueryHelperClass in namespace Windwalker\Database\Query
Class QueryHelper
DomBuilder::quote() — Method in class DomBuilder
quote
$AbstractQueryGrammarProperty in class AbstractQueryGrammar
Property query.
$MysqlGrammarProperty in class MysqlGrammar
Property query.
$PostgresqlGrammarProperty in class PostgresqlGrammar
Property query.
QueryClass in namespace Windwalker\Query
Class AbstractQuery
Query::quote() — Method in class Query
Method to quote and optionally escape a string to database requirements for insertion into the database.
Query::q() — Method in class Query
Proxy of quote().
Query::quoteName() — Method in class Query
Wrap an SQL statement identifier name such as column, table or database names in quotes to prevent injection risks and reserved word conflicts.
Query::qn() — Method in class Query
Proxy of quoteName().
QueryElementClass in namespace Windwalker\Query
Query Element Class.
QueryExpressionClass in namespace Windwalker\Query
Class QueryExpression
QueryGrammarInterfaceClass in namespace Windwalker\Query
QueryGrammar interface
QueryInterfaceClass in namespace Windwalker\Query
QueryInterface::quote() — Method in class QueryInterface
Method to quote and optionally escape a string to database requirements for insertion into the database.
QueryInterface::quoteName() — Method in class QueryInterface
Wrap an SQL statement identifier name such as column, table or database names in quotes to prevent injection risks and reserved word conflicts.
StringHelper::quote() — Method in class StringHelper
Quote a string.
ArrayHelper::query() — Method in class ArrayHelper
Query a two-dimensional array values to get second level array.

R

SessionHandler::read() — Method in class SessionHandler
Read session data
SessionHandlerInterface::read() — Method in class SessionHandlerInterface
Read session data
AbstractDaemonApplication::restart() — Method in class AbstractDaemonApplication
Restart daemon process.
AbstractWebApplication::redirect() — Method in class AbstractWebApplication
Redirect to another URL.
Authentication::removeMethod() — Method in class Authentication
removeMethod
Authorisation::registerPolicyProvider() — Method in class Authorisation
registerPolicy
AuthorisationInterface::registerPolicyProvider() — Method in class AuthorisationInterface
registerPolicy
PolicyProviderInterface::register() — Method in class PolicyProviderInterface
register
Cache::remove() — Method in class Cache
Remove an item from the cache by its unique key
Cache::removeMultiple() — Method in class Cache
Remove multiple cache items in a single operation
CacheInterface::remove() — Method in class CacheInterface
Remove an item from the cache by its unique key
CacheInterface::removeMultiple() — Method in class CacheInterface
Remove multiple cache items in a single operation
RawSerializerClass in namespace Windwalker\Cache\Serializer
The RawDataHandler class.
RedisStorageClass in namespace Windwalker\Cache\Storage
Class RedisStorage
RuntimeArrayStorageClass in namespace Windwalker\Cache\Storage
StaticRuntime Storage.
AbstractCommand::renderAlternatives() — Method in class AbstractCommand
Render auto complete alternatives.
AbstractCommand::renderException() — Method in class AbstractCommand
Render exception for debugging.
RootCommandClass in namespace Windwalker\Console\Command
The default command.
Console::registerRootCommand() — Method in class Console
Register default command.
Console::register() — Method in class Console
Register a new Console.
AbstractDescriptor::render() — Method in class AbstractDescriptor
Render all items description.
DescriptorInterface::render() — Method in class DescriptorInterface
Render all items description.
TextCommandDescriptor::render() — Method in class TextCommandDescriptor
Render all items description.
TextOptionDescriptor::render() — Method in class TextOptionDescriptor
Render all items description.
ValidatePrompter::removeOption() — Method in class ValidatePrompter
Remove an option by key.
NullProfiler::render() — Method in class NullProfiler
Render the profiler.
CryptHelper::repeatToLength() — Method in class CryptHelper
repeatToLength
ClassMeta::removeArgument() — Method in class ClassMeta
removeArgument
ClassMeta::reset() — Method in class ClassMeta
reset
Container::remove() — Method in class Container
Remove an item from container.
Container::registerServiceProvider() — Method in class Container
Register a service provider to the container.
Container::removeChild() — Method in class Container
removeChild
ServiceProviderInterface::register() — Method in class ServiceProviderInterface
Registers the service provider with a DI container.
AbstractDatabaseMapperProxy::reset() — Method in class AbstractDatabaseMapperProxy
reset
DataMapper::reset() — Method in class DataMapper
reset
Entity::removeField() — Method in class Entity
Remove field from this entity.
Entity::resolveAlias() — Method in class Entity
Resolve alias.
Entity::reset() — Method in class Entity
Method to reset class properties to the defaults set in the class definition. It will ignore the primary key as well as any private class properties.
DataSet::rsort() — Method in class DataSet
Sort Data in reverse order.
AbstractDatabase::rename() — Method in class AbstractDatabase
renameDatabase
AbstractDatabase::reset() — Method in class AbstractDatabase
resetCache
AbstractTable::rename() — Method in class AbstractTable
rename
AbstractTable::reset() — Method in class AbstractTable
reset
AbstractTransaction::rollback() — Method in class AbstractTransaction
rollback
AbstractDatabaseDriver::replacePrefix() — Method in class AbstractDatabaseDriver
This function replaces a string identifier $prefix with the string held is the tablePrefix class variable.
AbstractDatabaseDriver::resetMiddlewares() — Method in class AbstractDatabaseDriver
Method to set property middlewares
MysqlDatabase::rename() — Method in class MysqlDatabase
renameDatabase
MysqlTable::rename() — Method in class MysqlTable
rename
MysqlTransaction::rollback() — Method in class MysqlTransaction
rollback
PdoTransaction::rollback() — Method in class PdoTransaction
rollback
PostgresqlDatabase::rename() — Method in class PostgresqlDatabase
renameDatabase
PostgresqlDriver::replacePrefix() — Method in class PostgresqlDriver
This function replaces a string identifier $prefix with the string held is the tablePrefix class variable.
PostgresqlTable::rename() — Method in class PostgresqlTable
rename
PostgresqlTransaction::rollback() — Method in class PostgresqlTransaction
rollback
DataIterator::rewind() — Method in class DataIterator
Rewind the Iterator to the first element
QueryHelper::removeTable() — Method in class QueryHelper
removeTable
QueryHelper::registerQueryTables() — Method in class QueryHelper
registerQueryTables
DomElement::render() — Method in class DomElement
Alias of toString()
EdgeArrayCache::remove() — Method in class EdgeArrayCache
remove
EdgeCacheInterface::remove() — Method in class EdgeCacheInterface
remove
EdgeFileCache::remove() — Method in class EdgeFileCache
Remove an item from the cache by its unique key
Edge::render() — Method in class Edge
render
Edge::renderEach() — Method in class Edge
Get the rendered contents of a partial from a loop.
Edge::removeGlobal() — Method in class Edge
Edge::removeExtension() — Method in class Edge
removeExtension
Dispatcher::removeEvent() — Method in class Dispatcher
Remove an event from this dispatcher.
Dispatcher::removeListener() — Method in class Dispatcher
Remove the given listener from this dispatcher.
Event::removeArgument() — Method in class Event
Remove an event argument.
ListenerMapper::register() — Method in class ListenerMapper
mapListener
ListenersQueue::remove() — Method in class ListenersQueue
Remove a listener from the queue.
RecursiveDirectoryIteratorClass in namespace Windwalker\Filesystem\Iterator
A Directory iterator extends from SPL RecursiveDirectoryIterator.
PathCollection::removePath() — Method in class PathCollection
Using key to remove a path from bag.
PathLocator::redirect() — Method in class PathLocator
Replace with a new path.
HtmlCleaner::remove() — Method in class HtmlCleaner
Internal method to iteratively remove all unwanted tags and attributes
AbstractFormElementHelper::reset() — Method in class AbstractFormElementHelper
reset
AbstractField::renderInput() — Method in class AbstractField
getInput
AbstractField::renderLabel() — Method in class AbstractField
getLabel
AbstractField::renderView() — Method in class AbstractField
renderView
AbstractField::render() — Method in class AbstractField
render
AbstractField::required() — Method in class AbstractField
required
AbstractField::readonly() — Method in class AbstractField
readonly
RadioFieldClass in namespace Windwalker\Form\Field
The RadioField class.
Form::removeField() — Method in class Form
removeField
Form::removeFields() — Method in class Form
removeField
Form::reset() — Method in class Form
reset
Form::renderField() — Method in class Form
renderField
Form::renderFields() — Method in class Form
renderFields
FormRendererInterface::renderField() — Method in class FormRendererInterface
renderField
FormRendererInterface::renderLabel() — Method in class FormRendererInterface
renderLabel
FormRendererInterface::renderInput() — Method in class FormRendererInterface
renderInput
FormWrapper::renderStart() — Method in class FormWrapper
renderStart
FormWrapper::renderEnd() — Method in class FormWrapper
renderEnd
HtmlHelper::repair() — Method in class HtmlHelper
Repair HTML. If Tidy not exists, use repair function.
RadioListClass in namespace Windwalker\Html\Select
The RadioList class.
ResponseHelperClass in namespace Windwalker\Http\Helper
The ResponseHelper class.
HttpClient::request() — Method in class HttpClient
Request a remote server.
HttpClientInterface::request() — Method in class HttpClientInterface
Request a remote server.
Output::respond() — Method in class Output
Method to send the application response to the client. All headers will be sent prior to the main application output data.
OutputInterface::respond() — Method in class OutputInterface
Method to send the application response to the client. All headers will be sent prior to the main application output data.
StreamOutput::respond() — Method in class StreamOutput
Method to send the application response to the client. All headers will be sent prior to the main application output data.
RequestClass in namespace Windwalker\Http\Request
The Request class.
RedirectResponseClass in namespace Windwalker\Http\Response
The RedirectResponse class.
ResponseClass in namespace Windwalker\Http\Response
The AbstractResponse class.
PhpInputStream::read() — Method in class PhpInputStream
Read data from the stream.
Stream::rewind() — Method in class Stream
Seek to the beginning of the stream.
Stream::read() — Method in class Stream
Read data from the stream.
StringStream::rewind() — Method in class StringStream
Seek to the beginning of the stream.
StringStream::read() — Method in class StringStream
Read data from the stream.
AbstractTransport::request() — Method in class AbstractTransport
Send a request to the server and return a Response object with the response.
TransportInterface::request() — Method in class TransportInterface
Send a request to the server and return a Response object with the response.
$InputProperty in class Input
$PsrInputProperty in class PsrInput
ClassLoader::register() — Method in class ClassLoader
register
AbstractLoader::register() — Method in class AbstractLoader
Installs this class loader on the SPL autoload stack.
Benchmark::renderOne() — Method in class Benchmark
renderResult
Benchmark::render() — Method in class Benchmark
renderResult
Profiler::render() — Method in class Profiler
Render the profiler.
ProfilerInterface::render() — Method in class ProfilerInterface
Render the profiler.
DefaultRenderer::render() — Method in class DefaultRenderer
Render the profiler.
ProfilerRendererInterface::render() — Method in class ProfilerRendererInterface
Render the profiler.
MysqlGrammar::replace() — Method in class MysqlGrammar
replace
PostgresqlGrammar::renameColumn() — Method in class PostgresqlGrammar
changeColumn
PostgresqlQuery::returning() — Method in class PostgresqlQuery
Add the RETURNING element to INSERT INTO statement.
Query::rightJoin() — Method in class Query
Add a RIGHT JOIN clause to the query.
QueryInterface::rightJoin() — Method in class QueryInterface
Add a RIGHT JOIN clause to the query.
NestedRecord::rebuild() — Method in class NestedRecord
Method to recursively rebuild the whole nested set tree.
NestedRecord::rebuildPath() — Method in class NestedRecord
Method to rebuild the node's path field from the alias values of the nodes from the current node to the root node of the tree.
NestedRecord::reset() — Method in class NestedRecord
Method to reset class properties to the defaults set in the class definition. It will ignore the primary key as well as any private class properties (except $_errors).
RecordClass in namespace Windwalker\Record
Class Record
Record::reset() — Method in class Record
Method to reset class properties to the defaults set in the class definition. It will ignore the primary key as well as any private class properties.
BladeRenderer::render() — Method in class BladeRenderer
render
GlobalContainer::removeCompiler() — Method in class GlobalContainer
removeCompiler
GlobalContainer::removeExtension() — Method in class GlobalContainer
removeExtension
EdgeRenderer::render() — Method in class EdgeRenderer
render
GlobalContainer::removeExtension() — Method in class GlobalContainer
removeExtension
GlobalContainer::removeGlobal() — Method in class GlobalContainer
removeGlobal
MustacheRenderer::render() — Method in class MustacheRenderer
render
PhpRenderer::render() — Method in class PhpRenderer
render
PhpRenderer::reset() — Method in class PhpRenderer
reset
PlatesRenderer::render() — Method in class PlatesRenderer
render
RendererInterfaceClass in namespace Windwalker\Renderer
Interface RendererInterface
RendererInterface::render() — Method in class RendererInterface
render
TwigRenderer::render() — Method in class TwigRenderer
render
GlobalContainer::removeExtension() — Method in class GlobalContainer
removeExtension
GlobalContainer::removeGlobal() — Method in class GlobalContainer
removeGlobal
RouteNotFoundExceptionClass in namespace Windwalker\Router\Exception
The RouteNotFoundException class.
RestRouterClass in namespace Windwalker\Router
RESTful Web application router class.
RouteClass in namespace Windwalker\Router
Class Route
$RouteProperty in class Route
Property requirements.
RouteHelperClass in namespace Windwalker\Router
The RouteHelper class.
RouterClass in namespace Windwalker\Router
A path router.
RouterInterfaceClass in namespace Windwalker\Router
Interface RouterInterface
NativeBridge::restart() — Method in class NativeBridge
Regenerates id that represents this storage.
NativeBridge::regenerate() — Method in class NativeBridge
regenerate
SessionBridgeInterface::restart() — Method in class SessionBridgeInterface
Regenerates id that represents this storage.
SessionBridgeInterface::regenerate() — Method in class SessionBridgeInterface
regenerate
AbstractDatabaseAdapter::read() — Method in class AbstractDatabaseAdapter
read
JoomlaAdapter::read() — Method in class JoomlaAdapter
read
PdoAdapter::read() — Method in class PdoAdapter
read
WindwalkerAdapter::read() — Method in class WindwalkerAdapter
read
AbstractHandler::register() — Method in class AbstractHandler
register
ApcHandler::read() — Method in class ApcHandler
Read the data for a particular session identifier from the SessionHandler backend.
DatabaseHandler::read() — Method in class DatabaseHandler
Read the data for a particular session identifier from the SessionHandler backend.
HandlerInterface::register() — Method in class HandlerInterface
register
MemcacheHandler::read() — Method in class MemcacheHandler
read
MemcachedHandler::read() — Method in class MemcachedHandler
read
NativeHandler::register() — Method in class NativeHandler
register
XcacheHandler::read() — Method in class XcacheHandler
Read the data for a particular session identifier from the SessionHandler backend.
Session::restart() — Method in class Session
Restart an expired or locked session.
Session::regenerate() — Method in class Session
Re generate the session id.
Session::remove() — Method in class Session
Unset data from the session store
SimpleTemplate::render() — Method in class SimpleTemplate
Parse variable and replace it. This method is a simple template engine.
Utf8String::rtrim() — Method in class Utf8String
UTF-8 aware replacement for rtrim() Strip whitespace (or other characters) from the end of a string You only need to use this if you are supplying the charlist optional arg and it contains UTF-8 characters. Otherwise rtrim will work normally on a UTF-8 string
Structure::reset() — Method in class Structure
Reset all data.
$UriDataProperty in class UriData
Property root.
$UriDataProperty in class UriData
Property route.
UriData::root() — Method in class UriData
UriData::route() — Method in class UriData
DualIterator::rewind() — Method in class DualIterator
Rewind both inner iterators
RecursiveCompareDualIteratorClass in namespace Windwalker\Utilities\Iterator
The RecursiveCompareDualIterator class.
RecursiveCompareDualIterator::rewind() — Method in class RecursiveCompareDualIterator
Rewind iteration and comparison process. Starting with $equal = true.
RecursiveDualIteratorClass in namespace Windwalker\Utilities\Iterator
The RecursiveDualIterator class.
RecursiveDualIterator::rewind() — Method in class RecursiveDualIterator
Rewind iteration and comparison process. Starting with $equal = true.
ReflectionHelperClass in namespace Windwalker\Utilities\Reflection
Reflection
RegexValidatorClass in namespace Windwalker\Validator\Rule
The RegexValidator class.

S

SessionHandlerClass in namespace
The SessionHandler class.
SessionHandlerInterfaceClass in namespace
SessionHandler Interface
AbstractApplication::set() — Method in class AbstractApplication
Modifies a property of the object, creating it if it does not already exist.
AbstractApplication::setConfiguration() — Method in class AbstractApplication
Sets the configuration for the application.
AbstractApplication::setLogger() — Method in class AbstractApplication
Set the logger.
AbstractCliApplication::setIO() — Method in class AbstractCliApplication
Set the IO object.
AbstractDaemonApplication::signal() — Method in class AbstractDaemonApplication
Method to handle POSIX signals.
AbstractDaemonApplication::stop() — Method in class AbstractDaemonApplication
Stop daemon process.
AbstractDaemonApplication::setName() — Method in class AbstractDaemonApplication
Set application name.
AbstractWebApplication::setEnvironment() — Method in class AbstractWebApplication
Method to set property environment
AbstractWebApplication::setFinalHandler() — Method in class AbstractWebApplication
Method to set property finalHandler
AbstractWebApplication::setServer() — Method in class AbstractWebApplication
Method to set property server
LocalMethod::setVerifyHandler() — Method in class LocalMethod
Method to set property verifyHandler
LocalMethod::setUsers() — Method in class LocalMethod
Method to set property users
Authorisation::setPolicies() — Method in class Authorisation
Method to set property policies
CallbackPolicy::setHandler() — Method in class CallbackPolicy
Method to set property handler
Cache::set() — Method in class Cache
Persisting our data in the cache, uniquely referenced by a key with an optional expiration TTL time.
Cache::setMultiple() — Method in class Cache
Persisting a set of key => value pairs in the cache, with an optional TTL.
Cache::setStorage() — Method in class Cache
setStorage
Cache::setSerializer() — Method in class Cache
setHandler
CacheInterface::set() — Method in class CacheInterface
Persisting our data in the cache, uniquely referenced by a key with an optional expiration TTL time.
CacheInterface::setMultiple() — Method in class CacheInterface
Persisting a set of key => value pairs in the cache, with an optional TTL.
CacheItem::set() — Method in class CacheItem
Set the value of the item.
JsonSerializer::serialize() — Method in class JsonSerializer
Encode data.
PhpFileSerializer::serialize() — Method in class PhpFileSerializer
Encode data.
PhpSerializer::serialize() — Method in class PhpSerializer
Encode data.
RawSerializer::serialize() — Method in class RawSerializer
Encode data.
SerializerInterfaceClass in namespace Windwalker\Cache\Serializer
Interface DataHandlerInterface
SerializerInterface::serialize() — Method in class SerializerInterface
Encode data.
StringSerializerClass in namespace Windwalker\Cache\Serializer
Class RawHandler
StringSerializer::serialize() — Method in class StringSerializer
Encode data.
AbstractCacheStorage::setOptions() — Method in class AbstractCacheStorage
Method to set property options
AbstractCacheStorage::saveDeferred() — Method in class AbstractCacheStorage
Sets a cache item to be persisted later.
AbstractDriverCacheStorage::setDriver() — Method in class AbstractDriverCacheStorage
setDriver
ArrayStorage::save() — Method in class ArrayStorage
Persisting our data in the cache, uniquely referenced by a key with an optional expiration TTL time.
ArrayStorage::setData() — Method in class ArrayStorage
Method to set property data
CacheStorageInterface::save() — Method in class CacheStorageInterface
Persisting our data in the cache, uniquely referenced by a key with an optional expiration TTL time.
CacheStorageInterface::saveDeferred() — Method in class CacheStorageInterface
Sets a cache item to be persisted later.
FileStorage::save() — Method in class FileStorage
Persisting our data in the cache, uniquely referenced by a key with an optional expiration TTL time.
FileStorage::setGroup() — Method in class FileStorage
Method to set property group
FileStorage::setPath() — Method in class FileStorage
Method to set property path
FileStorage::setFileFormat() — Method in class FileStorage
setFileFormat
MemcachedStorage::save() — Method in class MemcachedStorage
Persisting our data in the cache, uniquely referenced by a key with an optional expiration TTL time.
NullStorage::save() — Method in class NullStorage
Persisting our data in the cache, uniquely referenced by a key with an optional expiration TTL time.
RedisStorage::save() — Method in class RedisStorage
Persisting our data in the cache, uniquely referenced by a key with an optional expiration TTL time.
RuntimeArrayStorage::save() — Method in class RuntimeArrayStorage
Persisting our data in the cache, uniquely referenced by a key with an optional expiration TTL time.
XcacheStorage::save() — Method in class XcacheStorage
Persisting our data in the cache, uniquely referenced by a key with an optional expiration TTL time.
Compare::setCompare2() — Method in class Compare
Compare 2 setter.
Compare::setCompare1() — Method in class Compare
Compare 1 setter.
Compare::swap() — Method in class Compare
Swap compares.
Compare::setOperator() — Method in class Compare
Method to set property operator
Compare::setHandler() — Method in class Compare
Ser handler.
InCompare::setSeparator() — Method in class InCompare
setSeparator
AbstractConsole::setIO() — Method in class AbstractConsole
setIo
AbstractConsole::set() — Method in class AbstractConsole
Modifies a property of the object, creating it if it does not already exist.
AbstractConsole::setConfiguration() — Method in class AbstractConsole
Sets the configuration for the application.
AbstractConsole::setConfig() — Method in class AbstractConsole
Method to set property config
AbstractConsole::setDescriptor() — Method in class AbstractConsole
Method to set property descriptor
AbstractCommand::setIO() — Method in class AbstractCommand
Method to set property io
AbstractCommand::setParent() — Method in class AbstractCommand
Parent command setter.
AbstractCommand::setChildren() — Method in class AbstractCommand
Batch set children (sub commands).
AbstractCommand::setOptions() — Method in class AbstractCommand
Batch add options to command.
AbstractCommand::setOptionAliases() — Method in class AbstractCommand
set the option alias.
AbstractCommand::setName() — Method in class AbstractCommand
Console name setter.
AbstractCommand::setApplication() — Method in class AbstractCommand
Set the application.
Console::setAutoExit() — Method in class Console
Sets whether to automatically exit after a command execution or not.
Console::setVersion() — Method in class Console
Set version.
Console::setDescription() — Method in class Console
Set description.
Console::setHandler() — Method in class Console
Set execute code to default command.
Console::setUsage() — Method in class Console
setUsage
Console::setHelp() — Method in class Console
setHelp
Console::setTitle() — Method in class Console
Method to set property title
AbstractDescriptorHelper::setCommandDescriptor() — Method in class AbstractDescriptorHelper
Command descriptor setter.
AbstractDescriptorHelper::setOptionDescriptor() — Method in class AbstractDescriptorHelper
Option descriptor setter.
CommandNotFoundException::setArgument() — Method in class CommandNotFoundException
Argument setter.
CommandNotFoundException::setCommand() — Method in class CommandNotFoundException
Command setter.
IO::setArguments() — Method in class IO
set Arguments
IO::shiftArgument() — Method in class IO
shiftArgument
IO::setOutputStream() — Method in class IO
setOutStream
IO::setErrorStream() — Method in class IO
Method to set property errorStream
IO::setInputStream() — Method in class IO
setInputStream
IOInterface::shiftArgument() — Method in class IOInterface
shiftArgument
IOInterface::setArguments() — Method in class IOInterface
set Arguments
IOInterface::setOutputStream() — Method in class IOInterface
setOutStream
IOInterface::setErrorStream() — Method in class IOInterface
Method to set property errorStream
IOInterface::setInputStream() — Method in class IOInterface
setInputStream
Option::setAliases() — Method in class Option
Alias setter.
Option::setName() — Method in class Option
Name setter.
Option::setIO() — Method in class Option
Set Cli Input object.
Option::setGlobal() — Method in class Option
Set this option is global or not.
OptionSet::serialize() — Method in class OptionSet
Serialize this object
AbstractPrompter::setIO() — Method in class AbstractPrompter
Method to set property io
BooleanPrompter::setTrueAlias() — Method in class BooleanPrompter
Set true value alias.
BooleanPrompter::setFalseAlias() — Method in class BooleanPrompter
Set aliases of false value.
CallbackPrompter::setHandler() — Method in class CallbackPrompter
Set a callable handler, can be a Closure.
CallbackPrompter::setAttemptTimes() — Method in class CallbackPrompter
Set attempt number.
CallbackPrompter::setNoValidMessage() — Method in class CallbackPrompter
Set message when validate fail.
Prompter::selector() — Method in class Prompter
selector
SelectPrompterClass in namespace Windwalker\Console\Prompter
A prompter supports select list.
ValidatePrompter::setOptions() — Method in class ValidatePrompter
Set option list.
SimpleCipherClass in namespace Windwalker\Crypt\Cipher
The Simple class.
Crypt::setIV() — Method in class Crypt
Method to set property public
Crypt::setKey() — Method in class Crypt
Method to set property private
Password::setSalt() — Method in class Password
Method to set property salt
Password::setCost() — Method in class Password
Method to set property cost
Password::setType() — Method in class Password
Method to set property type
ClassMeta::setArgument() — Method in class ClassMeta
Method to set property argument
ClassMeta::setArguments() — Method in class ClassMeta
Method to set property arguments
Container::set() — Method in class Container
Method to set the key and callback to the dataStore array.
Container::share() — Method in class Container
Convenience method for creating shared keys.
Container::setParent() — Method in class Container
Method to set property parent
Container::setChildren() — Method in class Container
Method to set property children
ContainerAwareInterface::setContainer() — Method in class ContainerAwareInterface
Set the DI container.
ContainerAwareTrait::setContainer() — Method in class ContainerAwareTrait
Set the DI container.
DataStore::setCallback() — Method in class DataStore
Method to set property callback
DataStore::setInstance() — Method in class DataStore
Method to set property instance
ServiceProviderInterfaceClass in namespace Windwalker\DI
Interface ServiceProviderInterface
AbstractDataMapper::save() — Method in class AbstractDataMapper
Save will auto detect is conditions matched in data or not.
AbstractDataMapper::saveOne() — Method in class AbstractDataMapper
Save only one row.
AbstractDataMapper::setTable() — Method in class AbstractDataMapper
Set table name.
AbstractDataMapper::setDataClass() — Method in class AbstractDataMapper
Set data class.
AbstractDataMapper::setDatasetClass() — Method in class AbstractDataMapper
Set Data set class.
AbstractDataMapper::setDispatcher() — Method in class AbstractDataMapper
Method to set property dispatcher
AbstractDatabaseMapperProxy::setDataMapper() — Method in class AbstractDatabaseMapperProxy
setDataMapper
DataMapper::setDb() — Method in class DataMapper
Set db adapter.
DataMapper::setQuery() — Method in class DataMapper
Method to set property query
DataMapper::setQueryHelper() — Method in class DataMapper
Method to set property queryHelper
DataMapperInterface::save() — Method in class DataMapperInterface
Save will auto detect is conditions matched in data or not.
DataMapperInterface::saveOne() — Method in class DataMapperInterface
Save only one row.
DatabaseContainer::setDb() — Method in class DatabaseContainer
Method to set property db
DatabaseMapperInterface::setDb() — Method in class DatabaseMapperInterface
Set db adapter.
Entity::setAlias() — Method in class Entity
Set column alias.
Entity::set() — Method in class Entity
Magic setter to set a table field.
Data::set() — Method in class Data
Set value to Data object.
DataSet::serialize() — Method in class DataSet
Serialize data.
DataSet::sort() — Method in class DataSet
Sort data.
DataSet::shuffle() — Method in class DataSet
Shuffle this DataSet to random orders.
DataSet::shift() — Method in class DataSet
Shift the first element.
AbstractDatabase::select() — Method in class AbstractDatabase
select
AbstractDatabase::setName() — Method in class AbstractDatabase
Method to set property table
AbstractDatabase::setDriver() — Method in class AbstractDatabase
Method to set property db
AbstractReader::setQuery() — Method in class AbstractReader
setQuery
AbstractReader::setDriver() — Method in class AbstractReader
Method to set property db
AbstractReader::setCursor() — Method in class AbstractReader
Method to set property cursor
AbstractTable::save() — Method in class AbstractTable
save
AbstractTable::setName() — Method in class AbstractTable
Method to set property table
AbstractTable::setDriver() — Method in class AbstractTable
Method to set property db
AbstractTable::setDatabase() — Method in class AbstractTable
Method to set property database
AbstractTransaction::start() — Method in class AbstractTransaction
start
AbstractTransaction::setNested() — Method in class AbstractTransaction
setNested
AbstractTransaction::setDriver() — Method in class AbstractTransaction
Method to set property db
AbstractWriter::saveOne() — Method in class AbstractWriter
save
AbstractWriter::saveMultiple() — Method in class AbstractWriter
saveMultiple
AbstractWriter::setDriver() — Method in class AbstractWriter
Method to set property db
AbstractWriter::setCursor() — Method in class AbstractWriter
Method to set property cursor
DatabaseFactory::setDbo() — Method in class DatabaseFactory
setDbo
DatabaseFactory::setDefaultDbo() — Method in class DatabaseFactory
setDb
AbstractDatabaseDriver::setConnection() — Method in class AbstractDatabaseDriver
setConnection
AbstractDatabaseDriver::select() — Method in class AbstractDatabaseDriver
Select a database for use.
AbstractDatabaseDriver::splitSql() — Method in class AbstractDatabaseDriver
Splits a string of multiple queries into an array of individual queries.
AbstractDatabaseDriver::setDebug() — Method in class AbstractDatabaseDriver
Sets the database debugging state for the driver.
AbstractDatabaseDriver::setQuery() — Method in class AbstractDatabaseDriver
Sets the SQL statement string for later execution.
AbstractDatabaseDriver::setOptions() — Method in class AbstractDatabaseDriver
Method to set property options
AbstractDatabaseDriver::setDatabaseName() — Method in class AbstractDatabaseDriver
Method to set property database
DatabaseAwareTrait::setDb() — Method in class DatabaseAwareTrait
setDb
MysqlDatabase::select() — Method in class MysqlDatabase
select
MysqlTransaction::start() — Method in class MysqlTransaction
start
PdoDriver::setOption() — Method in class PdoDriver
Sets an attribute on the PDO database handle.
PdoDriver::select() — Method in class PdoDriver
Select a database for use.
PdoDriver::setQuery() — Method in class PdoDriver
Sets the SQL statement string for later execution.
PdoTransaction::start() — Method in class PdoTransaction
start
PostgresqlDatabase::select() — Method in class PostgresqlDatabase
select
PostgresqlTransaction::start() — Method in class PostgresqlTransaction
start
DbLoggingMiddleware::setLogger() — Method in class DbLoggingMiddleware
Sets a logger instance on the object
DbProfilerMiddleware::setBefore() — Method in class DbProfilerMiddleware
Method to set property before
DbProfilerMiddleware::setAfter() — Method in class DbProfilerMiddleware
Method to set property after
QueryHelper::setDb() — Method in class QueryHelper
setDb
QueryHelper::setTables() — Method in class QueryHelper
Method to set property tables
Column::signed() — Method in class Column
Method to set property signed
Column::setOptions() — Method in class Column
setOptions
SchemaClass in namespace Windwalker\Database\Schema
The Schema class.
Schema::setTable() — Method in class Schema
Method to set property table
Schema::setColumns() — Method in class Schema
Method to set property columns
Schema::setIndexes() — Method in class Schema
Method to set property indexes
DomElement::setContent() — Method in class DomElement
Set content.
DomElement::setAttribute() — Method in class DomElement
Set attribute value.
DomElement::setAttributes() — Method in class DomElement
Set all attributes.
DomElement::setName() — Method in class DomElement
Set element tag name.
DomElements::setStrict() — Method in class DomElements
Method to set property strict
DomElements::setElements() — Method in class DomElements
Method to set property elements
DomFormatter::setInstance() — Method in class DomFormatter
Method to set property instance
HtmlFormatter::setInlineElements() — Method in class HtmlFormatter
Method to set property inlineElements
HtmlFormatter::setElementType() — Method in class HtmlFormatter
HtmlFormatter::setUnpairedElements() — Method in class HtmlFormatter
Method to set property unpairedElements
EdgeArrayCache::store() — Method in class EdgeArrayCache
store
EdgeArrayCache::setData() — Method in class EdgeArrayCache
Method to set property data
EdgeCacheInterface::store() — Method in class EdgeCacheInterface
store
EdgeFileCache::store() — Method in class EdgeFileCache
store
EdgeCompiler::setDirectives() — Method in class EdgeCompiler
Method to set property directives
EdgeCompiler::setParsers() — Method in class EdgeCompiler
Method to set property parsers
EdgeCompiler::setRawTags() — Method in class EdgeCompiler
Sets the raw tags used for the compiler.
EdgeCompiler::setContentTags() — Method in class EdgeCompiler
Sets the content tags used for the compiler.
EdgeCompiler::setEscapedContentTags() — Method in class EdgeCompiler
Sets the escaped content tags used for the compiler.
EdgeCompiler::setEchoFormat() — Method in class EdgeCompiler
Set the echo format to be used by the compiler.
Edge::startSection() — Method in class Edge
Start injecting content into a section.
Edge::stopSection() — Method in class Edge
Stop injecting content into a section.
Edge::startPush() — Method in class Edge
Start injecting content into a push section.
Edge::stopPush() — Method in class Edge
Stop injecting content into a push section.
Edge::setGlobals() — Method in class Edge
Method to set property globals
Edge::setCompiler() — Method in class Edge
Method to set property compiler
Edge::setLoader() — Method in class Edge
Method to set property loader
Edge::setExtensions() — Method in class Edge
Method to set property extensions
Edge::setCache() — Method in class Edge
Method to set property cache
EdgeFileLoader::setPaths() — Method in class EdgeFileLoader
Method to set property paths
EdgeFileLoader::setExtensions() — Method in class EdgeFileLoader
Method to set property extensions
EdgeStringLoader::setContent() — Method in class EdgeStringLoader
Method to set property content
Browser::setUserAgent() — Method in class Browser
setUserAgent
Environment::setPlatform() — Method in class Environment
Method to set property server
PhpHelper::setStrict() — Method in class PhpHelper
setStrict
PhpHelper::setMuted() — Method in class PhpHelper
setMuted
Platform::setOS() — Method in class Platform
Method to set property os
Platform::setUname() — Method in class Platform
Method to set property uname
PlatformHelper::setPlatform() — Method in class PlatformHelper
Method to set property server
WebEnvironment::setBrowser() — Method in class WebEnvironment
Method to set property Browser
Dispatcher::setEvent() — Method in class Dispatcher
Set an event to the dispatcher.
DispatcherAwareInterface::setDispatcher() — Method in class DispatcherAwareInterface
setDispatcher
DispatcherAwareTrait::setDispatcher() — Method in class DispatcherAwareTrait
setDispatcher
Event::setName() — Method in class Event
Method to set property name
Event::setArguments() — Method in class Event
Method to set property arguments
Event::setArgument() — Method in class Event
Set the value of an event argument.
Event::stop() — Method in class Event
Stop the event propagation.
Event::serialize() — Method in class Event
Serialize the event.
File::stripExtension() — Method in class File
Strips the last extension off of a file name
ArrayObject::serialize() — Method in class ArrayObject
Serialize an ArrayObject
ArrayObject::setFlags() — Method in class ArrayObject
Sets the behavior flags
ArrayObject::setIteratorClass() — Method in class ArrayObject
Sets the iterator classname for the ArrayObject
Path::setPermissions() — Method in class Path
Chmods files and directories recursively to given permissions.
PathCollection::setPrefix() — Method in class PathCollection
Set prefix to all paths.
PathLocator::setPrefix() — Method in class PathLocator
Set a prefix, when this object convert to string, prefix will auto add to the front of path.
HtmlCleaner::setTagsMethod() — Method in class HtmlCleaner
setTagsMethod
HtmlCleaner::setAttrMethod() — Method in class HtmlCleaner
setAttrMethod
HtmlCleaner::setXssMethod() — Method in class HtmlCleaner
setXssAuto
InputFilter::setHandler() — Method in class InputFilter
setHandlers
InputFilter::setHtmlCleaner() — Method in class InputFilter
sethtmlCleaner
InputFilter::setDefaultHandler() — Method in class InputFilter
setDefaultHandler
InputFilter::serialize() — Method in class InputFilter
Method to serialize the Filter.
OutputFilter::stringURLSafe() — Method in class OutputFilter
This method processes a string and replaces all accented UTF-8 characters by unaccented ASCII-7 "equivalents", whitespaces are replaced by hyphens and the string is lowercase.
OutputFilter::stringURLUnicodeSlug() — Method in class OutputFilter
This method implements unicode slugs instead of transliteration.
OutputFilter::stripImages() — Method in class OutputFilter
Strip img-tags from string
OutputFilter::stripIframes() — Method in class OutputFilter
Strip iframe-tags from string
OutputFilter::stripScript() — Method in class OutputFilter
stripScript
OutputFilter::stripStyle() — Method in class OutputFilter
stripStyle
UnicodeHelper::strtolower() — Method in class UnicodeHelper
strtolower
AbstractField::setName() — Method in class AbstractField
Method to set property name
AbstractField::setFieldName() — Method in class AbstractField
Method to set property fieldName
AbstractField::setGroup() — Method in class AbstractField
Method to set property group
AbstractField::setFieldset() — Method in class AbstractField
Method to set property fieldset
AbstractField::setValue() — Method in class AbstractField
Method to set property value
AbstractField::setValidator() — Method in class AbstractField
Method to set property rule
AbstractField::setFilter() — Method in class AbstractField
Method to set property filter
AbstractField::setControl() — Method in class AbstractField
Method to set property control
AbstractField::setClass() — Method in class AbstractField
class
AbstractField::setAttribute() — Method in class AbstractField
getAttribute
AbstractField::set() — Method in class AbstractField
set
AbstractField::setForm() — Method in class AbstractField
Method to set property form
ListField::setOptions() — Method in class ListField
setOptions
SpacerFieldClass in namespace Windwalker\Form\Field
The SpacerField class.
DefaultFilter::setFilter() — Method in class DefaultFilter
Method to set property filter
DefaultFilter::setType() — Method in class DefaultFilter
Method to set property type
Form::setAttribute() — Method in class Form
setAttribute
Form::setAttributes() — Method in class Form
setAttributes
Form::setControl() — Method in class Form
Method to set property control
Form::setErrors() — Method in class Form
Method to set property errors
Form::setRenderer() — Method in class Form
Method to set property fieldRenderHandler
FormHelper::setByPath() — Method in class FormHelper
setByPath
ValidateResult::setMessage() — Method in class ValidateResult
Method to set property message
ValidateResult::setField() — Method in class ValidateResult
Method to set property field
ValidateResult::setResult() — Method in class ValidateResult
Method to set property result
AbstractHtmlList::setItems() — Method in class AbstractHtmlList
setItems
FormWrapper::start() — Method in class FormWrapper
start
FormWrapper::setTokenHandler() — Method in class FormWrapper
Method to set property tokenHandler
Grid::setTableAttributes() — Method in class Grid
Method to set the attributes for a table-tag
Grid::setColumns() — Method in class Grid
Method to set a whole range of columns at once This can be used to re-order the columns, too
Grid::setRowAttributes() — Method in class Grid
Method to set the attributes of the currently active row
Grid::setActiveRow() — Method in class Grid
Set the currently active row
Grid::setRowCell() — Method in class Grid
Set cell content for a specific column for the currently active row
AbstractMediaElement::setMainSource() — Method in class AbstractMediaElement
setMainSource
AbstractMediaElement::setNoSupportHint() — Method in class AbstractMediaElement
Method to set property hint
Option::setValue() — Method in class Option
Method to set property value
AbstractInputList::setChecked() — Method in class AbstractInputList
Method to set property checked
AbstractInputList::setDisabled() — Method in class AbstractInputList
Method to set property disabled
AbstractInputList::setReadonly() — Method in class AbstractInputList
Method to set property readonly
SelectListClass in namespace Windwalker\Html\Select
The SelectList class.
SelectList::setSelected() — Method in class SelectList
Method to set property selected
SelectList::setMultiple() — Method in class SelectList
Method to set property multiple
ServerHelperClass in namespace Windwalker\Http\Helper
The ServerHelper class.
ServerHelper::setByPath() — Method in class ServerHelper
setByPath
StreamHelperClass in namespace Windwalker\Http\Helper
The StreamHelper class.
StreamHelper::sendAttachment() — Method in class StreamHelper
A simple method to quickly send attachment stream download.
HttpClient::send() — Method in class HttpClient
Send a request to remote.
HttpClient::setOption() — Method in class HttpClient
Set option value.
HttpClient::setOptions() — Method in class HttpClient
Method to set property options
HttpClient::setTransport() — Method in class HttpClient
Method to set property transport
HttpClientInterface::send() — Method in class HttpClientInterface
Send a request to remote.
HttpServer::setHandler() — Method in class HttpServer
Method to set property handler
HttpServer::setRequest() — Method in class HttpServer
Method to set property request
HttpServer::setOutput() — Method in class HttpServer
Method to set property output
HttpServer::setResponse() — Method in class HttpServer
Method to set property response
HttpCompressor::setAcceptEncoding() — Method in class HttpCompressor
Method to set property acceptEncoding
HttpCompressor::setEncodedBy() — Method in class HttpCompressor
Method to set property encodedBy
Output::sendBody() — Method in class Output
Method to send the application response to the client. All headers will be sent prior to the main application output data.
Output::sendHeaders() — Method in class Output
Send all response headers.
Output::sendStatusLine() — Method in class Output
Send HTTP status line.
StreamOutputClass in namespace Windwalker\Http\Output
The StreamOutput class.
StreamOutput::sendBody() — Method in class StreamOutput
Send body as response.
StreamOutput::setMaxBufferLength() — Method in class StreamOutput
Method to set property maxBufferLength
StreamOutput::setDelay() — Method in class StreamOutput
Method to set property delay
ServerRequestClass in namespace Windwalker\Http\Request
Representation of an incoming, server-side HTTP request.
ServerRequestFactoryClass in namespace Windwalker\Http\Request
The ServerRequestFactory class.
ServerRequestFactory::stripQueryString() — Method in class ServerRequestFactory
Strip the query string from a path
StreamClass in namespace Windwalker\Http\Stream
The Stream class.
Stream::seek() — Method in class Stream
Seek to a position in the stream.
StringStreamClass in namespace Windwalker\Http\Stream
The ArrayStream class.
StringStream::seek() — Method in class StringStream
Seek to a position in the stream.
StringStream::seekable() — Method in class StringStream
Method to set property seekable
AbstractTransport::setOption() — Method in class AbstractTransport
Set option value.
AbstractTransport::setOptions() — Method in class AbstractTransport
Method to set property options
StreamTransportClass in namespace Windwalker\Http\Transport
The StreamTransport class.
UploadedFile::setSapi() — Method in class UploadedFile
Method to set property sapi
WebHttpServer::setContentType() — Method in class WebHttpServer
Method to set property mimeType
WebHttpServer::setCharSet() — Method in class WebHttpServer
Method to set property charSet
WebHttpServer::setModifiedDate() — Method in class WebHttpServer
Method to set property modifiedDate
WebHttpServer::setUriData() — Method in class WebHttpServer
Method to set property uriData
WebHttpServer::setCompressor() — Method in class WebHttpServer
Method to set property compressor
ColorProcessor::stripColors() — Method in class ColorProcessor
Strip color tags from a string.
ColorProcessor::setNoColors() — Method in class ColorProcessor
Method to set property noColors
ColorProcessorInterface::setNoColors() — Method in class ColorProcessorInterface
Method to set property noColors
IO::setOption() — Method in class IO
Sets a value
IO::setArgument() — Method in class IO
setArgument
IO::setInput() — Method in class IO
setInput
IO::setOutput() — Method in class IO
setOutput
IO::serialize() — Method in class IO
Serialize data.
IOInterface::setOption() — Method in class IOInterface
Sets a value
IOInterface::setArgument() — Method in class IOInterface
setArgument
CliInput::serialize() — Method in class CliInput
Method to serialize the input.
CliInput::setArgument() — Method in class CliInput
setArgument
CliInput::setInputStream() — Method in class CliInput
setInputStream
CliInput::setCalledScript() — Method in class CliInput
setCalledScript
CliInputInterface::set() — Method in class CliInputInterface
Sets a value
AbstractCliOutput::setOutputStream() — Method in class AbstractCliOutput
setOutStream
AbstractCliOutput::setErrorStream() — Method in class AbstractCliOutput
Method to set property errorStream
CliOutput::setProcessor() — Method in class CliOutput
Set a processor
ColorfulOutputInterface::setProcessor() — Method in class ColorfulOutputInterface
Set a processor
SimpleCliOutputClass in namespace Windwalker\IO\Cli\Output
Class SimpleCliOutput
CookieInput::set() — Method in class CookieInput
Sets a value
FilesInput::set() — Method in class FilesInput
Sets a value
FormDataInput::setRawFormData() — Method in class FormDataInput
setRawData
$InputProperty in class Input
Input::set() — Method in class Input
Sets a value
Input::setMethod() — Method in class Input
Method to set property method
Input::serialize() — Method in class Input
Method to serialize the input.
Input::setData() — Method in class Input
Method to set property data
Input::setFilter() — Method in class Input
Method to set property filter
Input::setByPath() — Method in class Input
setByPath
PsrFilesInput::set() — Method in class PsrFilesInput
Sets a value
PsrHeaderInput::set() — Method in class PsrHeaderInput
Sets a value
$PsrInputProperty in class PsrInput
Language::sprintf() — Method in class Language
sprintf
Language::setDebug() — Method in class Language
setDebug
Language::setLoader() — Method in class Language
setLoader
Language::setLoaders() — Method in class Language
setLoaders
Language::setFormat() — Method in class Language
setFormat
Language::setFormats() — Method in class Language
setFormats
Language::setLocale() — Method in class Language
setLocale
Language::setDefaultLocale() — Method in class Language
Method to set property defaultLocale
Language::setLocalise() — Method in class Language
setLocalise
Language::setNormalizeHandler() — Method in class Language
setNormalizeHandler
Language::setTraceLevelOffset() — Method in class Language
Method to set property traceLevelOffset
LanguageInterface::sprintf() — Method in class LanguageInterface
sprintf
ClassLoader::setPsr0Loader() — Method in class ClassLoader
Method to set property psr0
ClassLoader::setPsr4Loader() — Method in class ClassLoader
Method to set property psr4
ClassLoader::setFilesLoader() — Method in class ClassLoader
Method to set property files
Psr0Loader::setNamespaceSeparator() — Method in class Psr0Loader
Sets the namespace separator used by classes in the namespace of this class loader.
Psr0Loader::setFileExtension() — Method in class Psr0Loader
Sets the file extension of class files in the namespace of this class loader.
AbstractMiddleware::setNext() — Method in class AbstractMiddleware
Set next middleware.
CallbackMiddleware::setHandler() — Method in class CallbackMiddleware
Set callback handler.
ChainBuilder::setStack() — Method in class ChainBuilder
Method to set property stack
ChainBuilder::setEndMiddleware() — Method in class ChainBuilder
Method to set property endMiddleware
EndMiddleware::setNext() — Method in class EndMiddleware
Set next middleware.
MiddlewareInterface::setNext() — Method in class MiddlewareInterface
Set next middleware.
Benchmark::setTimeFormat() — Method in class Benchmark
setTimeFormat
Benchmark::setTimes() — Method in class Benchmark
Method to set property times
Benchmark::setRenderOneHandler() — Method in class Benchmark
Method to set property renderHandler
Collector::set() — Method in class Collector
set
Collector::setData() — Method in class Collector
setData
Point::setData() — Method in class Point
Method to set property data
Profiler::setPoint() — Method in class Profiler
set Point
Profiler::setRenderer() — Method in class Profiler
Set the renderer to render this profiler.
ProfilerAwareInterface::setProfiler() — Method in class ProfilerAwareInterface
Set Profiler.
ConnectionContainer::setConnection() — Method in class ConnectionContainer
setConnection
MysqlGrammar::showTableColumns() — Method in class MysqlGrammar
showTableColumn
MysqlGrammar::showDbTables() — Method in class MysqlGrammar
showDbTables
OracleQuery::setDateFormat() — Method in class OracleQuery
setDateFormat
PostgresqlExpression::second() — Method in class PostgresqlExpression
Used to get a string to extract seconds from date column.
PostgresqlGrammar::showTableColumns() — Method in class PostgresqlGrammar
showTableColumn
PostgresqlGrammar::showDbTables() — Method in class PostgresqlGrammar
showDbTables
Query::select() — Method in class Query
Add a single column, or array of columns to the SELECT clause of the query.
Query::set() — Method in class Query
Add a single condition string, or an array of strings to the SET clause of the query.
Query::setQuery() — Method in class Query
Allows a direct query to be provided to the database driver's setQuery() method, but still allow queries to have bounded variables.
Query::setExpression() — Method in class Query
setExpression
Query::setConnection() — Method in class Query
Method to set property connection
Query::setDateFormat() — Method in class Query
Method to set property dateFormat
Query::setNullDate() — Method in class Query
Method to set property nullDate
QueryElement::setGlue() — Method in class QueryElement
Method to set property glue
QueryElement::setName() — Method in class QueryElement
Method to set property name
QueryExpression::setQuery() — Method in class QueryExpression
setQuery
QueryExpression::second() — Method in class QueryExpression
Used to get a string to extract seconds from date column.
QueryGrammarInterface::showTableColumns() — Method in class QueryGrammarInterface
showTableColumn
QueryGrammarInterface::showDbTables() — Method in class QueryGrammarInterface
showDbTables
QueryInterface::select() — Method in class QueryInterface
Add a single column, or array of columns to the SELECT clause of the query.
QueryInterface::set() — Method in class QueryInterface
Add a single condition string, or an array of strings to the SET clause of the query.
QueryInterface::setQuery() — Method in class QueryInterface
Allows a direct query to be provided to the database driver's setQuery() method, but still allow queries to have bounded variables.
LimitableInterface::setLimit() — Method in class LimitableInterface
Sets the offset and limit for the result set, if the database driver supports it.
SqliteExpressionClass in namespace Windwalker\Query\Sqlite
Class SqliteExpression
SqliteQueryClass in namespace Windwalker\Query\Sqlite
Class SqliteQuery
SqlservExpressionClass in namespace Windwalker\Query\Sqlserv
Class SqlservExpression
SqlservQueryClass in namespace Windwalker\Query\Sqlserv
Class SqlservQuery
NestedRecord::setLocation() — Method in class NestedRecord
Method to set the location of a node in the tree object. This method does not save the new location to the database, but will set it in the object so that when the node is stored it will be stored in the new location.
NestedRecord::store() — Method in class NestedRecord
Method to store a node in the database table.
Record::save() — Method in class Record
Method to provide a shortcut to binding, checking and storing a AbstractTable instance to the database table. The method will check a row in once the data has been stored and if an ordering filter is present will attempt to reorder the table rows based on the filter. The ordering filter is an instance property name. The rows that will be reordered are those whose value matches the AbstractTable instance for the property specified.
Record::store() — Method in class Record
Method to store a row in the database from the AbstractTable instance properties.
Record::setTableName() — Method in class Record
Method to set property table
Record::setDispatcher() — Method in class Record
Method to set property dispatcher
Record::setDataMapper() — Method in class Record
Method to set property mapper
AbstractEngineRenderer::setEngine() — Method in class AbstractEngineRenderer
Method to set property engine
AbstractRenderer::setPaths() — Method in class AbstractRenderer
setPaths
BladeRenderer::setEngine() — Method in class BladeRenderer
Method to set property blade
BladeRenderer::setFilesystem() — Method in class BladeRenderer
Method to set property filesystem
BladeRenderer::setFinder() — Method in class BladeRenderer
Method to set property finder
BladeRenderer::setResolver() — Method in class BladeRenderer
Method to set property resolver
BladeRenderer::setDispatcher() — Method in class BladeRenderer
Method to set property dispatcher
BladeRenderer::setCompiler() — Method in class BladeRenderer
Method to set property compiler
BladeRenderer::setCustomCompilers() — Method in class BladeRenderer
Method to set property customCompiler
GlobalContainer::setCompilers() — Method in class GlobalContainer
Method to set property extensions
GlobalContainer::setExtensions() — Method in class GlobalContainer
Method to set property extensions
GlobalContainer::setCachePath() — Method in class GlobalContainer
Method to set property cachePath
GlobalContainer::setRawTags() — Method in class GlobalContainer
Method to set property rawTags
GlobalContainer::setContentTags() — Method in class GlobalContainer
Method to set property contentTags
GlobalContainer::setEscapedTags() — Method in class GlobalContainer
Method to set property escapedTags
EdgeRenderer::setEngine() — Method in class EdgeRenderer
Method to set property engine
EdgeRenderer::setCompiler() — Method in class EdgeRenderer
Method to set property compiler
EdgeRenderer::setLoader() — Method in class EdgeRenderer
Method to set property loader
EdgeRenderer::setCache() — Method in class EdgeRenderer
Method to set property cache
EdgeRenderer::setExtensions() — Method in class EdgeRenderer
Method to set property extensions
GlobalContainer::setExtensions() — Method in class GlobalContainer
Method to set property extensions
GlobalContainer::setGlobals() — Method in class GlobalContainer
Method to set property globals
GlobalContainer::setRawTags() — Method in class GlobalContainer
Method to set property rawTags
GlobalContainer::setContentTags() — Method in class GlobalContainer
Method to set property contentTags
GlobalContainer::setEscapedTags() — Method in class GlobalContainer
Method to set property escapedTags
MustacheRenderer::setEngine() — Method in class MustacheRenderer
Method to set property engine
MustacheRenderer::setLoader() — Method in class MustacheRenderer
Method to set property loader
PhpRenderer::setBlock() — Method in class PhpRenderer
setBlock
PlatesRenderer::setEngine() — Method in class PlatesRenderer
Method to set property engine
TwigRenderer::setLoader() — Method in class TwigRenderer
setLoader
TwigRenderer::setEngine() — Method in class TwigRenderer
setTwig
TwigRenderer::setDebugExtension() — Method in class TwigRenderer
Method to set property debugExtension
TwigRenderer::setExtensions() — Method in class TwigRenderer
Method to set property extensions
GlobalContainer::setExtensions() — Method in class GlobalContainer
Method to set property extensions
GlobalContainer::setGlobals() — Method in class GlobalContainer
Method to set property globals
TwigFilesystemLoader::setSeparator() — Method in class TwigFilesystemLoader
Method to set property separator
AbstractMatcher::setRoutes() — Method in class AbstractMatcher
Set Routes
AbstractMatcher::setRouteMaps() — Method in class AbstractMatcher
Method to set property routeMaps
AbstractMatcher::setDebug() — Method in class AbstractMatcher
Method to set property debug
MatcherInterface::setRoutes() — Method in class MatcherInterface
Set Routes
SequentialMatcherClass in namespace Windwalker\Router\Matcher
The SequentialMatcher class.
TrieMatcher::setTree() — Method in class TrieMatcher
Method to set property tree
RestRouter::setHttpMethodSuffix() — Method in class RestRouter
Set a controller class suffix for a given HTTP method.
RestRouter::setCustomMethod() — Method in class RestRouter
setCustomMethod
Route::setPattern() — Method in class Route
setPattern
Route::setRegex() — Method in class Route
setRegex
Route::setAllowMethods() — Method in class Route
setMethod
Route::setVariables() — Method in class Route
setVariables
Route::setName() — Method in class Route
setName
Route::setOptions() — Method in class Route
Method to set property options
Route::setOption() — Method in class Route
Method to set property options
Route::setSslPort() — Method in class Route
Method to set property sslPort
Route::setPort() — Method in class Route
Method to set property port
Route::setScheme() — Method in class Route
Method to set property scheme
Route::setHost() — Method in class Route
Method to set property host
Route::setRequirements() — Method in class Route
Method to set property requirements
Route::setSSL() — Method in class Route
Method to set property ssl
Route::setExtraValues() — Method in class Route
Method to set property extra
Route::setExtra() — Method in class Route
setExtra
RouteHelper::sanitize() — Method in class RouteHelper
Sanitize and explode the pattern.
Router::setMatcher() — Method in class Router
Method to set property matcher
Router::setRoutes() — Method in class Router
Method to set property routes
SingleActionRouterClass in namespace Windwalker\Router
Class SingleActionRouter
SingleActionRouter::setVariables() — Method in class SingleActionRouter
setRequests
ArrayBag::setData() — Method in class ArrayBag
setData
AutoExpiredFlashBag::setData() — Method in class AutoExpiredFlashBag
setData
SessionBagClass in namespace Windwalker\Session\Bag
Class AbstractSessionBag
SessionBag::setData() — Method in class SessionBag
setData
SessionBag::set() — Method in class SessionBag
set
SessionBagInterfaceClass in namespace Windwalker\Session\Bag
Interface SessionBagInterface
SessionBagInterface::setData() — Method in class SessionBagInterface
setData
SessionBagInterface::set() — Method in class SessionBagInterface
set
NativeBridge::start() — Method in class NativeBridge
Starts the session.
NativeBridge::setId() — Method in class NativeBridge
Sets the session ID
NativeBridge::setName() — Method in class NativeBridge
Sets the session name
NativeBridge::save() — Method in class NativeBridge
Force the session to be saved and closed.
NativeBridge::setCookieParams() — Method in class NativeBridge
Set session cookie parameters, this method should call before session started.
SessionBridgeInterfaceClass in namespace Windwalker\Session\Bridge
Interface SessionBridgeInterface
SessionBridgeInterface::start() — Method in class SessionBridgeInterface
Starts the session.
SessionBridgeInterface::setId() — Method in class SessionBridgeInterface
Sets the session ID
SessionBridgeInterface::setName() — Method in class SessionBridgeInterface
Sets the session name
SessionBridgeInterface::save() — Method in class SessionBridgeInterface
Force the session to be saved and closed.
SessionBridgeInterface::setCookieParams() — Method in class SessionBridgeInterface
Set session cookie parameters, this method should call before session started.
AbstractDatabaseAdapter::setDb() — Method in class AbstractDatabaseAdapter
setDb
SessionClass in namespace Windwalker\Session
Class for managing HTTP sessions
Session::start() — Method in class Session
Start a session.
Session::set() — Method in class Session
Set data into the session store.
Session::setBridge() — Method in class Session
Method to set property bridge
Session::setHandler() — Method in class Session
Method to set property handler
Session::setState() — Method in class Session
Method to set property state
Session::setCookie() — Method in class Session
Set cookie source. default will be $_COOKIE.
Session::setOption() — Method in class Session
Method to set property options
Session::setOptions() — Method in class Session
Method to set property options
Session::setBags() — Method in class Session
Set Session bags.
Session::setBag() — Method in class Session
Set session bag by name.
Session::setFlashBag() — Method in class Session
Set Flash Bag
Session::setDebug() — Method in class Session
Method to set property debug
SimpleTemplateClass in namespace Windwalker\String
The SimpleTemplate class.
StringHelperClass in namespace Windwalker\String
The StringHelper class.
StringHelper::startsWith() — Method in class StringHelper
startsWith
StringInflectorClass in namespace Windwalker\String
Windwalker Framework String Inflector Class
StringNormaliseClass in namespace Windwalker\String
Windwalker Framework String Normalise Class
StringNormalise::separate() — Method in class StringNormalise
Separate a string by custom separator.
Utf8String::strpos() — Method in class Utf8String
UTF-8 aware alternative to strpos.
Utf8String::strrpos() — Method in class Utf8String
UTF-8 aware alternative to strrpos Finds position of last occurrence of a string
Utf8String::substr() — Method in class Utf8String
UTF-8 aware alternative to substr Return part of a string given character offset (and optionally length)
Utf8String::strtolower() — Method in class Utf8String
UTF-8 aware alternative to strtlower
Utf8String::strtoupper() — Method in class Utf8String
UTF-8 aware alternative to strtoupper Make a string uppercase Note: The concept of a characters "case" only exists is some alphabets such as Latin, Greek, Cyrillic, Armenian and archaic Georgian - it does not exist in the Chinese alphabet, for example. See Unicode Standard Annex #21: Case Mappings
Utf8String::strlen() — Method in class Utf8String
UTF-8 aware alternative to strlen.
Utf8String::str_ireplace() — Method in class Utf8String
UTF-8 aware alternative to strireplace Case-insensitive version of strreplace
Utf8String::str_split() — Method in class Utf8String
UTF-8 aware alternative to str_split Convert a string to an array
Utf8String::strcasecmp() — Method in class Utf8String
UTF-8/LOCALE aware alternative to strcasecmp A case insensitive string comparison
Utf8String::strcmp() — Method in class Utf8String
UTF-8/LOCALE aware alternative to strcmp A case sensitive string comparison
Utf8String::strcspn() — Method in class Utf8String
UTF-8 aware alternative to strcspn Find length of initial segment not matching mask
Utf8String::stristr() — Method in class Utf8String
UTF-8 aware alternative to stristr Returns all of haystack from the first occurrence of needle to the end.
Utf8String::strrev() — Method in class Utf8String
UTF-8 aware alternative to strrev Reverse a string
Utf8String::strspn() — Method in class Utf8String
UTF-8 aware alternative to strspn Find length of initial segment matching mask
Utf8String::substr_replace() — Method in class Utf8String
UTF-8 aware substr_replace Replace text within a portion of a string
FormatInterface::structToString() — Method in class FormatInterface
Converts an object into a formatted string.
FormatInterface::stringToStruct() — Method in class FormatInterface
Converts a formatted string into an object.
IniFormat::structToString() — Method in class IniFormat
Converts an object into an INI formatted string - Unfortunately, there is no way to have ini values nested further than two levels deep. Therefore we will only go through the first two levels of the object.
IniFormat::stringToStruct() — Method in class IniFormat
Parse an INI formatted string and convert it into an object.
JsonFormat::structToString() — Method in class JsonFormat
Converts an object into a JSON formatted string.
JsonFormat::stringToStruct() — Method in class JsonFormat
Parse a JSON formatted string and convert it into an object.
PhpFormat::structToString() — Method in class PhpFormat
Converts an object into a php class string.
PhpFormat::stringToStruct() — Method in class PhpFormat
Parse a PHP class formatted string and convert it into an object.
XmlFormat::structToString() — Method in class XmlFormat
Converts an object into an XML formatted string.
XmlFormat::stringToStruct() — Method in class XmlFormat
Parse a XML formatted string and convert it into an object.
YamlFormat::structToString() — Method in class YamlFormat
Converts an object into a YAML formatted string.
YamlFormat::stringToStruct() — Method in class YamlFormat
Parse a YAML formatted string and convert it into an object.
YamlFormat::setParser() — Method in class YamlFormat
setParser
YamlFormat::setDumper() — Method in class YamlFormat
setDumper
StructureClass in namespace Windwalker\Structure
Structure class
Structure::set() — Method in class Structure
Set a structure value and convert object to array.
Structure::setRaw() — Method in class Structure
Set a structure value.
Structure::setSeparator() — Method in class Structure
Method to set property separator
Structure::shift() — Method in class Structure
To remove first element from the path of this structure.
Structure::setIgnoreValues() — Method in class Structure
Method to set property ignoreValues
StructureHelperClass in namespace Windwalker\Structure
Class StructureHelper
StructureHelper::setByPath() — Method in class StructureHelper
setByPath
Uri::setVar() — Method in class Uri
Adds a query variable and value, replacing the value if it already exists and returning the old value.
Uri::setQuery() — Method in class Uri
Sets the query to a supplied string in format: foo=bar&x=y
Uri::setScheme() — Method in class Uri
Set URI scheme (protocol) ie. http, https, ftp, etc.
Uri::setUser() — Method in class Uri
Set URI username.
Uri::setPass() — Method in class Uri
Set URI password.
Uri::setHost() — Method in class Uri
Set URI host.
Uri::setPort() — Method in class Uri
Set URI port.
Uri::setPath() — Method in class Uri
Set the URI path string.
Uri::setFragment() — Method in class Uri
Set the URI anchor string everything after the "#".
$UriDataProperty in class UriData
Property script.
UriData::script() — Method in class UriData
UriData::scheme() — Method in class UriData
UriHelper::splitQueryValue() — Method in class UriHelper
Split a query value into a key/value tuple.
ArrayHelper::setValue() — Method in class ArrayHelper
Set a value into array or object.
ArrayHelper::sortObjects() — Method in class ArrayHelper
Utility function to sort an array of objects on a given field
ArrayHelper::setByPath() — Method in class ArrayHelper
setByPath
ArrayObject::serialize() — Method in class ArrayObject
Serialize an ArrayObject
ArrayObject::setFlags() — Method in class ArrayObject
Sets the behavior flags
ArrayObject::setIteratorClass() — Method in class ArrayObject
Sets the iterator classname for the ArrayObject
DualIterator::setFlags() — Method in class DualIterator
Set flags.
PriorityQueue::serialize() — Method in class PriorityQueue
Serialize
PriorityQueue::setSerial() — Method in class PriorityQueue
Method to set property serial
AbstractValidator::setError() — Method in class AbstractValidator
Method to set property error
AbstractValidator::setMessage() — Method in class AbstractValidator
Set error message.
RegexValidator::setRegex() — Method in class RegexValidator
Method to set property regex
RegexValidator::setModifiers() — Method in class RegexValidator
Method to set property modifiers

T

Compare::toString() — Method in class Compare
Convert to string.
InCompare::toString() — Method in class InCompare
Convert to string.
TextCommandDescriptorClass in namespace Windwalker\Console\Descriptor\Text
Class TextCommandDescriptor
TextDescriptorHelperClass in namespace Windwalker\Console\Descriptor\Text
A descriptor helper to get different descriptor and render it.
TextOptionDescriptorClass in namespace Windwalker\Console\Descriptor\Text
Class Option AbstractDescriptor
OptionSet::toArray() — Method in class OptionSet
Convert to array.
Prompter::text() — Method in class Prompter
text
TextPrompterClass in namespace Windwalker\Console\Prompter
General text prompter.
AbstractDataMapper::triggerEvent() — Method in class AbstractDataMapper
triggerEvent
AbstractDatabase::tableExists() — Method in class AbstractDatabase
tableExists
AbstractTable::truncate() — Method in class AbstractTable
Method to truncate a table.
$MysqlTypeProperty in class MysqlType
"Length", "Default", "PHP Type"
$PostgresqlTypeProperty in class PostgresqlType
"Default Length", "Default Value", "PHP Type"
Column::type() — Method in class Column
Method to set property type
TextClass in namespace Windwalker\Database\Schema\Column
The Varchar class.
TimestampClass in namespace Windwalker\Database\Schema\Column
The TIMESTAMP class.
TinyintClass in namespace Windwalker\Database\Schema\Column
The Varchar class.
$DataTypeProperty in class DataType
"Default Length", "Default Value", "PHP Type"
Key::type() — Method in class Key
Method to set property type
Schema::text() — Method in class Schema
Schema::timestamp() — Method in class Schema
Schema::tinyint() — Method in class Schema
DomElement::toString() — Method in class DomElement
toString
HtmlElement::toString() — Method in class HtmlElement
toString
Dispatcher::triggerEvent() — Method in class Dispatcher
Trigger an event.
DispatcherAwareTrait::triggerEvent() — Method in class DispatcherAwareTrait
Trigger an event.
EventTriggerableInterface::triggerEvent() — Method in class EventTriggerableInterface
Trigger an event.
PathCollection::toArray() — Method in class PathCollection
Convert paths bag to array, and every path to string.
$HtmlCleanerProperty in class HtmlCleaner
The array of permitted tags (white list).
$HtmlCleanerProperty in class HtmlCleaner
The method for sanitising tags: WhiteList method = 0 (default), BlackList method = 1
$HtmlCleanerProperty in class HtmlCleaner
The list of the default blacklisted tags.
UnicodeHelper::toUnicode() — Method in class UnicodeHelper
toUnicode
TextFieldClass in namespace Windwalker\Form\Field
The TextField class.
TextareaFieldClass in namespace Windwalker\Form\Field
The TextareaField class.
TimezoneFieldClass in namespace Windwalker\Form\Field
The TimezoneField class.
DList::title() — Method in class DList
title
FormWrapper::target() — Method in class FormWrapper
target
Grid::toString() — Method in class Grid
Render the HTML table
AbstractMediaElement::toString() — Method in class AbstractMediaElement
toString
AbstractInputList::toString() — Method in class AbstractInputList
toString
SelectList::toString() — Method in class SelectList
toString
HeaderHelper::toHeaderLine() — Method in class HeaderHelper
Convert every header values to one line and merge multiple values with comma.
HttpClient::trace() — Method in class HttpClient
Method to send the TRACE command to the server.
TextResponseClass in namespace Windwalker\Http\Response
The TextResponse class.
Stream::tell() — Method in class Stream
Returns the current position of the file read/write pointer
StringStream::tell() — Method in class StringStream
Returns the current position of the file read/write pointer
TransportInterfaceClass in namespace Windwalker\Http\Transport
The TransportInterface class.
Input::toArray() — Method in class Input
toArray
Language::translate() — Method in class Language
translate
LanguageInterface::translate() — Method in class LanguageInterface
translate
LanguageNormalize::toLanguageTag() — Method in class LanguageNormalize
toLanguageKey
LanguageNormalize::toLanguageKey() — Method in class LanguageNormalize
toLanguageKey
PostgresqlQuery::toString() — Method in class PostgresqlQuery
Magic function to convert the query to a string, only for PostgreSQL specific queries
Query::toString() — Method in class Query
Convert the query to a string.
QueryElement::toString() — Method in class QueryElement
toString
Record::triggerEvent() — Method in class Record
triggerEvent
TwigRendererClass in namespace Windwalker\Renderer
Class PhpRenderer
TwigFilesystemLoaderClass in namespace Windwalker\Renderer\Twig
The TwigFilesystemLoader class.
TrieCompilerClass in namespace Windwalker\Router\Compiler
The TrieCompiler class.
TrieGeneratorClass in namespace Windwalker\Router\Compiler
The TrieGenerator class.
TrieMatcherClass in namespace Windwalker\Router\Matcher
The TrieMatcher class.
AutoExpiredFlashBag::takeAll() — Method in class AutoExpiredFlashBag
Take all and clean.
FlashBag::takeAll() — Method in class FlashBag
Take all and clean.
FlashBagInterface::takeAll() — Method in class FlashBagInterface
Take all and clean.
Session::takeAll() — Method in class Session
Get all session data and clean them.
StringInflector::toPlural() — Method in class StringInflector
Converts a word into its plural form.
StringInflector::toSingular() — Method in class StringInflector
Converts a word into its singular form.
StringNormalise::toCamelCase() — Method in class StringNormalise
Method to convert a string into camel case.
StringNormalise::toDashSeparated() — Method in class StringNormalise
Method to convert a string into dash separated form.
StringNormalise::toSpaceSeparated() — Method in class StringNormalise
Method to convert a string into space separated form.
StringNormalise::toDotSeparated() — Method in class StringNormalise
Method to convert a string into dot separated form.
StringNormalise::toUnderscoreSeparated() — Method in class StringNormalise
Method to convert a string into underscore separated form.
StringNormalise::toVariable() — Method in class StringNormalise
Method to convert a string into variable form.
StringNormalise::toKey() — Method in class StringNormalise
Method to convert a string into key form.
StringNormalise::toClassNamespace() — Method in class StringNormalise
Convert to standard PSR-0/PSR-4 class name.
Utf8String::trim() — Method in class Utf8String
UTF-8 aware replacement for trim() Strip whitespace (or other characters) from the beginning and end of a string Note: you only need to use this if you are supplying the charlist optional arg and it contains UTF-8 characters. Otherwise trim will work normally on a UTF-8 string
Utf8String::transcode() — Method in class Utf8String
Transcode a string.
Structure::toArray() — Method in class Structure
Transforms a namespace to an array
Structure::toObject() — Method in class Structure
Transforms a namespace to an object
Structure::toString() — Method in class Structure
Get a namespace in a given string format
StructureHelper::toString() — Method in class StructureHelper
Get a namespace in a given string format
StructureHelper::toObject() — Method in class StructureHelper
Utility function to map an array to a stdClass object.
StructureHelper::toArray() — Method in class StructureHelper
Utility function to convert all types to an array.
AbstractUri::toString() — Method in class AbstractUri
Returns full uri string.
UriInterface::toString() — Method in class UriInterface
Returns full uri string.
ArrayHelper::toObject() — Method in class ArrayHelper
Utility function to map an array to a stdClass object.
ArrayHelper::toArray() — Method in class ArrayHelper
Utility function to convert all types to an array.
TraitHelperClass in namespace Windwalker\Utilities\Classes
The TraitHelper class.
PriorityQueue::toArray() — Method in class PriorityQueue
Serialize to an array

U

JsonSerializer::unserialize() — Method in class JsonSerializer
Decode data.
PhpFileSerializer::unserialize() — Method in class PhpFileSerializer
Decode data.
PhpSerializer::unserialize() — Method in class PhpSerializer
Decode data.
RawSerializer::unserialize() — Method in class RawSerializer
Decode data.
SerializerInterface::unserialize() — Method in class SerializerInterface
Decode data.
StringSerializer::unserialize() — Method in class StringSerializer
Decode data.
AbstractCommand::usage() — Method in class AbstractCommand
Sets the usage to tell user how to use this command.
IO::unshiftArgument() — Method in class IO
unshiftArgument
IO::useColor() — Method in class IO
useColor
IOInterface::unshiftArgument() — Method in class IOInterface
unshiftArgument
IOInterface::useColor() — Method in class IOInterface
useColor
OptionSet::unserialize() — Method in class OptionSet
Un serialize this object.
AbstractDataMapper::update() — Method in class AbstractDataMapper
Update records by data set. Every data depend on this table's primary key to update itself.
AbstractDataMapper::updateOne() — Method in class AbstractDataMapper
Same as update(), just update one row.
AbstractDataMapper::updateBatch() — Method in class AbstractDataMapper
Using one data to update multiple rows, filter by where conditions.
AbstractDataMapper::useTransaction() — Method in class AbstractDataMapper
To use transaction or not.
DataMapperInterface::update() — Method in class DataMapperInterface
Update records by data set. Every data depend on this table's primary key to update itself.
DataMapperInterface::updateBatch() — Method in class DataMapperInterface
Using one data to update multiple rows, filter by where conditions.
DataMapperInterface::updateOne() — Method in class DataMapperInterface
Same as update(), just update one row.
DataSet::unserialize() — Method in class DataSet
Unserialize the data.
DataSet::uksort() — Method in class DataSet
Sort DataSet by keys using a user-defined comparison function
DataSet::unshift() — Method in class DataSet
Unshift the first element.
AbstractTable::update() — Method in class AbstractTable
update
AbstractTable::unlock() — Method in class AbstractTable
unlock
AbstractWriter::updateOne() — Method in class AbstractWriter
Updates a row in a table based on an object's properties.
AbstractWriter::updateMultiple() — Method in class AbstractWriter
updateMultiple
AbstractWriter::updateBatch() — Method in class AbstractWriter
Batch update some data.
Event::unserialize() — Method in class Event
Unserialize the event.
File::upload() — Method in class File
Moves an uploaded file to a destination folder
ArrayObject::uasort() — Method in class ArrayObject
Sort the entries with a user-defined comparison function and maintain key association
ArrayObject::uksort() — Method in class ArrayObject
Sort the entries by keys using a user-defined comparison function
ArrayObject::unserialize() — Method in class ArrayObject
Unserialize an ArrayObject
InputFilter::unserialize() — Method in class InputFilter
Method to unserialize the Filter.
UnicodeHelperClass in namespace Windwalker\Filter\Unicode
Class UnicodeHelper
UnicodeHelper::utf8strtolower() — Method in class UnicodeHelper
utf8strtolower
UListClass in namespace Windwalker\Html\Enum
The UList class.
UploadedFileHelperClass in namespace Windwalker\Http\Helper
The UploadedFileHelper class.
UploadedFileClass in namespace Windwalker\Http
The UploadedFile class.
IO::unserialize() — Method in class IO
Unserialize the data.
CliInput::unserialize() — Method in class CliInput
Method to unserialize the input.
$InputProperty in class Input
Input::unserialize() — Method in class Input
Method to unserialize the input.
$PsrInputProperty in class PsrInput
ClassLoader::unregister() — Method in class ClassLoader
unregister
AbstractLoader::unregister() — Method in class AbstractLoader
Uninstalls this class loader from the SPL autoloader stack.
Profiler::useMemoryRealUsage() — Method in class Profiler
Method to set property memoryRealUsage
Query::update() — Method in class Query
Add a table name to the UPDATE clause of the query.
Query::union() — Method in class Query
Add a query to UNION with the current query.
Query::unionDistinct() — Method in class Query
Add a query to UNION DISTINCT with the current query. Simply a proxy to Union with the Distinct clause.
Query::unionAll() — Method in class Query
Add a query to UNION ALL with the current query.
QueryInterface::update() — Method in class QueryInterface
Add a table name to the UPDATE clause of the query.
QueryInterface::union() — Method in class QueryInterface
Add a query to UNION with the current query.
QueryInterface::unionDistinct() — Method in class QueryInterface
Add a query to UNION DISTINCT with the current query. Simply a proxy to Union with the Distinct clause.
QueryInterface::unionAll() — Method in class QueryInterface
Add a query to UNION ALL with the current query.
Record::update() — Method in class Record
update
Utf8StringClass in namespace Windwalker\String
String handling class for utf-8 data Wraps the phputf8 library All functions assume the validity of utf-8 strings.
Utf8String::ucfirst() — Method in class Utf8String
UTF-8 aware alternative to ucfirst Make a string's first character uppercase or all words' first character uppercase
Utf8String::ucwords() — Method in class Utf8String
UTF-8 aware alternative to ucwords Uppercase the first character of each word in a string
Utf8String::unicode_to_utf8() — Method in class Utf8String
Converts Unicode sequences to UTF-8 string
Utf8String::unicode_to_utf16() — Method in class Utf8String
Converts Unicode sequences to UTF-16 string
Structure::unshift() — Method in class Structure
Prepend value to a path in structure.
UriClass in namespace Windwalker\Uri
Uri Class
UriDataClass in namespace Windwalker\Uri
The UriData class.
UriHelperClass in namespace Windwalker\Uri
Uri Helper
UriInterfaceClass in namespace Windwalker\Uri
Uri Interface
ArrayObject::uasort() — Method in class ArrayObject
Sort the entries with a user-defined comparison function and maintain key association
ArrayObject::uksort() — Method in class ArrayObject
Sort the entries by keys using a user-defined comparison function
ArrayObject::unserialize() — Method in class ArrayObject
Unserialize an ArrayObject
PriorityQueue::unserialize() — Method in class PriorityQueue
Deserialize
UrlValidatorClass in namespace Windwalker\Validator\Rule
The UrlValidator class.

V

Prompter::validText() — Method in class Prompter
validText
ValidatePrompterClass in namespace Windwalker\Console\Prompter
A text prompter but we can set an array to validate input value.
Crypt::verify() — Method in class Crypt
match
CryptInterface::verify() — Method in class CryptInterface
match
Password::verify() — Method in class Password
Verify the password.
DataIterator::valid() — Method in class DataIterator
Checks if current position is valid
VarcharClass in namespace Windwalker\Database\Schema\Column
The Varchar class.
Schema::varchar() — Method in class Schema
AbstractField::validate() — Method in class AbstractField
validate
Form::validate() — Method in class Form
validate
ValidateResultClass in namespace Windwalker\Form\Validate
The ValidateResult class.
ValidatorHelperClass in namespace Windwalker\Form
The ValidatorHelper class.
VideoClass in namespace Windwalker\Html\Media
The Video class.
ResponseHelper::validateStatus() — Method in class ResponseHelper
Validate a status code.
ServerHelper::validateUploadedFiles() — Method in class ServerHelper
Recursively validate the structure in an uploaded files array.
Query::values() — Method in class Query
Adds a tuple, or array of tuples that would be used as values for an INSERT INTO statement.
Query::validValue() — Method in class Query
getValidValue
Query::validDatetime() — Method in class Query
getValidDatetime
QueryInterface::values() — Method in class QueryInterface
Adds a tuple, or array of tuples that would be used as values for an INSERT INTO statement.
NestedRecord::validate() — Method in class NestedRecord
Checks that the object is valid and able to be stored.
Record::validate() — Method in class Record
Method to perform sanity checks on the AbstractTable instance properties to ensure they are safe to store in the database. Child classes should override this method to make sure the data they are storing in the database is safe and as expected before storage.
Record::valueExists() — Method in class Record
Check a field value exists in database or not, to keep a field unique.
$TrieCompilerProperty in class TrieCompiler
Property vars.
Utf8String::valid() — Method in class Utf8String
Tests a string as to whether it's valid UTF-8 and supported by the Unicode standard.
DualIterator::valid() — Method in class DualIterator
Is valid.
AbstractValidator::validate() — Method in class AbstractValidator
Validate this value and set error message.
ValidatorInterfaceClass in namespace Windwalker\Validator
The ValidatorInterface class.
ValidatorInterface::validate() — Method in class ValidatorInterface
Test this value.

W

SessionHandler::write() — Method in class SessionHandler
Write session data
SessionHandlerInterface::write() — Method in class SessionHandlerInterface
Write session data
WrongArgumentExceptionClass in namespace Windwalker\Console\Exception
The WrongArgumentException class.
Container::whenCreating() — Method in class Container
whenCreating
Data::walk() — Method in class Data
Apply a user supplied function to every member of this object.
DataSet::walk() — Method in class DataSet
Apply a user supplied function to every member of this object.
WebEnvironmentClass in namespace Windwalker\Environment
The WebEnvironment class.
File::write() — Method in class File
Write contents to a file
Form::wrap() — Method in class Form
wrap
Video::width() — Method in class Video
width
AbstractMessage::withProtocolVersion() — Method in class AbstractMessage
Return an instance with the specified HTTP protocol version.
AbstractMessage::withHeader() — Method in class AbstractMessage
Return an instance with the provided value replacing the specified header.
AbstractMessage::withAddedHeader() — Method in class AbstractMessage
Return an instance with the specified header appended with the given value.
AbstractMessage::withoutHeader() — Method in class AbstractMessage
Return an instance without the specified header.
AbstractMessage::withBody() — Method in class AbstractMessage
Return an instance with the specified message body.
AbstractRequest::withRequestTarget() — Method in class AbstractRequest
Return an instance with the specific request-target.
AbstractRequest::withMethod() — Method in class AbstractRequest
Return an instance with the provided HTTP method.
AbstractRequest::withUri() — Method in class AbstractRequest
Returns an instance with the provided URI.
ServerRequest::withCookieParams() — Method in class ServerRequest
Return an instance with the specified cookies.
ServerRequest::withQueryParams() — Method in class ServerRequest
Return an instance with the specified query string arguments.
ServerRequest::withUploadedFiles() — Method in class ServerRequest
Create a new instance with the specified uploaded files.
ServerRequest::withParsedBody() — Method in class ServerRequest
Return an instance with the specified body parameters.
ServerRequest::withAttribute() — Method in class ServerRequest
Return an instance with the specified derived request attribute.
ServerRequest::withoutAttribute() — Method in class ServerRequest
Return an instance that removes the specified derived request attribute.
AbstractContentTypeResponse::withContent() — Method in class AbstractContentTypeResponse
withContent
AbstractContentTypeResponse::withContentType() — Method in class AbstractContentTypeResponse
Add Content-Type to header.
JsonResponse::withContent() — Method in class JsonResponse
withContent
Response::withStatus() — Method in class Response
Return an instance with the specified status code and, optionally, reason phrase.
Stream::write() — Method in class Stream
Write data to the stream.
StringStream::write() — Method in class StringStream
Write data to the stream.
StringStream::writable() — Method in class StringStream
Method to set property writable
WebHttpServerClass in namespace Windwalker\Http
The WebServer class.
Query::where() — Method in class Query
Add a single condition, or an array of conditions to the WHERE clause of the query.
QueryInterface::where() — Method in class QueryInterface
Add a single condition, or an array of conditions to the WHERE clause of the query.
AbstractDatabaseAdapter::write() — Method in class AbstractDatabaseAdapter
write
JoomlaAdapter::write() — Method in class JoomlaAdapter
write
PdoAdapter::write() — Method in class PdoAdapter
write
WindwalkerAdapterClass in namespace Windwalker\Session\Database
The WindwalkerAdapter class.
WindwalkerAdapter::write() — Method in class WindwalkerAdapter
write
ApcHandler::write() — Method in class ApcHandler
Write session data to the SessionHandler backend.
DatabaseHandler::write() — Method in class DatabaseHandler
Write session data to the SessionHandler backend.
MemcacheHandler::write() — Method in class MemcacheHandler
write
MemcachedHandler::write() — Method in class MemcachedHandler
write
XcacheHandler::write() — Method in class XcacheHandler
Write session data to the SessionHandler backend.
PsrUri::withScheme() — Method in class PsrUri
Return an instance with the specified scheme.
PsrUri::withUserInfo() — Method in class PsrUri
Return an instance with the specified user information.
PsrUri::withHost() — Method in class PsrUri
Return an instance with the specified host.
PsrUri::withPort() — Method in class PsrUri
Return an instance with the specified port.
PsrUri::withPath() — Method in class PsrUri
Return an instance with the specified path.
PsrUri::withQuery() — Method in class PsrUri
Return an instance with the specified query string.
PsrUri::withFragment() — Method in class PsrUri
Return an instance with the specified URI fragment.

X

XcacheStorageClass in namespace Windwalker\Cache\Storage
Class XcacheStorage
XmlHelperClass in namespace Windwalker\Dom\SimpleXml
Simple Xml Helper to get attributes from \SimpleXMLElement
$HtmlCleanerProperty in class HtmlCleaner
A flag for XSS checks. Only auto clean essentials = 0, Allow clean blacklisted tags/attr = 1
XmlResponseClass in namespace Windwalker\Http\Response
The XmlResponse class.
XcacheHandlerClass in namespace Windwalker\Session\Handler
Class XcacheHandler
XmlFormatClass in namespace Windwalker\Structure\Format
XML format handler for Structure.

Y

Edge::yieldSection() — Method in class Edge
Stop injecting content into a section and return its contents.
Edge::yieldContent() — Method in class Edge
Get the string contents of a section.
Edge::yieldPushContent() — Method in class Edge
Get the string contents of a push section.
YamlFormatClass in namespace Windwalker\Language\Format
Class IniFormat
PostgresqlExpression::year() — Method in class PostgresqlExpression
Used to get a string to extract year from date column.
QueryExpression::year() — Method in class QueryExpression
Used to get a string to extract year from date column.
YamlFormatClass in namespace Windwalker\Structure\Format
YAML format handler for Structure.
YmlFormatClass in namespace Windwalker\Structure\Format
YAML format proxy.

Z

ZhCNLocaliseClass in namespace Windwalker\Language\Localise
Class ZhCNLocalise
ZhTWLocaliseClass in namespace Windwalker\Language\Localise
Class ZhTWLocalise

_

CallbackFilterIterator::__construct() — Method in class CallbackFilterIterator
Class init.
AbstractApplication::__construct() — Method in class AbstractApplication
Class constructor of Application.
AbstractApplication::__get() — Method in class AbstractApplication
is utilized for reading data from inaccessible members.
AbstractCliApplication::__construct() — Method in class AbstractCliApplication
Class constructor.
AbstractCliApplication::__get() — Method in class AbstractCliApplication
is utilized for reading data from inaccessible members.
AbstractDaemonApplication::__construct() — Method in class AbstractDaemonApplication
Class constructor.
AbstractWebApplication::__construct() — Method in class AbstractWebApplication
Class constructor.
AbstractWebApplication::__toString() — Method in class AbstractWebApplication
Magic method to render output.
AbstractWebApplication::__get() — Method in class AbstractWebApplication
is utilized for reading data from inaccessible members.
Authentication::__construct() — Method in class Authentication
Authentication constructor.
Credential::__construct() — Method in class Credential
Class init.
Credential::__get() — Method in class Credential
__get
LocalMethod::__construct() — Method in class LocalMethod
Class init.
CallbackPolicy::__construct() — Method in class CallbackPolicy
CallbackPolicy constructor.
Cache::__construct() — Method in class Cache
Class init.
CacheItem::__construct() — Method in class CacheItem
Class constructor.
AbstractCacheStorage::__construct() — Method in class AbstractCacheStorage
Constructor.
AbstractDriverCacheStorage::__construct() — Method in class AbstractDriverCacheStorage
Constructor.
FileStorage::__construct() — Method in class FileStorage
Constructor.
MemcachedStorage::__construct() — Method in class MemcachedStorage
Class init.
RedisStorage::__construct() — Method in class RedisStorage
Class init.
XcacheStorage::__construct() — Method in class XcacheStorage
Constructor.
Compare::__construct() — Method in class Compare
Constructor.
Compare::__toString() — Method in class Compare
Magic method to convert this to string.
AbstractConsole::__construct() — Method in class AbstractConsole
Class constructor.
AbstractCommand::__construct() — Method in class AbstractCommand
Console constructor.
Console::__construct() — Method in class Console
Class init.
AbstractDescriptorHelper::__construct() — Method in class AbstractDescriptorHelper
The class constructor.
CommandNotFoundException::__construct() — Method in class CommandNotFoundException
Exception constructor.
IO::__clone() — Method in class IO
__clone
IOInterface::__clone() — Method in class IOInterface
__clone
Option::__construct() — Method in class Option
Class Constructor.
AbstractPrompter::__construct() — Method in class AbstractPrompter
Constructor.
AbstractPrompter::__invoke() — Method in class AbstractPrompter
Proxy to ask method.
CallbackPrompter::__construct() — Method in class CallbackPrompter
Constructor.
PrompterInterface::__invoke() — Method in class PrompterInterface
Proxy to ask method.
ValidatePrompter::__construct() — Method in class ValidatePrompter
Constructor.
AbstractCipher::__construct() — Method in class AbstractCipher
Constructor.
Crypt::__construct() — Method in class Crypt
Class init.
AbstractMcryptCipher::__construct() — Method in class AbstractMcryptCipher
Constructor.
Password::__construct() — Method in class Password
Constructor.
ClassMeta::__construct() — Method in class ClassMeta
ClassMeta constructor.
ClassMeta::__call() — Method in class ClassMeta
__call
Container::__construct() — Method in class Container
Constructor for the DI Container
DataStore::__construct() — Method in class DataStore
Class init.
AbstractDataMapper::__construct() — Method in class AbstractDataMapper
Init this class.
AbstractDatabaseMapperProxy::__call() — Method in class AbstractDatabaseMapperProxy
is triggered when invoking inaccessible methods in an object context.
AbstractDatabaseMapperProxy::__callStatic() — Method in class AbstractDatabaseMapperProxy
is triggered when invoking inaccessible methods in a static context.
DataMapper::__construct() — Method in class DataMapper
Constructor.
DataMapper::__call() — Method in class DataMapper
__call
Entity::__construct() — Method in class Entity
Constructor.
Entity::__isset() — Method in class Entity
__isset
Entity::__set() — Method in class Entity
Set value.
Entity::__get() — Method in class Entity
Get value.
Entity::__unset() — Method in class Entity
__unset
Data::__construct() — Method in class Data
Constructor.
Data::__set() — Method in class Data
Set value.
Data::__isset() — Method in class Data
__isset
Data::__get() — Method in class Data
Get value.
Data::__unset() — Method in class Data
__unset
Data::__clone() — Method in class Data
Clone this object.
DataInterface::__get() — Method in class DataInterface
__get
DataSet::__construct() — Method in class DataSet
Constructor.
DataSet::__get() — Method in class DataSet
The magic get method is used to get a list of properties from the objects in the data set.
DataSet::__isset() — Method in class DataSet
The magic isset method is used to check the state of an object property using the iterator.
DataSet::__set() — Method in class DataSet
The magic set method is used to set an object property using the iterator.
DataSet::__unset() — Method in class DataSet
The magic unset method is used to unset an object property using the iterator.
DataSet::__clone() — Method in class DataSet
Clone this class.
AbstractDatabase::__construct() — Method in class AbstractDatabase
Constructor.
AbstractReader::__construct() — Method in class AbstractReader
Constructor.
AbstractTable::__construct() — Method in class AbstractTable
Constructor.
AbstractTransaction::__construct() — Method in class AbstractTransaction
Constructor.
AbstractWriter::__construct() — Method in class AbstractWriter
Constructor.
AbstractDatabaseDriver::__construct() — Method in class AbstractDatabaseDriver
Constructor.
DatabaseAwareTrait::__construct() — Method in class DatabaseAwareTrait
Constructor.
MysqlDriver::__construct() — Method in class MysqlDriver
Constructor.
PdoDriver::__construct() — Method in class PdoDriver
Constructor.
PostgresqlDriver::__construct() — Method in class PostgresqlDriver
Constructor.
DataIterator::__construct() — Method in class DataIterator
Constructor.
DataIterator::__destruct() — Method in class DataIterator
Database iterator destructor.
DbLoggingMiddleware::__construct() — Method in class DbLoggingMiddleware
DbLoggingMiddleware constructor.
DbProfilerMiddleware::__construct() — Method in class DbProfilerMiddleware
ProfilerMiddleware constructor.
QueryHelper::__construct() — Method in class QueryHelper
Constructor.
Column::__construct() — Method in class Column
Class init.
Bit::__construct() — Method in class Bit
Class init.
Char::__construct() — Method in class Char
Class init.
Datetime::__construct() — Method in class Datetime
Class init.
Decimal::__construct() — Method in class Decimal
Class init.
Double::__construct() — Method in class Double
Class init.
FloatType::__construct() — Method in class FloatType
Class init.
Integer::__construct() — Method in class Integer
Class init.
Longtext::__construct() — Method in class Longtext
Class init.
Primary::__construct() — Method in class Primary
Class init.
Text::__construct() — Method in class Text
Class init.
Timestamp::__construct() — Method in class Timestamp
Class init.
Tinyint::__construct() — Method in class Tinyint
Class init.
Varchar::__construct() — Method in class Varchar
Class init.
Key::__construct() — Method in class Key
Key constructor.
Schema::__construct() — Method in class Schema
Schema constructor.
Schema::__call() — Method in class Schema
is triggered when invoking inaccessible methods in an object context.
DomElement::__construct() — Method in class DomElement
Constructor
DomElement::__toString() — Method in class DomElement
Convert this object to string.
DomElements::__construct() — Method in class DomElements
Class init.
DomElements::__toString() — Method in class DomElements
Convert all elements to string.
DomFormatter::__construct() — Method in class DomFormatter
Constructor.
EdgeFileCache::__construct() — Method in class EdgeFileCache
FileCacheHandler constructor.
Edge::__construct() — Method in class Edge
EdgeEnvironment constructor.
EdgeFileLoader::__construct() — Method in class EdgeFileLoader
EdgeFileLoader constructor.
EdgeStringLoader::__construct() — Method in class EdgeStringLoader
EdgeTextLoader constructor.
Browser::__construct() — Method in class Browser
Class constructor.
Environment::__construct() — Method in class Environment
Class init.
Platform::__construct() — Method in class Platform
Platform constructor.
WebEnvironment::__construct() — Method in class WebEnvironment
Class init.
Event::__construct() — Method in class Event
Constructor.
ListenersQueue::__construct() — Method in class ListenersQueue
Constructor.
ArrayObject::__construct() — Method in class ArrayObject
Constructor
ArrayObject::__isset() — Method in class ArrayObject
Returns whether the requested key exists
ArrayObject::__set() — Method in class ArrayObject
Sets the value at the specified key to value
ArrayObject::__unset() — Method in class ArrayObject
Unsets the value at the specified key
ArrayObject::__get() — Method in class ArrayObject
Returns the value at the specified key by reference
PathCollection::__construct() — Method in class PathCollection
PathCollection constructor.
PathLocator::__construct() — Method in class PathLocator
Constructor to handle path.
PathLocator::__toString() — Method in class PathLocator
Convert this object to string.
HtmlCleaner::__construct() — Method in class HtmlCleaner
Constructor for inputFilter class. Only first parameter is required.
InputFilter::__construct() — Method in class InputFilter
Class init.
AbstractField::__construct() — Method in class AbstractField
Constructor.
ListField::__construct() — Method in class ListField
DefaultFilter::__construct() — Method in class DefaultFilter
Constructor.
Form::__construct() — Method in class Form
Class init.
ValidateResult::__construct() — Method in class ValidateResult
Class init.
AbstractHtmlList::__construct() — Method in class AbstractHtmlList
Constructor.
DListDescription::__construct() — Method in class DListDescription
Constructor
DListTitle::__construct() — Method in class DListTitle
Constructor
ListItem::__construct() — Method in class ListItem
Constructor
FormWrapper::__construct() — Method in class FormWrapper
Constructor
InputElement::__construct() — Method in class InputElement
Constructor
Grid::__construct() — Method in class Grid
Constructor for a Grid object
Grid::__toString() — Method in class Grid
Magic function to render this object as a table.
KeyValueGrid::__construct() — Method in class KeyValueGrid
Class init.
AbstractMediaElement::__construct() — Method in class AbstractMediaElement
Constructor.
Option::__construct() — Method in class Option
AbstractInputList::__construct() — Method in class AbstractInputList
Constructor
SelectList::__construct() — Method in class SelectList
Constructor
SelectList::__clone() — Method in class SelectList
__clone
HttpClient::__construct() — Method in class HttpClient
Class init.
HttpServer::__construct() — Method in class HttpServer
Create a Server instance from an existing request object
HttpCompressor::__construct() — Method in class HttpCompressor
Compressor constructor.
AbstractRequest::__construct() — Method in class AbstractRequest
Class init.
ServerRequest::__construct() — Method in class ServerRequest
Class init
AbstractContentTypeResponse::__construct() — Method in class AbstractContentTypeResponse
Constructor.
EmptyResponse::__construct() — Method in class EmptyResponse
Constructor.
JsonResponse::__construct() — Method in class JsonResponse
Constructor.
RedirectResponse::__construct() — Method in class RedirectResponse
Constructor.
Response::__construct() — Method in class Response
Constructor.
XmlResponse::__construct() — Method in class XmlResponse
Constructor.
PhpInputStream::__construct() — Method in class PhpInputStream
Class init.
PhpInputStream::__toString() — Method in class PhpInputStream
Reads all data from the stream into a string, from the beginning to end.
Stream::__construct() — Method in class Stream
Class init.
Stream::__toString() — Method in class Stream
Reads all data from the stream into a string, from the beginning to end.
StringStream::__construct() — Method in class StringStream
Class init.
AbstractTransport::__construct() — Method in class AbstractTransport
Constructor.
TransportInterface::__construct() — Method in class TransportInterface
Constructor.
UploadedFile::__construct() — Method in class UploadedFile
Class init.
WebHttpServer::__construct() — Method in class WebHttpServer
Server constructor.
WebHttpServer::__get() — Method in class WebHttpServer
__get
ColorProcessor::__construct() — Method in class ColorProcessor
Class constructor
ColorStyle::__construct() — Method in class ColorStyle
Constructor
ColorStyle::__toString() — Method in class ColorStyle
Convert to a string.
IO::__construct() — Method in class IO
Class init.
CliOutput::__construct() — Method in class CliOutput
Constructor
Input::__construct() — Method in class Input
Constructor.
Input::__get() — Method in class Input
Magic method to get an input object
Input::__set() — Method in class Input
__set
Input::__call() — Method in class Input
Magic method to get filtered input data.
Language::__construct() — Method in class Language
Constructor.
FileLoader::__construct() — Method in class FileLoader
Constructor.
ClassLoader::__construct() — Method in class ClassLoader
Class init.
Psr0Loader::__construct() — Method in class Psr0Loader
Creates a new instance that loads classes of the specified namespace.
CallbackMiddleware::__construct() — Method in class CallbackMiddleware
Constructor.
ChainBuilder::__construct() — Method in class ChainBuilder
ChainBuilder constructor.
Psr7ChainBuilder::__invoke() — Method in class Psr7ChainBuilder
Middleware logic to be invoked.
Psr7InvokableInterface::__invoke() — Method in class Psr7InvokableInterface
Middleware logic to be invoked.
Psr7Middleware::__invoke() — Method in class Psr7Middleware
Middleware logic to be invoked.
Benchmark::__construct() — Method in class Benchmark
Class init.
Collector::__construct() — Method in class Collector
Class init.
Point::__construct() — Method in class Point
Constructor.
Profiler::__construct() — Method in class Profiler
Constructor.
Profiler::__toString() — Method in class Profiler
Cast the profiler to a string using the renderer.
Query::__construct() — Method in class Query
Class constructor.
Query::__toString() — Method in class Query
Magic function to convert the query to a string.
Query::__get() — Method in class Query
Magic function to get protected variable value
Query::__clone() — Method in class Query
Method to provide deep copy support to nested objects and arrays when cloning.
Query::__sleep() — Method in class Query
Unsetting PDO connection before going to sleep (this is needed if the query gets serialized)
Query::__wakeup() — Method in class Query
Trying to re-retrieve the pdo connection after waking up
QueryElement::__construct() — Method in class QueryElement
Constructor.
QueryElement::__toString() — Method in class QueryElement
Magic function to convert the query element to a string.
QueryElement::__clone() — Method in class QueryElement
Method to provide deep copy support to nested objects and arrays when cloning.
QueryExpression::__construct() — Method in class QueryExpression
QueryInterface::__toString() — Method in class QueryInterface
Magic function to convert the query to a string.
SqlservQuery::__toString() — Method in class SqlservQuery
Magic function to convert the query to a string.
Record::__construct() — Method in class Record
Object constructor to set table and key fields. In most cases this will be overridden by child classes to explicitly set the table and key fields for a particular database table.
AbstractRenderer::__construct() — Method in class AbstractRenderer
Class init.
AbstractRenderer::__get() — Method in class AbstractRenderer
__get
TwigFilesystemLoader::__construct() — Method in class TwigFilesystemLoader
TwigFilesystemLoader constructor.
RouteNotFoundException::__construct() — Method in class RouteNotFoundException
RouteNotFoundException constructor.
Route::__construct() — Method in class Route
Class init.
Router::__construct() — Method in class Router
Class init.
SingleActionRouter::__construct() — Method in class SingleActionRouter
Class init.
NativeBridge::__construct() — Method in class NativeBridge
Class init.
AbstractDatabaseAdapter::__construct() — Method in class AbstractDatabaseAdapter
Class init.
JoomlaAdapter::__construct() — Method in class JoomlaAdapter
Class init.
PdoAdapter::__construct() — Method in class PdoAdapter
Class init.
WindwalkerAdapter::__construct() — Method in class WindwalkerAdapter
Class init.
AbstractHandler::__construct() — Method in class AbstractHandler
Class init.
ApcHandler::__construct() — Method in class ApcHandler
Constructor
DatabaseHandler::__construct() — Method in class DatabaseHandler
Constructor
MemcacheHandler::__construct() — Method in class MemcacheHandler
Constructor
MemcachedHandler::__construct() — Method in class MemcachedHandler
Constructor
XcacheHandler::__construct() — Method in class XcacheHandler
Constructor
Session::__construct() — Method in class Session
Session constructor.
StringInflector::__construct() — Method in class StringInflector
Protected constructor.
Structure::__construct() — Method in class Structure
Constructor
Structure::__clone() — Method in class Structure
Magic function to clone the structure object.
Structure::__toString() — Method in class Structure
Magic function to render this object as a string using default args of toString method.
AbstractUri::__construct() — Method in class AbstractUri
Constructor.
AbstractUri::__toString() — Method in class AbstractUri
Magic method to get the string representation of the URI object.
PsrUri::__construct() — Method in class PsrUri
Constructor.
UriData::__construct() — Method in class UriData
UriData constructor.
UriData::__call() — Method in class UriData
__call
UriInterface::__toString() — Method in class UriInterface
Magic method to get the string representation of the URI object.
ArrayObject::__construct() — Method in class ArrayObject
Constructor
ArrayObject::__isset() — Method in class ArrayObject
Returns whether the requested key exists
ArrayObject::__set() — Method in class ArrayObject
Sets the value at the specified key to value
ArrayObject::__unset() — Method in class ArrayObject
Unsets the value at the specified key
ArrayObject::__get() — Method in class ArrayObject
Returns the value at the specified key by reference
DualIterator::__construct() — Method in class DualIterator
construct iterator from two iterators
RecursiveCompareDualIterator::__construct() — Method in class RecursiveCompareDualIterator
Construct from RecursiveDualIterator
RecursiveDualIterator::__construct() — Method in class RecursiveDualIterator
Construct from RecursiveDualIterator
PriorityQueue::__construct() — Method in class PriorityQueue
Class init.
ReflectionHelper::__callStatic() — Method in class ReflectionHelper
Call static magic method.
EqualsValidator::__construct() — Method in class EqualsValidator
Class init.
RegexValidator::__construct() — Method in class RegexValidator
Class init.