Phalcon 3 官方文档

Guides

  • Access Control Lists (ACL)
  • Annotations Parser
  • Apache Installation Notes
  • Assets Management
  • Caching in the ORM
  • Cherokee Installation Notes
  • Class Autoloader
  • Command Line Applications
  • Contextual Escaping
  • Cookies Management
  • Database Abstraction Layer
  • Database Migrations
  • Debugging Applications
  • Dependency Injection Explained
  • Dependency Injection/Service Location
  • Dispatching Controllers
  • Encryption/Decryption
  • Events Manager
  • Filtering and Sanitizing
  • Flashing Messages
  • Forms
  • Forms\Element
  • Forms\Element::addFilter
  • Forms\Element::addValidator
  • Forms\Element::addValidators
  • Forms\Element::appendMessage
  • Forms\Element::clear
  • Forms\Element::getAttribute
  • Forms\Element::getAttributes
  • Forms\Element::getDefault
  • Forms\Element::getFilters
  • Forms\Element::getForm
  • Forms\Element::getLabel
  • Forms\Element::getMessages
  • Forms\Element::getName
  • Forms\Element::getUserOption
  • Forms\Element::getUserOptions
  • Forms\Element::getValidators
  • Forms\Element::getValue
  • Forms\Element::hasMessages
  • Forms\Element::label
  • Forms\Element::prepareAttributes
  • Forms\Element::setAttribute
  • Forms\Element::setAttributes
  • Forms\Element::setDefault
  • Forms\Element::setFilters
  • Forms\Element::setForm
  • Forms\Element::setLabel
  • Forms\Element::setMessages
  • Forms\Element::setName
  • Forms\Element::setUserOption
  • Forms\Element::setUserOptions
  • Forms\ElementInterface
  • Forms\ElementInterface::addFilter
  • Forms\ElementInterface::addValidator
  • Forms\ElementInterface::addValidators
  • Forms\ElementInterface::appendMessage
  • Forms\ElementInterface::clear
  • Forms\ElementInterface::getAttribute
  • Forms\ElementInterface::getAttributes
  • Forms\ElementInterface::getDefault
  • Forms\ElementInterface::getFilters
  • Forms\ElementInterface::getForm
  • Forms\ElementInterface::getLabel
  • Forms\ElementInterface::getMessages
  • Forms\ElementInterface::getName
  • Forms\ElementInterface::getUserOption
  • Forms\ElementInterface::getUserOptions
  • Forms\ElementInterface::getValidators
  • Forms\ElementInterface::getValue
  • Forms\ElementInterface::hasMessages
  • Forms\ElementInterface::label
  • Forms\ElementInterface::prepareAttributes
  • Forms\ElementInterface::render
  • Forms\ElementInterface::setAttribute
  • Forms\ElementInterface::setAttributes
  • Forms\ElementInterface::setDefault
  • Forms\ElementInterface::setFilters
  • Forms\ElementInterface::setForm
  • Forms\ElementInterface::setLabel
  • Forms\ElementInterface::setMessages
  • Forms\ElementInterface::setName
  • Forms\ElementInterface::setUserOption
  • Forms\ElementInterface::setUserOptions
  • Forms\Element\Check
  • Forms\Element\Check::render
  • Forms\Element\Date
  • Forms\Element\Date::render
  • Forms\Element\Email
  • Forms\Element\Email::render
  • Forms\Element\File
  • Forms\Element\File::render
  • Forms\Element\Hidden
  • Forms\Element\Hidden::render
  • Forms\Element\Numeric
  • Forms\Element\Numeric::render
  • Forms\Element\Password
  • Forms\Element\Password::render
  • Forms\Element\Radio
  • Forms\Element\Radio::render
  • Forms\Element\Select
  • Forms\Element\Select::addOption
  • Forms\Element\Select::getOptions
  • Forms\Element\Select::render
  • Forms\Element\Select::setOptions
  • Forms\Element\Submit
  • Forms\Element\Submit::render
  • Forms\Element\Text
  • Forms\Element\Text::render
  • Forms\Element\TextArea
  • Forms\Element\TextArea::render
  • Forms\Exception
  • Forms\Form
  • Forms\Form::add
  • Forms\Form::bind
  • Forms\Form::clear
  • Forms\Form::count
  • Forms\Form::current
  • Forms\Form::get
  • Forms\Form::getAction
  • Forms\Form::getElements
  • Forms\Form::getEntity
  • Forms\Form::getLabel
  • Forms\Form::getMessages
  • Forms\Form::getMessagesFor
  • Forms\Form::getUserOption
  • Forms\Form::getUserOptions
  • Forms\Form::getValidation
  • Forms\Form::getValue
  • Forms\Form::has
  • Forms\Form::hasMessagesFor
  • Forms\Form::isValid
  • Forms\Form::key
  • Forms\Form::label
  • Forms\Form::next
  • Forms\Form::remove
  • Forms\Form::render
  • Forms\Form::rewind
  • Forms\Form::setAction
  • Forms\Form::setEntity
  • Forms\Form::setUserOption
  • Forms\Form::setUserOptions
  • Forms\Form::setValidation
  • Forms\Form::valid
  • Forms\Manager
  • Forms\Manager::create
  • Forms\Manager::get
  • Forms\Manager::has
  • Forms\Manager::set
  • Generating URLs and Paths
  • Images
  • Improving Performance with Cache
  • Increasing Performance: What’s next?
  • Installation
  • Installation on WAMP
  • Installation on XAMPP
  • Internationalization
  • List of examples
  • Logging
  • Micro Applications
  • Model Behaviors
  • Model Events
  • Model Relationships
  • Model Transactions
  • Models Metadata
  • Multi-lingual Support
  • MVC Applications
  • Nginx Installation Notes
  • ODM (Object-Document Mapper)
  • Pagination
  • Phalcon Developer Tools
  • Phalcon Developer Tools on Linux
  • Phalcon Developer Tools on Mac OS X
  • Phalcon Developer Tools on Windows
  • Phalcon Query Language (PHQL)
  • Queueing
  • Reading Configurations
  • Request Environment
  • Returning Responses
  • Routing
  • Security
  • Security
  • Security::checkHash
  • Security::checkToken
  • Security::computeHmac
  • Security::CRYPT_BLOWFISH
  • Security::CRYPT_BLOWFISH_A
  • Security::CRYPT_BLOWFISH_X
  • Security::CRYPT_BLOWFISH_Y
  • Security::CRYPT_DEFAULT
  • Security::CRYPT_EXT_DES
  • Security::CRYPT_MD5
  • Security::CRYPT_SHA256
  • Security::CRYPT_SHA512
  • Security::CRYPT_STD_DES
  • Security::destroyToken
  • Security::getDefaultHash
  • Security::getDI
  • Security::getRandom
  • Security::getRandomBytes
  • Security::getSaltBytes
  • Security::getSessionToken
  • Security::getSslVersionNumber
  • Security::getToken
  • Security::getTokenKey
  • Security::getWorkFactor
  • Security::hash
  • Security::hasLibreSsl
  • Security::isLegacyHash
  • Security::setDefaultHash
  • Security::setDI
  • Security::setRandomBytes
  • Security::setWorkFactor
  • Security\Exception
  • Security\Random
  • Security\Random::base58
  • Security\Random::base64
  • Security\Random::base64Safe
  • Security\Random::bytes
  • Security\Random::hex
  • Security\Random::number
  • Security\Random::uuid
  • Storing data in Session
  • The MVC Architecture
  • Tutorial 1: Let’s learn by example
  • Tutorial 2: Introducing INVO
  • Tutorial 3: Securing INVO
  • Tutorial 4: Working with the CRUD
  • Tutorial 5: Customizing INVO
  • Tutorial 6: Vökuró
  • Tutorial 7: Creating a Simple REST API
  • Understanding How Phalcon Applications Work
  • Unit testing
  • Using Controllers
  • Using PHP Built-in webserver
  • Using Views
  • Validating Models
  • Validation
  • View Helpers (Tags)
  • Volt: Template Engine
  • Working with Models
  • Working with Models (Advanced)
  • Working with Namespaces
  • Acl

  • Acl
  • Acl::ALLOW
  • Acl::DENY
  • Acl\Adapter
  • Acl\Adapter::getActiveAccess
  • Acl\Adapter::getActiveResource
  • Acl\Adapter::getActiveRole
  • Acl\Adapter::getDefaultAction
  • Acl\Adapter::getEventsManager
  • Acl\Adapter::setDefaultAction
  • Acl\Adapter::setEventsManager
  • Acl\AdapterInterface
  • Acl\AdapterInterface::addInherit
  • Acl\AdapterInterface::addResource
  • Acl\AdapterInterface::addResourceAccess
  • Acl\AdapterInterface::addRole
  • Acl\AdapterInterface::allow
  • Acl\AdapterInterface::deny
  • Acl\AdapterInterface::dropResourceAccess
  • Acl\AdapterInterface::getActiveAccess
  • Acl\AdapterInterface::getActiveResource
  • Acl\AdapterInterface::getActiveRole
  • Acl\AdapterInterface::getDefaultAction
  • Acl\AdapterInterface::getNoArgumentsDefaultAction
  • Acl\AdapterInterface::getResources
  • Acl\AdapterInterface::getRoles
  • Acl\AdapterInterface::isAllowed
  • Acl\AdapterInterface::isResource
  • Acl\AdapterInterface::isRole
  • Acl\AdapterInterface::setDefaultAction
  • Acl\AdapterInterface::setNoArgumentsDefaultAction
  • Acl\Adapter\Memory
  • Acl\Adapter\Memory::addInherit
  • Acl\Adapter\Memory::addResource
  • Acl\Adapter\Memory::addResourceAccess
  • Acl\Adapter\Memory::addRole
  • Acl\Adapter\Memory::allow
  • Acl\Adapter\Memory::deny
  • Acl\Adapter\Memory::dropResourceAccess
  • Acl\Adapter\Memory::getNoArgumentsDefaultAction
  • Acl\Adapter\Memory::getResources
  • Acl\Adapter\Memory::getRoles
  • Acl\Adapter\Memory::isAllowed
  • Acl\Adapter\Memory::isResource
  • Acl\Adapter\Memory::isRole
  • Acl\Adapter\Memory::setNoArgumentsDefaultAction
  • Acl\Exception
  • Acl\Resource
  • Acl\Resource::getDescription
  • Acl\Resource::getName
  • Acl\ResourceAware
  • Acl\ResourceAware::getResourceName
  • Acl\ResourceInterface
  • Acl\ResourceInterface::getDescription
  • Acl\ResourceInterface::getName
  • Acl\Role
  • Acl\Role::getDescription
  • Acl\Role::getName
  • Acl\RoleAware
  • Acl\RoleAware::getRoleName
  • Acl\RoleInterface
  • Acl\RoleInterface::getDescription
  • Acl\RoleInterface::getName
  • Annotations

  • Annotations\Adapter
  • Annotations\Adapter::get
  • Annotations\Adapter::getMethod
  • Annotations\Adapter::getMethods
  • Annotations\Adapter::getProperties
  • Annotations\Adapter::getProperty
  • Annotations\Adapter::getReader
  • Annotations\Adapter::setReader
  • Annotations\AdapterInterface
  • Annotations\AdapterInterface::get
  • Annotations\AdapterInterface::getMethod
  • Annotations\AdapterInterface::getMethods
  • Annotations\AdapterInterface::getProperties
  • Annotations\AdapterInterface::getProperty
  • Annotations\AdapterInterface::getReader
  • Annotations\AdapterInterface::setReader
  • Annotations\Adapter\Apc
  • Annotations\Adapter\Apc::read
  • Annotations\Adapter\Apc::write
  • Annotations\Adapter\Files
  • Annotations\Adapter\Files::read
  • Annotations\Adapter\Files::write
  • Annotations\Adapter\Memory
  • Annotations\Adapter\Memory::read
  • Annotations\Adapter\Memory::write
  • Annotations\Adapter\Xcache
  • Annotations\Adapter\Xcache::read
  • Annotations\Adapter\Xcache::write
  • Annotations\Annotation
  • Annotations\Annotation::getArgument
  • Annotations\Annotation::getArguments
  • Annotations\Annotation::getExprArguments
  • Annotations\Annotation::getExpression
  • Annotations\Annotation::getName
  • Annotations\Annotation::getNamedArgument
  • Annotations\Annotation::getNamedParameter
  • Annotations\Annotation::hasArgument
  • Annotations\Annotation::numberArguments
  • Annotations\Collection
  • Annotations\Collection::count
  • Annotations\Collection::current
  • Annotations\Collection::get
  • Annotations\Collection::getAll
  • Annotations\Collection::getAnnotations
  • Annotations\Collection::has
  • Annotations\Collection::key
  • Annotations\Collection::next
  • Annotations\Collection::rewind
  • Annotations\Collection::valid
  • Annotations\Exception
  • Annotations\Reader
  • Annotations\Reader::parse
  • Annotations\Reader::parseDocBlock
  • Annotations\ReaderInterface
  • Annotations\ReaderInterface::parse
  • Annotations\ReaderInterface::parseDocBlock
  • Annotations\Reflection
  • Annotations\Reflection::getClassAnnotations
  • Annotations\Reflection::getMethodsAnnotations
  • Annotations\Reflection::getPropertiesAnnotations
  • Annotations\Reflection::getReflectionData
  • Annotations\Reflection::__set_state
  • Assets

  • Assets\Collection
  • Assets\Collection::add
  • Assets\Collection::addCss
  • Assets\Collection::addFilter
  • Assets\Collection::addInline
  • Assets\Collection::addInlineCss
  • Assets\Collection::addInlineJs
  • Assets\Collection::addJs
  • Assets\Collection::count
  • Assets\Collection::current
  • Assets\Collection::getAttributes
  • Assets\Collection::getCodes
  • Assets\Collection::getFilters
  • Assets\Collection::getJoin
  • Assets\Collection::getLocal
  • Assets\Collection::getPosition
  • Assets\Collection::getPrefix
  • Assets\Collection::getRealTargetPath
  • Assets\Collection::getResources
  • Assets\Collection::getSourcePath
  • Assets\Collection::getTargetLocal
  • Assets\Collection::getTargetPath
  • Assets\Collection::getTargetUri
  • Assets\Collection::join
  • Assets\Collection::key
  • Assets\Collection::next
  • Assets\Collection::rewind
  • Assets\Collection::setAttributes
  • Assets\Collection::setFilters
  • Assets\Collection::setLocal
  • Assets\Collection::setPrefix
  • Assets\Collection::setSourcePath
  • Assets\Collection::setTargetLocal
  • Assets\Collection::setTargetPath
  • Assets\Collection::setTargetUri
  • Assets\Collection::valid
  • Assets\Exception
  • Assets\FilterInterface
  • Assets\FilterInterface::filter
  • Assets\Filters\Cssmin
  • Assets\Filters\Cssmin::filter
  • Assets\Filters\Jsmin
  • Assets\Filters\Jsmin::filter
  • Assets\Filters\None
  • Assets\Filters\None::filter
  • Assets\Inline
  • Assets\Inline::getAttributes
  • Assets\Inline::getContent
  • Assets\Inline::getFilter
  • Assets\Inline::getType
  • Assets\Inline::setAttributes
  • Assets\Inline::setFilter
  • Assets\Inline::setType
  • Assets\Inline\Css
  • Assets\Inline\Js
  • Assets\Manager
  • Assets\Manager::addCss
  • Assets\Manager::addInlineCode
  • Assets\Manager::addInlineCodeByType
  • Assets\Manager::addInlineCss
  • Assets\Manager::addInlineJs
  • Assets\Manager::addJs
  • Assets\Manager::addResource
  • Assets\Manager::addResourceByType
  • Assets\Manager::collection
  • Assets\Manager::exists
  • Assets\Manager::get
  • Assets\Manager::getCollections
  • Assets\Manager::getCss
  • Assets\Manager::getJs
  • Assets\Manager::getOptions
  • Assets\Manager::output
  • Assets\Manager::outputCss
  • Assets\Manager::outputInline
  • Assets\Manager::outputInlineCss
  • Assets\Manager::outputInlineJs
  • Assets\Manager::outputJs
  • Assets\Manager::set
  • Assets\Manager::setOptions
  • Assets\Manager::useImplicitOutput
  • Assets\Resource
  • Assets\Resource::getAttributes
  • Assets\Resource::getContent
  • Assets\Resource::getFilter
  • Assets\Resource::getLocal
  • Assets\Resource::getPath
  • Assets\Resource::getRealSourcePath
  • Assets\Resource::getRealTargetPath
  • Assets\Resource::getRealTargetUri
  • Assets\Resource::getSourcePath
  • Assets\Resource::getTargetPath
  • Assets\Resource::getTargetUri
  • Assets\Resource::getType
  • Assets\Resource::setAttributes
  • Assets\Resource::setFilter
  • Assets\Resource::setLocal
  • Assets\Resource::setPath
  • Assets\Resource::setSourcePath
  • Assets\Resource::setTargetPath
  • Assets\Resource::setTargetUri
  • Assets\Resource::setType
  • Assets\Resource\Css
  • Assets\Resource\Js
  • Cache

  • Cache\Backend
  • Cache\Backend::getFrontend
  • Cache\Backend::getLastKey
  • Cache\Backend::getLifetime
  • Cache\Backend::getOptions
  • Cache\Backend::isFresh
  • Cache\Backend::isStarted
  • Cache\Backend::setFrontend
  • Cache\Backend::setLastKey
  • Cache\Backend::setOptions
  • Cache\Backend::start
  • Cache\Backend::stop
  • Cache\BackendInterface
  • Cache\BackendInterface::delete
  • Cache\BackendInterface::exists
  • Cache\BackendInterface::get
  • Cache\BackendInterface::getFrontend
  • Cache\BackendInterface::getLastKey
  • Cache\BackendInterface::getOptions
  • Cache\BackendInterface::isFresh
  • Cache\BackendInterface::isStarted
  • Cache\BackendInterface::queryKeys
  • Cache\BackendInterface::save
  • Cache\BackendInterface::setLastKey
  • Cache\BackendInterface::start
  • Cache\BackendInterface::stop
  • Cache\Backend\Apc
  • Cache\Backend\Apc::decrement
  • Cache\Backend\Apc::delete
  • Cache\Backend\Apc::exists
  • Cache\Backend\Apc::flush
  • Cache\Backend\Apc::get
  • Cache\Backend\Apc::increment
  • Cache\Backend\Apc::queryKeys
  • Cache\Backend\Apc::save
  • Cache\Backend\File
  • Cache\Backend\File::decrement
  • Cache\Backend\File::delete
  • Cache\Backend\File::exists
  • Cache\Backend\File::flush
  • Cache\Backend\File::get
  • Cache\Backend\File::getKey
  • Cache\Backend\File::increment
  • Cache\Backend\File::queryKeys
  • Cache\Backend\File::save
  • Cache\Backend\File::useSafeKey
  • Cache\Backend\Libmemcached
  • Cache\Backend\Libmemcached::decrement
  • Cache\Backend\Libmemcached::delete
  • Cache\Backend\Libmemcached::exists
  • Cache\Backend\Libmemcached::flush
  • Cache\Backend\Libmemcached::get
  • Cache\Backend\Libmemcached::increment
  • Cache\Backend\Libmemcached::queryKeys
  • Cache\Backend\Libmemcached::save
  • Cache\Backend\Libmemcached::_connect
  • Cache\Backend\Memcache
  • Cache\Backend\Memcache::addServers
  • Cache\Backend\Memcache::decrement
  • Cache\Backend\Memcache::delete
  • Cache\Backend\Memcache::exists
  • Cache\Backend\Memcache::flush
  • Cache\Backend\Memcache::get
  • Cache\Backend\Memcache::increment
  • Cache\Backend\Memcache::queryKeys
  • Cache\Backend\Memcache::save
  • Cache\Backend\Memcache::_connect
  • Cache\Backend\Memory
  • Cache\Backend\Memory::decrement
  • Cache\Backend\Memory::delete
  • Cache\Backend\Memory::exists
  • Cache\Backend\Memory::flush
  • Cache\Backend\Memory::get
  • Cache\Backend\Memory::increment
  • Cache\Backend\Memory::queryKeys
  • Cache\Backend\Memory::save
  • Cache\Backend\Memory::serialize
  • Cache\Backend\Memory::unserialize
  • Cache\Backend\Mongo
  • Cache\Backend\Mongo::decrement
  • Cache\Backend\Mongo::delete
  • Cache\Backend\Mongo::exists
  • Cache\Backend\Mongo::flush
  • Cache\Backend\Mongo::gc
  • Cache\Backend\Mongo::get
  • Cache\Backend\Mongo::increment
  • Cache\Backend\Mongo::queryKeys
  • Cache\Backend\Mongo::save
  • Cache\Backend\Redis
  • Cache\Backend\Redis::decrement
  • Cache\Backend\Redis::delete
  • Cache\Backend\Redis::exists
  • Cache\Backend\Redis::flush
  • Cache\Backend\Redis::get
  • Cache\Backend\Redis::increment
  • Cache\Backend\Redis::queryKeys
  • Cache\Backend\Redis::save
  • Cache\Backend\Redis::_connect
  • Cache\Backend\Xcache
  • Cache\Backend\Xcache::decrement
  • Cache\Backend\Xcache::delete
  • Cache\Backend\Xcache::exists
  • Cache\Backend\Xcache::flush
  • Cache\Backend\Xcache::get
  • Cache\Backend\Xcache::increment
  • Cache\Backend\Xcache::queryKeys
  • Cache\Backend\Xcache::save
  • Cache\Exception
  • Cache\FrontendInterface
  • Cache\FrontendInterface::afterRetrieve
  • Cache\FrontendInterface::beforeStore
  • Cache\FrontendInterface::getContent
  • Cache\FrontendInterface::getLifetime
  • Cache\FrontendInterface::isBuffering
  • Cache\FrontendInterface::start
  • Cache\FrontendInterface::stop
  • Cache\Frontend\Base64
  • Cache\Frontend\Base64::afterRetrieve
  • Cache\Frontend\Base64::beforeStore
  • Cache\Frontend\Base64::getContent
  • Cache\Frontend\Base64::getLifetime
  • Cache\Frontend\Base64::isBuffering
  • Cache\Frontend\Base64::start
  • Cache\Frontend\Base64::stop
  • Cache\Frontend\Data
  • Cache\Frontend\Data::afterRetrieve
  • Cache\Frontend\Data::beforeStore
  • Cache\Frontend\Data::getContent
  • Cache\Frontend\Data::getLifetime
  • Cache\Frontend\Data::isBuffering
  • Cache\Frontend\Data::start
  • Cache\Frontend\Data::stop
  • Cache\Frontend\Igbinary
  • Cache\Frontend\Igbinary::afterRetrieve
  • Cache\Frontend\Igbinary::beforeStore
  • Cache\Frontend\Igbinary::getContent
  • Cache\Frontend\Igbinary::getLifetime
  • Cache\Frontend\Igbinary::isBuffering
  • Cache\Frontend\Igbinary::start
  • Cache\Frontend\Igbinary::stop
  • Cache\Frontend\Json
  • Cache\Frontend\Json::afterRetrieve
  • Cache\Frontend\Json::beforeStore
  • Cache\Frontend\Json::getContent
  • Cache\Frontend\Json::getLifetime
  • Cache\Frontend\Json::isBuffering
  • Cache\Frontend\Json::start
  • Cache\Frontend\Json::stop
  • Cache\Frontend\Msgpack
  • Cache\Frontend\Msgpack::afterRetrieve
  • Cache\Frontend\Msgpack::beforeStore
  • Cache\Frontend\Msgpack::getContent
  • Cache\Frontend\Msgpack::getLifetime
  • Cache\Frontend\Msgpack::isBuffering
  • Cache\Frontend\Msgpack::start
  • Cache\Frontend\Msgpack::stop
  • Cache\Frontend\None
  • Cache\Frontend\None::afterRetrieve
  • Cache\Frontend\None::beforeStore
  • Cache\Frontend\None::getContent
  • Cache\Frontend\None::getLifetime
  • Cache\Frontend\None::isBuffering
  • Cache\Frontend\None::start
  • Cache\Frontend\None::stop
  • Cache\Frontend\Output
  • Cache\Frontend\Output::afterRetrieve
  • Cache\Frontend\Output::beforeStore
  • Cache\Frontend\Output::getContent
  • Cache\Frontend\Output::getLifetime
  • Cache\Frontend\Output::isBuffering
  • Cache\Frontend\Output::start
  • Cache\Frontend\Output::stop
  • Cache\Multiple
  • Cache\Multiple::delete
  • Cache\Multiple::exists
  • Cache\Multiple::flush
  • Cache\Multiple::get
  • Cache\Multiple::push
  • Cache\Multiple::save
  • Cache\Multiple::start
  • Cli

  • Cli\Console
  • Cli\Console::addModules
  • Cli\Console::handle
  • Cli\Console::setArgument
  • Cli\Console\Exception
  • Cli\Dispatcher
  • Cli\Dispatcher::callActionMethod
  • Cli\Dispatcher::EXCEPTION_ACTION_NOT_FOUND
  • Cli\Dispatcher::EXCEPTION_CYCLIC_ROUTING
  • Cli\Dispatcher::EXCEPTION_HANDLER_NOT_FOUND
  • Cli\Dispatcher::EXCEPTION_INVALID_HANDLER
  • Cli\Dispatcher::EXCEPTION_INVALID_PARAMS
  • Cli\Dispatcher::EXCEPTION_NO_DI
  • Cli\Dispatcher::getActiveTask
  • Cli\Dispatcher::getLastTask
  • Cli\Dispatcher::getOptions
  • Cli\Dispatcher::getTaskName
  • Cli\Dispatcher::setDefaultTask
  • Cli\Dispatcher::setOptions
  • Cli\Dispatcher::setTaskName
  • Cli\Dispatcher::setTaskSuffix
  • Cli\DispatcherInterface
  • Cli\DispatcherInterface::getActiveTask
  • Cli\DispatcherInterface::getLastTask
  • Cli\DispatcherInterface::getTaskName
  • Cli\DispatcherInterface::setDefaultTask
  • Cli\DispatcherInterface::setTaskName
  • Cli\DispatcherInterface::setTaskSuffix
  • Cli\Dispatcher\Exception
  • Cli\Router
  • Cli\Router::add
  • Cli\Router::getActionName
  • Cli\Router::getDI
  • Cli\Router::getMatchedRoute
  • Cli\Router::getMatches
  • Cli\Router::getModuleName
  • Cli\Router::getParams
  • Cli\Router::getRouteById
  • Cli\Router::getRouteByName
  • Cli\Router::getRoutes
  • Cli\Router::getTaskName
  • Cli\Router::handle
  • Cli\Router::setDefaultAction
  • Cli\Router::setDefaultModule
  • Cli\Router::setDefaults
  • Cli\Router::setDefaultTask
  • Cli\Router::setDI
  • Cli\Router::wasMatched
  • Cli\RouterInterface
  • Cli\RouterInterface::add
  • Cli\RouterInterface::getActionName
  • Cli\RouterInterface::getMatchedRoute
  • Cli\RouterInterface::getMatches
  • Cli\RouterInterface::getModuleName
  • Cli\RouterInterface::getParams
  • Cli\RouterInterface::getRouteById
  • Cli\RouterInterface::getRouteByName
  • Cli\RouterInterface::getRoutes
  • Cli\RouterInterface::getTaskName
  • Cli\RouterInterface::handle
  • Cli\RouterInterface::setDefaultAction
  • Cli\RouterInterface::setDefaultModule
  • Cli\RouterInterface::setDefaults
  • Cli\RouterInterface::setDefaultTask
  • Cli\RouterInterface::wasMatched
  • Cli\Router\Exception
  • Cli\Router\Route
  • Cli\Router\Route::beforeMatch
  • Cli\Router\Route::compilePattern
  • Cli\Router\Route::convert
  • Cli\Router\Route::DEFAULT_DELIMITER
  • Cli\Router\Route::delimiter
  • Cli\Router\Route::extractNamedParams
  • Cli\Router\Route::getBeforeMatch
  • Cli\Router\Route::getCompiledPattern
  • Cli\Router\Route::getConverters
  • Cli\Router\Route::getDelimiter
  • Cli\Router\Route::getName
  • Cli\Router\Route::getPaths
  • Cli\Router\Route::getPattern
  • Cli\Router\Route::getReversedPaths
  • Cli\Router\Route::getRouteId
  • Cli\Router\Route::reConfigure
  • Cli\Router\Route::reset
  • Cli\Router\Route::setName
  • Cli\Router\RouteInterface
  • Cli\Router\RouteInterface::compilePattern
  • Cli\Router\RouteInterface::getCompiledPattern
  • Cli\Router\RouteInterface::getName
  • Cli\Router\RouteInterface::getPaths
  • Cli\Router\RouteInterface::getPattern
  • Cli\Router\RouteInterface::getReversedPaths
  • Cli\Router\RouteInterface::getRouteId
  • Cli\Router\RouteInterface::reConfigure
  • Cli\Router\RouteInterface::reset
  • Cli\Router\RouteInterface::setName
  • Cli\Task
  • Cli\TaskInterface
  • Db

  • Db
  • Db::FETCH_ASSOC
  • Db::FETCH_BOTH
  • Db::FETCH_BOUND
  • Db::FETCH_CLASS
  • Db::FETCH_CLASSTYPE
  • Db::FETCH_COLUMN
  • Db::FETCH_FUNC
  • Db::FETCH_GROUP
  • Db::FETCH_INTO
  • Db::FETCH_KEY_PAIR
  • Db::FETCH_LAZY
  • Db::FETCH_NAMED
  • Db::FETCH_NUM
  • Db::FETCH_OBJ
  • Db::FETCH_PROPS_LATE
  • Db::FETCH_SERIALIZE
  • Db::FETCH_UNIQUE
  • Db::setup
  • Db\Adapter
  • Db\Adapter::addColumn
  • Db\Adapter::addForeignKey
  • Db\Adapter::addIndex
  • Db\Adapter::addPrimaryKey
  • Db\Adapter::createSavepoint
  • Db\Adapter::createTable
  • Db\Adapter::createView
  • Db\Adapter::delete
  • Db\Adapter::describeIndexes
  • Db\Adapter::describeReferences
  • Db\Adapter::dropColumn
  • Db\Adapter::dropForeignKey
  • Db\Adapter::dropIndex
  • Db\Adapter::dropPrimaryKey
  • Db\Adapter::dropTable
  • Db\Adapter::dropView
  • Db\Adapter::escapeIdentifier
  • Db\Adapter::fetchAll
  • Db\Adapter::fetchColumn
  • Db\Adapter::fetchOne
  • Db\Adapter::forUpdate
  • Db\Adapter::getColumnDefinition
  • Db\Adapter::getColumnList
  • Db\Adapter::getConnectionId
  • Db\Adapter::getDefaultIdValue
  • Db\Adapter::getDefaultValue
  • Db\Adapter::getDescriptor
  • Db\Adapter::getDialect
  • Db\Adapter::getDialectType
  • Db\Adapter::getEventsManager
  • Db\Adapter::getNestedTransactionSavepointName
  • Db\Adapter::getRealSQLStatement
  • Db\Adapter::getSQLBindTypes
  • Db\Adapter::getSQLStatement
  • Db\Adapter::getSqlVariables
  • Db\Adapter::getType
  • Db\Adapter::insert
  • Db\Adapter::insertAsDict
  • Db\Adapter::isNestedTransactionsWithSavepoints
  • Db\Adapter::limit
  • Db\Adapter::listTables
  • Db\Adapter::listViews
  • Db\Adapter::modifyColumn
  • Db\Adapter::releaseSavepoint
  • Db\Adapter::rollbackSavepoint
  • Db\Adapter::setDialect
  • Db\Adapter::setEventsManager
  • Db\Adapter::setNestedTransactionsWithSavepoints
  • Db\Adapter::sharedLock
  • Db\Adapter::supportSequences
  • Db\Adapter::tableExists
  • Db\Adapter::tableOptions
  • Db\Adapter::update
  • Db\Adapter::updateAsDict
  • Db\Adapter::useExplicitIdValue
  • Db\Adapter::viewExists
  • Db\AdapterInterface
  • Db\AdapterInterface::addColumn
  • Db\AdapterInterface::addForeignKey
  • Db\AdapterInterface::addIndex
  • Db\AdapterInterface::addPrimaryKey
  • Db\AdapterInterface::affectedRows
  • Db\AdapterInterface::begin
  • Db\AdapterInterface::close
  • Db\AdapterInterface::commit
  • Db\AdapterInterface::connect
  • Db\AdapterInterface::createSavepoint
  • Db\AdapterInterface::createTable
  • Db\AdapterInterface::createView
  • Db\AdapterInterface::delete
  • Db\AdapterInterface::describeColumns
  • Db\AdapterInterface::describeIndexes
  • Db\AdapterInterface::describeReferences
  • Db\AdapterInterface::dropColumn
  • Db\AdapterInterface::dropForeignKey
  • Db\AdapterInterface::dropIndex
  • Db\AdapterInterface::dropPrimaryKey
  • Db\AdapterInterface::dropTable
  • Db\AdapterInterface::dropView
  • Db\AdapterInterface::escapeIdentifier
  • Db\AdapterInterface::escapeString
  • Db\AdapterInterface::execute
  • Db\AdapterInterface::fetchAll
  • Db\AdapterInterface::fetchOne
  • Db\AdapterInterface::forUpdate
  • Db\AdapterInterface::getColumnDefinition
  • Db\AdapterInterface::getColumnList
  • Db\AdapterInterface::getConnectionId
  • Db\AdapterInterface::getDefaultIdValue
  • Db\AdapterInterface::getDescriptor
  • Db\AdapterInterface::getDialect
  • Db\AdapterInterface::getDialectType
  • Db\AdapterInterface::getInternalHandler
  • Db\AdapterInterface::getNestedTransactionSavepointName
  • Db\AdapterInterface::getRealSQLStatement
  • Db\AdapterInterface::getSQLBindTypes
  • Db\AdapterInterface::getSQLStatement
  • Db\AdapterInterface::getSQLVariables
  • Db\AdapterInterface::getType
  • Db\AdapterInterface::insert
  • Db\AdapterInterface::isNestedTransactionsWithSavepoints
  • Db\AdapterInterface::isUnderTransaction
  • Db\AdapterInterface::lastInsertId
  • Db\AdapterInterface::limit
  • Db\AdapterInterface::listTables
  • Db\AdapterInterface::listViews
  • Db\AdapterInterface::modifyColumn
  • Db\AdapterInterface::query
  • Db\AdapterInterface::releaseSavepoint
  • Db\AdapterInterface::rollback
  • Db\AdapterInterface::rollbackSavepoint
  • Db\AdapterInterface::setNestedTransactionsWithSavepoints
  • Db\AdapterInterface::sharedLock
  • Db\AdapterInterface::supportSequences
  • Db\AdapterInterface::tableExists
  • Db\AdapterInterface::tableOptions
  • Db\AdapterInterface::update
  • Db\AdapterInterface::useExplicitIdValue
  • Db\AdapterInterface::viewExists
  • Db\Adapter\Pdo
  • Db\Adapter\Pdo::affectedRows
  • Db\Adapter\Pdo::begin
  • Db\Adapter\Pdo::close
  • Db\Adapter\Pdo::commit
  • Db\Adapter\Pdo::connect
  • Db\Adapter\Pdo::convertBoundParams
  • Db\Adapter\Pdo::escapeString
  • Db\Adapter\Pdo::execute
  • Db\Adapter\Pdo::executePrepared
  • Db\Adapter\Pdo::getErrorInfo
  • Db\Adapter\Pdo::getInternalHandler
  • Db\Adapter\Pdo::getTransactionLevel
  • Db\Adapter\Pdo::isUnderTransaction
  • Db\Adapter\Pdo::lastInsertId
  • Db\Adapter\Pdo::prepare
  • Db\Adapter\Pdo::query
  • Db\Adapter\Pdo::rollback
  • Db\Adapter\Pdo\Mysql
  • Db\Adapter\Pdo\Mysql::describeColumns
  • Db\Adapter\Pdo\Mysql::describeIndexes
  • Db\Adapter\Pdo\Mysql::describeReferences
  • Db\Adapter\Pdo\Postgresql
  • Db\Adapter\Pdo\Postgresql::connect
  • Db\Adapter\Pdo\Postgresql::createTable
  • Db\Adapter\Pdo\Postgresql::describeColumns
  • Db\Adapter\Pdo\Postgresql::getDefaultIdValue
  • Db\Adapter\Pdo\Postgresql::modifyColumn
  • Db\Adapter\Pdo\Postgresql::supportSequences
  • Db\Adapter\Pdo\Postgresql::useExplicitIdValue
  • Db\Adapter\Pdo\Sqlite
  • Db\Adapter\Pdo\Sqlite::connect
  • Db\Adapter\Pdo\Sqlite::describeColumns
  • Db\Adapter\Pdo\Sqlite::describeIndexes
  • Db\Adapter\Pdo\Sqlite::describeReferences
  • Db\Adapter\Pdo\Sqlite::getDefaultValue
  • Db\Adapter\Pdo\Sqlite::useExplicitIdValue
  • Db\Column
  • Db\Column::BIND_PARAM_BLOB
  • Db\Column::BIND_PARAM_BOOL
  • Db\Column::BIND_PARAM_DECIMAL
  • Db\Column::BIND_PARAM_INT
  • Db\Column::BIND_PARAM_NULL
  • Db\Column::BIND_PARAM_STR
  • Db\Column::BIND_SKIP
  • Db\Column::getAfterPosition
  • Db\Column::getBindType
  • Db\Column::getDefault
  • Db\Column::getName
  • Db\Column::getScale
  • Db\Column::getSchemaName
  • Db\Column::getSize
  • Db\Column::getType
  • Db\Column::getTypeReference
  • Db\Column::getTypeValues
  • Db\Column::hasDefault
  • Db\Column::isAutoIncrement
  • Db\Column::isFirst
  • Db\Column::isNotNull
  • Db\Column::isNumeric
  • Db\Column::isPrimary
  • Db\Column::isUnsigned
  • Db\Column::TYPE_BIGINTEGER
  • Db\Column::TYPE_BLOB
  • Db\Column::TYPE_BOOLEAN
  • Db\Column::TYPE_CHAR
  • Db\Column::TYPE_DATE
  • Db\Column::TYPE_DATETIME
  • Db\Column::TYPE_DECIMAL
  • Db\Column::TYPE_DOUBLE
  • Db\Column::TYPE_FLOAT
  • Db\Column::TYPE_INTEGER
  • Db\Column::TYPE_JSON
  • Db\Column::TYPE_JSONB
  • Db\Column::TYPE_LONGBLOB
  • Db\Column::TYPE_MEDIUMBLOB
  • Db\Column::TYPE_TEXT
  • Db\Column::TYPE_TIMESTAMP
  • Db\Column::TYPE_TINYBLOB
  • Db\Column::TYPE_VARCHAR
  • Db\Column::__set_state
  • Db\ColumnInterface
  • Db\ColumnInterface::getAfterPosition
  • Db\ColumnInterface::getBindType
  • Db\ColumnInterface::getDefault
  • Db\ColumnInterface::getName
  • Db\ColumnInterface::getScale
  • Db\ColumnInterface::getSchemaName
  • Db\ColumnInterface::getSize
  • Db\ColumnInterface::getType
  • Db\ColumnInterface::getTypeReference
  • Db\ColumnInterface::getTypeValues
  • Db\ColumnInterface::hasDefault
  • Db\ColumnInterface::isAutoIncrement
  • Db\ColumnInterface::isFirst
  • Db\ColumnInterface::isNotNull
  • Db\ColumnInterface::isNumeric
  • Db\ColumnInterface::isPrimary
  • Db\ColumnInterface::isUnsigned
  • Db\ColumnInterface::__set_state
  • Db\Dialect
  • Db\Dialect::createSavepoint
  • Db\Dialect::escape
  • Db\Dialect::escapeSchema
  • Db\Dialect::forUpdate
  • Db\Dialect::getColumnList
  • Db\Dialect::getCustomFunctions
  • Db\Dialect::getSqlColumn
  • Db\Dialect::getSqlExpression
  • Db\Dialect::getSqlTable
  • Db\Dialect::limit
  • Db\Dialect::registerCustomFunction
  • Db\Dialect::releaseSavepoint
  • Db\Dialect::rollbackSavepoint
  • Db\Dialect::select
  • Db\Dialect::sharedLock
  • Db\Dialect::supportsReleaseSavepoints
  • Db\Dialect::supportsSavepoints
  • Db\DialectInterface
  • Db\DialectInterface::addColumn
  • Db\DialectInterface::addForeignKey
  • Db\DialectInterface::addIndex
  • Db\DialectInterface::addPrimaryKey
  • Db\DialectInterface::createSavepoint
  • Db\DialectInterface::createTable
  • Db\DialectInterface::createView
  • Db\DialectInterface::describeColumns
  • Db\DialectInterface::describeIndexes
  • Db\DialectInterface::describeReferences
  • Db\DialectInterface::dropColumn
  • Db\DialectInterface::dropForeignKey
  • Db\DialectInterface::dropIndex
  • Db\DialectInterface::dropPrimaryKey
  • Db\DialectInterface::dropTable
  • Db\DialectInterface::dropView
  • Db\DialectInterface::forUpdate
  • Db\DialectInterface::getColumnDefinition
  • Db\DialectInterface::getColumnList
  • Db\DialectInterface::limit
  • Db\DialectInterface::listTables
  • Db\DialectInterface::modifyColumn
  • Db\DialectInterface::releaseSavepoint
  • Db\DialectInterface::rollbackSavepoint
  • Db\DialectInterface::select
  • Db\DialectInterface::sharedLock
  • Db\DialectInterface::supportsReleaseSavepoints
  • Db\DialectInterface::supportsSavepoints
  • Db\DialectInterface::tableExists
  • Db\DialectInterface::tableOptions
  • Db\DialectInterface::viewExists
  • Db\Dialect\Mysql
  • Db\Dialect\Mysql::addColumn
  • Db\Dialect\Mysql::addForeignKey
  • Db\Dialect\Mysql::addIndex
  • Db\Dialect\Mysql::addPrimaryKey
  • Db\Dialect\Mysql::createTable
  • Db\Dialect\Mysql::createView
  • Db\Dialect\Mysql::describeColumns
  • Db\Dialect\Mysql::describeIndexes
  • Db\Dialect\Mysql::describeReferences
  • Db\Dialect\Mysql::dropColumn
  • Db\Dialect\Mysql::dropForeignKey
  • Db\Dialect\Mysql::dropIndex
  • Db\Dialect\Mysql::dropPrimaryKey
  • Db\Dialect\Mysql::dropTable
  • Db\Dialect\Mysql::dropView
  • Db\Dialect\Mysql::getColumnDefinition
  • Db\Dialect\Mysql::listTables
  • Db\Dialect\Mysql::listViews
  • Db\Dialect\Mysql::modifyColumn
  • Db\Dialect\Mysql::tableExists
  • Db\Dialect\Mysql::tableOptions
  • Db\Dialect\Mysql::truncateTable
  • Db\Dialect\Mysql::viewExists
  • Db\Dialect\Postgresql
  • Db\Dialect\Postgresql::addColumn
  • Db\Dialect\Postgresql::addForeignKey
  • Db\Dialect\Postgresql::addIndex
  • Db\Dialect\Postgresql::addPrimaryKey
  • Db\Dialect\Postgresql::createTable
  • Db\Dialect\Postgresql::createView
  • Db\Dialect\Postgresql::describeColumns
  • Db\Dialect\Postgresql::describeIndexes
  • Db\Dialect\Postgresql::describeReferences
  • Db\Dialect\Postgresql::dropColumn
  • Db\Dialect\Postgresql::dropForeignKey
  • Db\Dialect\Postgresql::dropIndex
  • Db\Dialect\Postgresql::dropPrimaryKey
  • Db\Dialect\Postgresql::dropTable
  • Db\Dialect\Postgresql::dropView
  • Db\Dialect\Postgresql::getColumnDefinition
  • Db\Dialect\Postgresql::listTables
  • Db\Dialect\Postgresql::listViews
  • Db\Dialect\Postgresql::modifyColumn
  • Db\Dialect\Postgresql::tableExists
  • Db\Dialect\Postgresql::tableOptions
  • Db\Dialect\Postgresql::truncateTable
  • Db\Dialect\Postgresql::viewExists
  • Db\Dialect\Sqlite
  • Db\Dialect\Sqlite::addColumn
  • Db\Dialect\Sqlite::addForeignKey
  • Db\Dialect\Sqlite::addIndex
  • Db\Dialect\Sqlite::addPrimaryKey
  • Db\Dialect\Sqlite::createTable
  • Db\Dialect\Sqlite::createView
  • Db\Dialect\Sqlite::describeColumns
  • Db\Dialect\Sqlite::describeIndex
  • Db\Dialect\Sqlite::describeIndexes
  • Db\Dialect\Sqlite::describeReferences
  • Db\Dialect\Sqlite::dropColumn
  • Db\Dialect\Sqlite::dropForeignKey
  • Db\Dialect\Sqlite::dropIndex
  • Db\Dialect\Sqlite::dropPrimaryKey
  • Db\Dialect\Sqlite::dropTable
  • Db\Dialect\Sqlite::dropView
  • Db\Dialect\Sqlite::getColumnDefinition
  • Db\Dialect\Sqlite::listIndexesSql
  • Db\Dialect\Sqlite::listTables
  • Db\Dialect\Sqlite::listViews
  • Db\Dialect\Sqlite::modifyColumn
  • Db\Dialect\Sqlite::tableExists
  • Db\Dialect\Sqlite::tableOptions
  • Db\Dialect\Sqlite::truncateTable
  • Db\Dialect\Sqlite::viewExists
  • Db\Exception
  • Db\Index
  • Db\Index::getColumns
  • Db\Index::getName
  • Db\Index::getType
  • Db\Index::__set_state
  • Db\IndexInterface
  • Db\IndexInterface::getColumns
  • Db\IndexInterface::getName
  • Db\IndexInterface::getType
  • Db\IndexInterface::__set_state
  • Db\Profiler
  • Db\Profiler::getLastProfile
  • Db\Profiler::getNumberTotalStatements
  • Db\Profiler::getProfiles
  • Db\Profiler::getTotalElapsedSeconds
  • Db\Profiler::reset
  • Db\Profiler::startProfile
  • Db\Profiler::stopProfile
  • Db\Profiler\Item
  • Db\Profiler\Item::getFinalTime
  • Db\Profiler\Item::getInitialTime
  • Db\Profiler\Item::getSqlBindTypes
  • Db\Profiler\Item::getSqlStatement
  • Db\Profiler\Item::getSqlVariables
  • Db\Profiler\Item::getTotalElapsedSeconds
  • Db\Profiler\Item::setFinalTime
  • Db\Profiler\Item::setInitialTime
  • Db\Profiler\Item::setSqlBindTypes
  • Db\Profiler\Item::setSqlStatement
  • Db\Profiler\Item::setSqlVariables
  • Db\RawValue
  • Db\RawValue::getValue
  • Db\Reference
  • Db\Reference::getColumns
  • Db\Reference::getName
  • Db\Reference::getOnDelete
  • Db\Reference::getOnUpdate
  • Db\Reference::getReferencedColumns
  • Db\Reference::getReferencedSchema
  • Db\Reference::getReferencedTable
  • Db\Reference::getSchemaName
  • Db\Reference::__set_state
  • Db\ReferenceInterface
  • Db\ReferenceInterface::getColumns
  • Db\ReferenceInterface::getName
  • Db\ReferenceInterface::getOnDelete
  • Db\ReferenceInterface::getOnUpdate
  • Db\ReferenceInterface::getReferencedColumns
  • Db\ReferenceInterface::getReferencedSchema
  • Db\ReferenceInterface::getReferencedTable
  • Db\ReferenceInterface::getSchemaName
  • Db\ReferenceInterface::__set_state
  • Db\ResultInterface
  • Db\ResultInterface::dataSeek
  • Db\ResultInterface::execute
  • Db\ResultInterface::fetch
  • Db\ResultInterface::fetchAll
  • Db\ResultInterface::fetchArray
  • Db\ResultInterface::getInternalResult
  • Db\ResultInterface::numRows
  • Db\ResultInterface::setFetchMode
  • Db\Result\Pdo
  • Db\Result\Pdo::dataSeek
  • Db\Result\Pdo::execute
  • Db\Result\Pdo::fetch
  • Db\Result\Pdo::fetchAll
  • Db\Result\Pdo::fetchArray
  • Db\Result\Pdo::getInternalResult
  • Db\Result\Pdo::numRows
  • Db\Result\Pdo::setFetchMode
  • Exception

  • Exception
  • Http

  • Http\Cookie
  • Http\Cookie::delete
  • Http\Cookie::getDI
  • Http\Cookie::getDomain
  • Http\Cookie::getExpiration
  • Http\Cookie::getHttpOnly
  • Http\Cookie::getName
  • Http\Cookie::getPath
  • Http\Cookie::getSecure
  • Http\Cookie::getValue
  • Http\Cookie::isUsingEncryption
  • Http\Cookie::restore
  • Http\Cookie::send
  • Http\Cookie::setDI
  • Http\Cookie::setDomain
  • Http\Cookie::setExpiration
  • Http\Cookie::setHttpOnly
  • Http\Cookie::setPath
  • Http\Cookie::setSecure
  • Http\Cookie::setValue
  • Http\Cookie::useEncryption
  • Http\CookieInterface
  • Http\CookieInterface::delete
  • Http\CookieInterface::getDomain
  • Http\CookieInterface::getExpiration
  • Http\CookieInterface::getHttpOnly
  • Http\CookieInterface::getName
  • Http\CookieInterface::getPath
  • Http\CookieInterface::getSecure
  • Http\CookieInterface::getValue
  • Http\CookieInterface::isUsingEncryption
  • Http\CookieInterface::send
  • Http\CookieInterface::setDomain
  • Http\CookieInterface::setExpiration
  • Http\CookieInterface::setHttpOnly
  • Http\CookieInterface::setPath
  • Http\CookieInterface::setSecure
  • Http\CookieInterface::setValue
  • Http\CookieInterface::useEncryption
  • Http\Cookie\Exception
  • Http\Request
  • Http\Request::get
  • Http\Request::getAcceptableContent
  • Http\Request::getBasicAuth
  • Http\Request::getBestAccept
  • Http\Request::getBestCharset
  • Http\Request::getBestLanguage
  • Http\Request::getClientAddress
  • Http\Request::getClientCharsets
  • Http\Request::getContentType
  • Http\Request::getDI
  • Http\Request::getDigestAuth
  • Http\Request::getHeader
  • Http\Request::getHeaders
  • Http\Request::getHttpHost
  • Http\Request::getHttpMethodParameterOverride
  • Http\Request::getHTTPReferer
  • Http\Request::getJsonRawBody
  • Http\Request::getLanguages
  • Http\Request::getMethod
  • Http\Request::getPort
  • Http\Request::getPost
  • Http\Request::getPut
  • Http\Request::getQuery
  • Http\Request::getRawBody
  • Http\Request::getScheme
  • Http\Request::getServer
  • Http\Request::getServerAddress
  • Http\Request::getServerName
  • Http\Request::getUploadedFiles
  • Http\Request::getURI
  • Http\Request::getUserAgent
  • Http\Request::has
  • Http\Request::hasFiles
  • Http\Request::hasPost
  • Http\Request::hasPut
  • Http\Request::hasQuery
  • Http\Request::hasServer
  • Http\Request::isAjax
  • Http\Request::isConnect
  • Http\Request::isDelete
  • Http\Request::isGet
  • Http\Request::isHead
  • Http\Request::isMethod
  • Http\Request::isOptions
  • Http\Request::isPatch
  • Http\Request::isPost
  • Http\Request::isPurge
  • Http\Request::isPut
  • Http\Request::isSecure
  • Http\Request::isSecureRequest
  • Http\Request::isSoap
  • Http\Request::isSoapRequested
  • Http\Request::isStrictHostCheck
  • Http\Request::isTrace
  • Http\Request::isValidHttpMethod
  • Http\Request::setDI
  • Http\Request::setHttpMethodParameterOverride
  • Http\Request::setStrictHostCheck
  • Http\RequestInterface
  • Http\RequestInterface::get
  • Http\RequestInterface::getAcceptableContent
  • Http\RequestInterface::getBasicAuth
  • Http\RequestInterface::getBestAccept
  • Http\RequestInterface::getBestCharset
  • Http\RequestInterface::getBestLanguage
  • Http\RequestInterface::getClientAddress
  • Http\RequestInterface::getClientCharsets
  • Http\RequestInterface::getDigestAuth
  • Http\RequestInterface::getHeader
  • Http\RequestInterface::getHttpHost
  • Http\RequestInterface::getHTTPReferer
  • Http\RequestInterface::getLanguages
  • Http\RequestInterface::getMethod
  • Http\RequestInterface::getPort
  • Http\RequestInterface::getPost
  • Http\RequestInterface::getQuery
  • Http\RequestInterface::getRawBody
  • Http\RequestInterface::getScheme
  • Http\RequestInterface::getServer
  • Http\RequestInterface::getServerAddress
  • Http\RequestInterface::getServerName
  • Http\RequestInterface::getUploadedFiles
  • Http\RequestInterface::getUserAgent
  • Http\RequestInterface::has
  • Http\RequestInterface::hasFiles
  • Http\RequestInterface::hasPost
  • Http\RequestInterface::hasPut
  • Http\RequestInterface::hasQuery
  • Http\RequestInterface::hasServer
  • Http\RequestInterface::isAjax
  • Http\RequestInterface::isConnect
  • Http\RequestInterface::isDelete
  • Http\RequestInterface::isGet
  • Http\RequestInterface::isHead
  • Http\RequestInterface::isMethod
  • Http\RequestInterface::isOptions
  • Http\RequestInterface::isPost
  • Http\RequestInterface::isPurge
  • Http\RequestInterface::isPut
  • Http\RequestInterface::isSecureRequest
  • Http\RequestInterface::isSoapRequested
  • Http\RequestInterface::isTrace
  • Http\Request\Exception
  • Http\Request\File
  • Http\Request\File::getError
  • Http\Request\File::getExtension
  • Http\Request\File::getKey
  • Http\Request\File::getName
  • Http\Request\File::getRealType
  • Http\Request\File::getSize
  • Http\Request\File::getTempName
  • Http\Request\File::getType
  • Http\Request\File::isUploadedFile
  • Http\Request\File::moveTo
  • Http\Request\FileInterface
  • Http\Request\FileInterface::getName
  • Http\Request\FileInterface::getRealType
  • Http\Request\FileInterface::getSize
  • Http\Request\FileInterface::getTempName
  • Http\Request\FileInterface::getType
  • Http\Request\FileInterface::moveTo
  • Http\Response
  • Http\Response::appendContent
  • Http\Response::getContent
  • Http\Response::getCookies
  • Http\Response::getDI
  • Http\Response::getHeaders
  • Http\Response::getStatusCode
  • Http\Response::isSent
  • Http\Response::redirect
  • Http\Response::resetHeaders
  • Http\Response::send
  • Http\Response::sendCookies
  • Http\Response::sendHeaders
  • Http\Response::setCache
  • Http\Response::setContent
  • Http\Response::setContentLength
  • Http\Response::setContentType
  • Http\Response::setCookies
  • Http\Response::setDI
  • Http\Response::setEtag
  • Http\Response::setExpires
  • Http\Response::setFileToSend
  • Http\Response::setHeader
  • Http\Response::setHeaders
  • Http\Response::setJsonContent
  • Http\Response::setLastModified
  • Http\Response::setNotModified
  • Http\Response::setRawHeader
  • Http\Response::setStatusCode
  • Http\ResponseInterface
  • Http\ResponseInterface::appendContent
  • Http\ResponseInterface::getContent
  • Http\ResponseInterface::getHeaders
  • Http\ResponseInterface::redirect
  • Http\ResponseInterface::resetHeaders
  • Http\ResponseInterface::send
  • Http\ResponseInterface::sendCookies
  • Http\ResponseInterface::sendHeaders
  • Http\ResponseInterface::setContent
  • Http\ResponseInterface::setContentLength
  • Http\ResponseInterface::setContentType
  • Http\ResponseInterface::setExpires
  • Http\ResponseInterface::setFileToSend
  • Http\ResponseInterface::setHeader
  • Http\ResponseInterface::setJsonContent
  • Http\ResponseInterface::setNotModified
  • Http\ResponseInterface::setRawHeader
  • Http\ResponseInterface::setStatusCode
  • Http\Response\Cookies
  • Http\Response\Cookies::delete
  • Http\Response\Cookies::get
  • Http\Response\Cookies::getDI
  • Http\Response\Cookies::has
  • Http\Response\Cookies::isUsingEncryption
  • Http\Response\Cookies::reset
  • Http\Response\Cookies::send
  • Http\Response\Cookies::set
  • Http\Response\Cookies::setDI
  • Http\Response\Cookies::useEncryption
  • Http\Response\CookiesInterface
  • Http\Response\CookiesInterface::delete
  • Http\Response\CookiesInterface::get
  • Http\Response\CookiesInterface::has
  • Http\Response\CookiesInterface::isUsingEncryption
  • Http\Response\CookiesInterface::reset
  • Http\Response\CookiesInterface::send
  • Http\Response\CookiesInterface::set
  • Http\Response\CookiesInterface::useEncryption
  • Http\Response\Exception
  • Http\Response\Headers
  • Http\Response\Headers::get
  • Http\Response\Headers::remove
  • Http\Response\Headers::reset
  • Http\Response\Headers::send
  • Http\Response\Headers::set
  • Http\Response\Headers::setRaw
  • Http\Response\Headers::toArray
  • Http\Response\Headers::__set_state
  • Http\Response\HeadersInterface
  • Http\Response\HeadersInterface::get
  • Http\Response\HeadersInterface::reset
  • Http\Response\HeadersInterface::send
  • Http\Response\HeadersInterface::set
  • Http\Response\HeadersInterface::setRaw
  • Http\Response\HeadersInterface::__set_state
  • Logger

  • Logger
  • Logger::ALERT
  • Logger::CRITICAL
  • Logger::CUSTOM
  • Logger::DEBUG
  • Logger::EMERGENCE
  • Logger::EMERGENCY
  • Logger::ERROR
  • Logger::INFO
  • Logger::NOTICE
  • Logger::SPECIAL
  • Logger::WARNING
  • Logger\Adapter
  • Logger\Adapter::alert
  • Logger\Adapter::begin
  • Logger\Adapter::commit
  • Logger\Adapter::critical
  • Logger\Adapter::debug
  • Logger\Adapter::emergency
  • Logger\Adapter::error
  • Logger\Adapter::getLogLevel
  • Logger\Adapter::info
  • Logger\Adapter::isTransaction
  • Logger\Adapter::log
  • Logger\Adapter::notice
  • Logger\Adapter::rollback
  • Logger\Adapter::setFormatter
  • Logger\Adapter::setLogLevel
  • Logger\Adapter::warning
  • Logger\AdapterInterface
  • Logger\AdapterInterface::alert
  • Logger\AdapterInterface::begin
  • Logger\AdapterInterface::close
  • Logger\AdapterInterface::commit
  • Logger\AdapterInterface::debug
  • Logger\AdapterInterface::emergency
  • Logger\AdapterInterface::error
  • Logger\AdapterInterface::getFormatter
  • Logger\AdapterInterface::getLogLevel
  • Logger\AdapterInterface::info
  • Logger\AdapterInterface::log
  • Logger\AdapterInterface::notice
  • Logger\AdapterInterface::rollback
  • Logger\AdapterInterface::setFormatter
  • Logger\AdapterInterface::setLogLevel
  • Logger\AdapterInterface::warning
  • Logger\Adapter\File
  • Logger\Adapter\File::close
  • Logger\Adapter\File::getFormatter
  • Logger\Adapter\File::getPath
  • Logger\Adapter\File::logInternal
  • Logger\Adapter\File::__wakeup
  • Logger\Adapter\Firephp
  • Logger\Adapter\Firephp::close
  • Logger\Adapter\Firephp::getFormatter
  • Logger\Adapter\Firephp::logInternal
  • Logger\Adapter\Stream
  • Logger\Adapter\Stream::close
  • Logger\Adapter\Stream::getFormatter
  • Logger\Adapter\Stream::logInternal
  • Logger\Adapter\Syslog
  • Logger\Adapter\Syslog::close
  • Logger\Adapter\Syslog::getFormatter
  • Logger\Adapter\Syslog::logInternal
  • Logger\Exception
  • Logger\Formatter
  • Logger\Formatter::getTypeString
  • Logger\Formatter::interpolate
  • Logger\FormatterInterface
  • Logger\FormatterInterface::format
  • Logger\Formatter\Firephp
  • Logger\Formatter\Firephp::enableLabels
  • Logger\Formatter\Firephp::format
  • Logger\Formatter\Firephp::getShowBacktrace
  • Logger\Formatter\Firephp::getTypeString
  • Logger\Formatter\Firephp::labelsEnabled
  • Logger\Formatter\Firephp::setShowBacktrace
  • Logger\Formatter\Json
  • Logger\Formatter\Json::format
  • Logger\Formatter\Line
  • Logger\Formatter\Line::format
  • Logger\Formatter\Line::getDateFormat
  • Logger\Formatter\Line::getFormat
  • Logger\Formatter\Line::setDateFormat
  • Logger\Formatter\Line::setFormat
  • Logger\Formatter\Syslog
  • Logger\Formatter\Syslog::format
  • Logger\Item
  • Logger\Item::getContext
  • Logger\Item::getMessage
  • Logger\Item::getTime
  • Logger\Item::getType
  • Logger\Multiple
  • Logger\Multiple::alert
  • Logger\Multiple::critical
  • Logger\Multiple::debug
  • Logger\Multiple::emergency
  • Logger\Multiple::error
  • Logger\Multiple::getFormatter
  • Logger\Multiple::getLoggers
  • Logger\Multiple::getLogLevel
  • Logger\Multiple::info
  • Logger\Multiple::log
  • Logger\Multiple::notice
  • Logger\Multiple::push
  • Logger\Multiple::setFormatter
  • Logger\Multiple::setLogLevel
  • Logger\Multiple::warning
  • Mvc\Collection

  • Mvc\Collection
  • Mvc\Collection::aggregate
  • Mvc\Collection::appendMessage
  • Mvc\Collection::cloneResult
  • Mvc\Collection::count
  • Mvc\Collection::create
  • Mvc\Collection::createIfNotExist
  • Mvc\Collection::delete
  • Mvc\Collection::DIRTY_STATE_DETACHED
  • Mvc\Collection::DIRTY_STATE_PERSISTENT
  • Mvc\Collection::DIRTY_STATE_TRANSIENT
  • Mvc\Collection::find
  • Mvc\Collection::findById
  • Mvc\Collection::findFirst
  • Mvc\Collection::fireEvent
  • Mvc\Collection::fireEventCancel
  • Mvc\Collection::getCollectionManager
  • Mvc\Collection::getConnection
  • Mvc\Collection::getConnectionService
  • Mvc\Collection::getDI
  • Mvc\Collection::getDirtyState
  • Mvc\Collection::getId
  • Mvc\Collection::getMessages
  • Mvc\Collection::getReservedAttributes
  • Mvc\Collection::getSource
  • Mvc\Collection::OP_CREATE
  • Mvc\Collection::OP_DELETE
  • Mvc\Collection::OP_NONE
  • Mvc\Collection::OP_UPDATE
  • Mvc\Collection::readAttribute
  • Mvc\Collection::save
  • Mvc\Collection::serialize
  • Mvc\Collection::setConnectionService
  • Mvc\Collection::setDI
  • Mvc\Collection::setDirtyState
  • Mvc\Collection::setId
  • Mvc\Collection::skipOperation
  • Mvc\Collection::summatory
  • Mvc\Collection::toArray
  • Mvc\Collection::unserialize
  • Mvc\Collection::update
  • Mvc\Collection::validationHasFailed
  • Mvc\Collection::writeAttribute
  • Mvc\Collection\Behavior
  • Mvc\Collection\Behavior::missingMethod
  • Mvc\Collection\Behavior::notify
  • Mvc\Collection\BehaviorInterface
  • Mvc\Collection\BehaviorInterface::missingMethod
  • Mvc\Collection\BehaviorInterface::notify
  • Mvc\Collection\Behavior\SoftDelete
  • Mvc\Collection\Behavior\SoftDelete::notify
  • Mvc\Collection\Behavior\Timestampable
  • Mvc\Collection\Behavior\Timestampable::notify
  • Mvc\Collection\Document
  • Mvc\Collection\Document::offsetExists
  • Mvc\Collection\Document::offsetGet
  • Mvc\Collection\Document::offsetSet
  • Mvc\Collection\Document::offsetUnset
  • Mvc\Collection\Document::readAttribute
  • Mvc\Collection\Document::toArray
  • Mvc\Collection\Document::writeAttribute
  • Mvc\Collection\Exception
  • Mvc\Collection\Manager
  • Mvc\Collection\Manager::addBehavior
  • Mvc\Collection\Manager::getConnection
  • Mvc\Collection\Manager::getConnectionService
  • Mvc\Collection\Manager::getCustomEventsManager
  • Mvc\Collection\Manager::getDI
  • Mvc\Collection\Manager::getEventsManager
  • Mvc\Collection\Manager::getLastInitialized
  • Mvc\Collection\Manager::getServiceName
  • Mvc\Collection\Manager::initialize
  • Mvc\Collection\Manager::isInitialized
  • Mvc\Collection\Manager::isUsingImplicitObjectIds
  • Mvc\Collection\Manager::missingMethod
  • Mvc\Collection\Manager::notifyEvent
  • Mvc\Collection\Manager::setConnectionService
  • Mvc\Collection\Manager::setCustomEventsManager
  • Mvc\Collection\Manager::setDI
  • Mvc\Collection\Manager::setEventsManager
  • Mvc\Collection\Manager::setServiceName
  • Mvc\Collection\Manager::useImplicitObjectIds
  • Mvc\Collection\ManagerInterface
  • Mvc\Collection\ManagerInterface::addBehavior
  • Mvc\Collection\ManagerInterface::getConnection
  • Mvc\Collection\ManagerInterface::getCustomEventsManager
  • Mvc\Collection\ManagerInterface::getLastInitialized
  • Mvc\Collection\ManagerInterface::initialize
  • Mvc\Collection\ManagerInterface::isInitialized
  • Mvc\Collection\ManagerInterface::isUsingImplicitObjectIds
  • Mvc\Collection\ManagerInterface::notifyEvent
  • Mvc\Collection\ManagerInterface::setConnectionService
  • Mvc\Collection\ManagerInterface::setCustomEventsManager
  • Mvc\Collection\ManagerInterface::useImplicitObjectIds
  • Mvc\ControllerInterface

  • Mvc\ControllerInterface
  • Mvc\Micro

  • Mvc\Micro
  • Mvc\Micro::after
  • Mvc\Micro::afterBinding
  • Mvc\Micro::before
  • Mvc\Micro::delete
  • Mvc\Micro::error
  • Mvc\Micro::finish
  • Mvc\Micro::get
  • Mvc\Micro::getActiveHandler
  • Mvc\Micro::getBoundModels
  • Mvc\Micro::getHandlers
  • Mvc\Micro::getModelBinder
  • Mvc\Micro::getReturnedValue
  • Mvc\Micro::getRouter
  • Mvc\Micro::getService
  • Mvc\Micro::getSharedService
  • Mvc\Micro::handle
  • Mvc\Micro::hasService
  • Mvc\Micro::head
  • Mvc\Micro::map
  • Mvc\Micro::mount
  • Mvc\Micro::notFound
  • Mvc\Micro::offsetExists
  • Mvc\Micro::offsetGet
  • Mvc\Micro::offsetSet
  • Mvc\Micro::offsetUnset
  • Mvc\Micro::options
  • Mvc\Micro::patch
  • Mvc\Micro::post
  • Mvc\Micro::put
  • Mvc\Micro::setActiveHandler
  • Mvc\Micro::setDI
  • Mvc\Micro::setModelBinder
  • Mvc\Micro::setService
  • Mvc\Micro::stop
  • Mvc\Micro\Collection
  • Mvc\Micro\Collection::delete
  • Mvc\Micro\Collection::get
  • Mvc\Micro\Collection::getHandler
  • Mvc\Micro\Collection::getHandlers
  • Mvc\Micro\Collection::getPrefix
  • Mvc\Micro\Collection::head
  • Mvc\Micro\Collection::isLazy
  • Mvc\Micro\Collection::map
  • Mvc\Micro\Collection::options
  • Mvc\Micro\Collection::patch
  • Mvc\Micro\Collection::post
  • Mvc\Micro\Collection::put
  • Mvc\Micro\Collection::setHandler
  • Mvc\Micro\Collection::setLazy
  • Mvc\Micro\Collection::setPrefix
  • Mvc\Micro\CollectionInterface
  • Mvc\Micro\CollectionInterface::delete
  • Mvc\Micro\CollectionInterface::get
  • Mvc\Micro\CollectionInterface::getHandler
  • Mvc\Micro\CollectionInterface::getHandlers
  • Mvc\Micro\CollectionInterface::getPrefix
  • Mvc\Micro\CollectionInterface::head
  • Mvc\Micro\CollectionInterface::isLazy
  • Mvc\Micro\CollectionInterface::map
  • Mvc\Micro\CollectionInterface::options
  • Mvc\Micro\CollectionInterface::patch
  • Mvc\Micro\CollectionInterface::post
  • Mvc\Micro\CollectionInterface::put
  • Mvc\Micro\CollectionInterface::setHandler
  • Mvc\Micro\CollectionInterface::setLazy
  • Mvc\Micro\CollectionInterface::setPrefix
  • Mvc\Micro\Exception
  • Mvc\Micro\LazyLoader
  • Mvc\Micro\LazyLoader::callMethod
  • Mvc\Micro\LazyLoader::getDefinition
  • Mvc\Micro\LazyLoader::__call
  • Mvc\Micro\MiddlewareInterface
  • Mvc\Micro\MiddlewareInterface::call
  • Mvc\Model

  • Mvc\Model
  • Mvc\Model::addBehavior
  • Mvc\Model::appendMessage
  • Mvc\Model::assign
  • Mvc\Model::average
  • Mvc\Model::cloneResult
  • Mvc\Model::cloneResultMap
  • Mvc\Model::cloneResultMapHydrate
  • Mvc\Model::count
  • Mvc\Model::create
  • Mvc\Model::delete
  • Mvc\Model::DIRTY_STATE_DETACHED
  • Mvc\Model::DIRTY_STATE_PERSISTENT
  • Mvc\Model::DIRTY_STATE_TRANSIENT
  • Mvc\Model::dump
  • Mvc\Model::find
  • Mvc\Model::findFirst
  • Mvc\Model::fireEvent
  • Mvc\Model::fireEventCancel
  • Mvc\Model::getChangedFields
  • Mvc\Model::getDI
  • Mvc\Model::getDirtyState
  • Mvc\Model::getMessages
  • Mvc\Model::getModelsManager
  • Mvc\Model::getModelsMetaData
  • Mvc\Model::getOperationMade
  • Mvc\Model::getReadConnection
  • Mvc\Model::getReadConnectionService
  • Mvc\Model::getRelated
  • Mvc\Model::getSchema
  • Mvc\Model::getSnapshotData
  • Mvc\Model::getSource
  • Mvc\Model::getWriteConnection
  • Mvc\Model::getWriteConnectionService
  • Mvc\Model::hasChanged
  • Mvc\Model::hasSnapshotData
  • Mvc\Model::jsonSerialize
  • Mvc\Model::maximum
  • Mvc\Model::minimum
  • Mvc\Model::OP_CREATE
  • Mvc\Model::OP_DELETE
  • Mvc\Model::OP_NONE
  • Mvc\Model::OP_UPDATE
  • Mvc\Model::query
  • Mvc\Model::readAttribute
  • Mvc\Model::refresh
  • Mvc\Model::reset
  • Mvc\Model::save
  • Mvc\Model::serialize
  • Mvc\Model::setConnectionService
  • Mvc\Model::setDI
  • Mvc\Model::setDirtyState
  • Mvc\Model::setReadConnectionService
  • Mvc\Model::setSnapshotData
  • Mvc\Model::setTransaction
  • Mvc\Model::setup
  • Mvc\Model::setWriteConnectionService
  • Mvc\Model::skipOperation
  • Mvc\Model::sum
  • Mvc\Model::toArray
  • Mvc\Model::unserialize
  • Mvc\Model::update
  • Mvc\Model::validationHasFailed
  • Mvc\Model::writeAttribute
  • Mvc\Model::__call
  • Mvc\Model::__callStatic
  • Mvc\Model::__get
  • Mvc\Model::__isset
  • Mvc\Model::__set
  • Mvc\Model\Behavior
  • Mvc\Model\Behavior::missingMethod
  • Mvc\Model\Behavior::notify
  • Mvc\Model\BehaviorInterface
  • Mvc\Model\BehaviorInterface::missingMethod
  • Mvc\Model\BehaviorInterface::notify
  • Mvc\Model\Behavior\SoftDelete
  • Mvc\Model\Behavior\SoftDelete::notify
  • Mvc\Model\Behavior\Timestampable
  • Mvc\Model\Behavior\Timestampable::notify
  • Mvc\Model\Binder
  • Mvc\Model\Binder::bindToHandler
  • Mvc\Model\Binder::getBoundModels
  • Mvc\Model\Binder::getCache
  • Mvc\Model\Binder::getOriginalValues
  • Mvc\Model\Binder::setCache
  • Mvc\Model\BinderInterface
  • Mvc\Model\BinderInterface::bindToHandler
  • Mvc\Model\BinderInterface::getBoundModels
  • Mvc\Model\BinderInterface::getCache
  • Mvc\Model\BinderInterface::setCache
  • Mvc\Model\Binder\BindableInterface
  • Mvc\Model\Binder\BindableInterface::getModelName
  • Mvc\Model\Criteria
  • Mvc\Model\Criteria::addWhere
  • Mvc\Model\Criteria::andWhere
  • Mvc\Model\Criteria::betweenWhere
  • Mvc\Model\Criteria::bind
  • Mvc\Model\Criteria::bindTypes
  • Mvc\Model\Criteria::cache
  • Mvc\Model\Criteria::columns
  • Mvc\Model\Criteria::conditions
  • Mvc\Model\Criteria::distinct
  • Mvc\Model\Criteria::execute
  • Mvc\Model\Criteria::forUpdate
  • Mvc\Model\Criteria::fromInput
  • Mvc\Model\Criteria::getColumns
  • Mvc\Model\Criteria::getConditions
  • Mvc\Model\Criteria::getDI
  • Mvc\Model\Criteria::getGroupBy
  • Mvc\Model\Criteria::getHaving
  • Mvc\Model\Criteria::getLimit
  • Mvc\Model\Criteria::getModelName
  • Mvc\Model\Criteria::getOrderBy
  • Mvc\Model\Criteria::getParams
  • Mvc\Model\Criteria::getWhere
  • Mvc\Model\Criteria::groupBy
  • Mvc\Model\Criteria::having
  • Mvc\Model\Criteria::innerJoin
  • Mvc\Model\Criteria::inWhere
  • Mvc\Model\Criteria::join
  • Mvc\Model\Criteria::leftJoin
  • Mvc\Model\Criteria::limit
  • Mvc\Model\Criteria::notBetweenWhere
  • Mvc\Model\Criteria::notInWhere
  • Mvc\Model\Criteria::order
  • Mvc\Model\Criteria::orderBy
  • Mvc\Model\Criteria::orWhere
  • Mvc\Model\Criteria::rightJoin
  • Mvc\Model\Criteria::setDI
  • Mvc\Model\Criteria::setModelName
  • Mvc\Model\Criteria::sharedLock
  • Mvc\Model\Criteria::where
  • Mvc\Model\CriteriaInterface
  • Mvc\Model\CriteriaInterface::andWhere
  • Mvc\Model\CriteriaInterface::betweenWhere
  • Mvc\Model\CriteriaInterface::bind
  • Mvc\Model\CriteriaInterface::bindTypes
  • Mvc\Model\CriteriaInterface::conditions
  • Mvc\Model\CriteriaInterface::execute
  • Mvc\Model\CriteriaInterface::forUpdate
  • Mvc\Model\CriteriaInterface::getConditions
  • Mvc\Model\CriteriaInterface::getLimit
  • Mvc\Model\CriteriaInterface::getModelName
  • Mvc\Model\CriteriaInterface::getOrderBy
  • Mvc\Model\CriteriaInterface::getParams
  • Mvc\Model\CriteriaInterface::getWhere
  • Mvc\Model\CriteriaInterface::inWhere
  • Mvc\Model\CriteriaInterface::limit
  • Mvc\Model\CriteriaInterface::notBetweenWhere
  • Mvc\Model\CriteriaInterface::notInWhere
  • Mvc\Model\CriteriaInterface::orderBy
  • Mvc\Model\CriteriaInterface::orWhere
  • Mvc\Model\CriteriaInterface::setModelName
  • Mvc\Model\CriteriaInterface::sharedLock
  • Mvc\Model\CriteriaInterface::where
  • Mvc\Model\Exception
  • Mvc\Model\Manager
  • Mvc\Model\Manager::addBehavior
  • Mvc\Model\Manager::addBelongsTo
  • Mvc\Model\Manager::addHasMany
  • Mvc\Model\Manager::addHasManyToMany
  • Mvc\Model\Manager::addHasOne
  • Mvc\Model\Manager::clearReusableObjects
  • Mvc\Model\Manager::createBuilder
  • Mvc\Model\Manager::createQuery
  • Mvc\Model\Manager::executeQuery
  • Mvc\Model\Manager::existsBelongsTo
  • Mvc\Model\Manager::existsHasMany
  • Mvc\Model\Manager::existsHasManyToMany
  • Mvc\Model\Manager::existsHasOne
  • Mvc\Model\Manager::getBelongsTo
  • Mvc\Model\Manager::getBelongsToRecords
  • Mvc\Model\Manager::getCustomEventsManager
  • Mvc\Model\Manager::getDI
  • Mvc\Model\Manager::getEventsManager
  • Mvc\Model\Manager::getHasMany
  • Mvc\Model\Manager::getHasManyRecords
  • Mvc\Model\Manager::getHasManyToMany
  • Mvc\Model\Manager::getHasOne
  • Mvc\Model\Manager::getHasOneAndHasMany
  • Mvc\Model\Manager::getHasOneRecords
  • Mvc\Model\Manager::getLastInitialized
  • Mvc\Model\Manager::getLastQuery
  • Mvc\Model\Manager::getModelSchema
  • Mvc\Model\Manager::getModelSource
  • Mvc\Model\Manager::getNamespaceAlias
  • Mvc\Model\Manager::getNamespaceAliases
  • Mvc\Model\Manager::getReadConnection
  • Mvc\Model\Manager::getReadConnectionService
  • Mvc\Model\Manager::getRelationByAlias
  • Mvc\Model\Manager::getRelationRecords
  • Mvc\Model\Manager::getRelations
  • Mvc\Model\Manager::getRelationsBetween
  • Mvc\Model\Manager::getReusableRecords
  • Mvc\Model\Manager::getWriteConnection
  • Mvc\Model\Manager::getWriteConnectionService
  • Mvc\Model\Manager::initialize
  • Mvc\Model\Manager::isInitialized
  • Mvc\Model\Manager::isKeepingSnapshots
  • Mvc\Model\Manager::isUsingDynamicUpdate
  • Mvc\Model\Manager::isVisibleModelProperty
  • Mvc\Model\Manager::keepSnapshots
  • Mvc\Model\Manager::load
  • Mvc\Model\Manager::missingMethod
  • Mvc\Model\Manager::notifyEvent
  • Mvc\Model\Manager::registerNamespaceAlias
  • Mvc\Model\Manager::setConnectionService
  • Mvc\Model\Manager::setCustomEventsManager
  • Mvc\Model\Manager::setDI
  • Mvc\Model\Manager::setEventsManager
  • Mvc\Model\Manager::setModelSchema
  • Mvc\Model\Manager::setModelSource
  • Mvc\Model\Manager::setReadConnectionService
  • Mvc\Model\Manager::setReusableRecords
  • Mvc\Model\Manager::setWriteConnectionService
  • Mvc\Model\Manager::useDynamicUpdate
  • Mvc\Model\Manager::_getConnectionService
  • Mvc\Model\Manager::__destruct
  • Mvc\Model\ManagerInterface
  • Mvc\Model\ManagerInterface::addBehavior
  • Mvc\Model\ManagerInterface::addBelongsTo
  • Mvc\Model\ManagerInterface::addHasMany
  • Mvc\Model\ManagerInterface::addHasOne
  • Mvc\Model\ManagerInterface::createBuilder
  • Mvc\Model\ManagerInterface::createQuery
  • Mvc\Model\ManagerInterface::executeQuery
  • Mvc\Model\ManagerInterface::existsBelongsTo
  • Mvc\Model\ManagerInterface::existsHasMany
  • Mvc\Model\ManagerInterface::existsHasOne
  • Mvc\Model\ManagerInterface::getBelongsTo
  • Mvc\Model\ManagerInterface::getBelongsToRecords
  • Mvc\Model\ManagerInterface::getHasMany
  • Mvc\Model\ManagerInterface::getHasManyRecords
  • Mvc\Model\ManagerInterface::getHasOne
  • Mvc\Model\ManagerInterface::getHasOneAndHasMany
  • Mvc\Model\ManagerInterface::getHasOneRecords
  • Mvc\Model\ManagerInterface::getLastInitialized
  • Mvc\Model\ManagerInterface::getLastQuery
  • Mvc\Model\ManagerInterface::getModelSchema
  • Mvc\Model\ManagerInterface::getModelSource
  • Mvc\Model\ManagerInterface::getReadConnection
  • Mvc\Model\ManagerInterface::getReadConnectionService
  • Mvc\Model\ManagerInterface::getRelationByAlias
  • Mvc\Model\ManagerInterface::getRelations
  • Mvc\Model\ManagerInterface::getRelationsBetween
  • Mvc\Model\ManagerInterface::getWriteConnection
  • Mvc\Model\ManagerInterface::getWriteConnectionService
  • Mvc\Model\ManagerInterface::initialize
  • Mvc\Model\ManagerInterface::isInitialized
  • Mvc\Model\ManagerInterface::load
  • Mvc\Model\ManagerInterface::missingMethod
  • Mvc\Model\ManagerInterface::notifyEvent
  • Mvc\Model\ManagerInterface::setConnectionService
  • Mvc\Model\ManagerInterface::setModelSchema
  • Mvc\Model\ManagerInterface::setModelSource
  • Mvc\Model\ManagerInterface::setReadConnectionService
  • Mvc\Model\ManagerInterface::setWriteConnectionService
  • Mvc\Model\Message
  • Mvc\Model\Message::getCode
  • Mvc\Model\Message::getField
  • Mvc\Model\Message::getMessage
  • Mvc\Model\Message::getModel
  • Mvc\Model\Message::getType
  • Mvc\Model\Message::setCode
  • Mvc\Model\Message::setField
  • Mvc\Model\Message::setMessage
  • Mvc\Model\Message::setModel
  • Mvc\Model\Message::setType
  • Mvc\Model\Message::__set_state
  • Mvc\Model\MessageInterface
  • Mvc\Model\MessageInterface::getField
  • Mvc\Model\MessageInterface::getMessage
  • Mvc\Model\MessageInterface::getType
  • Mvc\Model\MessageInterface::setField
  • Mvc\Model\MessageInterface::setMessage
  • Mvc\Model\MessageInterface::setType
  • Mvc\Model\MessageInterface::__set_state
  • Mvc\Model\MetaData
  • Mvc\Model\MetaData::getAttributes
  • Mvc\Model\MetaData::getAutomaticCreateAttributes
  • Mvc\Model\MetaData::getAutomaticUpdateAttributes
  • Mvc\Model\MetaData::getBindTypes
  • Mvc\Model\MetaData::getColumnMap
  • Mvc\Model\MetaData::getDataTypes
  • Mvc\Model\MetaData::getDataTypesNumeric
  • Mvc\Model\MetaData::getDefaultValues
  • Mvc\Model\MetaData::getDI
  • Mvc\Model\MetaData::getEmptyStringAttributes
  • Mvc\Model\MetaData::getIdentityField
  • Mvc\Model\MetaData::getNonPrimaryKeyAttributes
  • Mvc\Model\MetaData::getNotNullAttributes
  • Mvc\Model\MetaData::getPrimaryKeyAttributes
  • Mvc\Model\MetaData::getReverseColumnMap
  • Mvc\Model\MetaData::getStrategy
  • Mvc\Model\MetaData::hasAttribute
  • Mvc\Model\MetaData::isEmpty
  • Mvc\Model\MetaData::MODELS_ATTRIBUTES
  • Mvc\Model\MetaData::MODELS_AUTOMATIC_DEFAULT_INSERT
  • Mvc\Model\MetaData::MODELS_AUTOMATIC_DEFAULT_UPDATE
  • Mvc\Model\MetaData::MODELS_COLUMN_MAP
  • Mvc\Model\MetaData::MODELS_DATA_TYPES
  • Mvc\Model\MetaData::MODELS_DATA_TYPES_BIND
  • Mvc\Model\MetaData::MODELS_DATA_TYPES_NUMERIC
  • Mvc\Model\MetaData::MODELS_DATE_AT
  • Mvc\Model\MetaData::MODELS_DATE_IN
  • Mvc\Model\MetaData::MODELS_DEFAULT_VALUES
  • Mvc\Model\MetaData::MODELS_EMPTY_STRING_VALUES
  • Mvc\Model\MetaData::MODELS_IDENTITY_COLUMN
  • Mvc\Model\MetaData::MODELS_NON_PRIMARY_KEY
  • Mvc\Model\MetaData::MODELS_NOT_NULL
  • Mvc\Model\MetaData::MODELS_PRIMARY_KEY
  • Mvc\Model\MetaData::MODELS_REVERSE_COLUMN_MAP
  • Mvc\Model\MetaData::readColumnMap
  • Mvc\Model\MetaData::readColumnMapIndex
  • Mvc\Model\MetaData::readMetaData
  • Mvc\Model\MetaData::readMetaDataIndex
  • Mvc\Model\MetaData::reset
  • Mvc\Model\MetaData::setAutomaticCreateAttributes
  • Mvc\Model\MetaData::setAutomaticUpdateAttributes
  • Mvc\Model\MetaData::setDI
  • Mvc\Model\MetaData::setEmptyStringAttributes
  • Mvc\Model\MetaData::setStrategy
  • Mvc\Model\MetaData::writeMetaDataIndex
  • Mvc\Model\MetaDataInterface
  • Mvc\Model\MetaDataInterface::getAttributes
  • Mvc\Model\MetaDataInterface::getAutomaticCreateAttributes
  • Mvc\Model\MetaDataInterface::getAutomaticUpdateAttributes
  • Mvc\Model\MetaDataInterface::getBindTypes
  • Mvc\Model\MetaDataInterface::getColumnMap
  • Mvc\Model\MetaDataInterface::getDataTypes
  • Mvc\Model\MetaDataInterface::getDataTypesNumeric
  • Mvc\Model\MetaDataInterface::getDefaultValues
  • Mvc\Model\MetaDataInterface::getEmptyStringAttributes
  • Mvc\Model\MetaDataInterface::getIdentityField
  • Mvc\Model\MetaDataInterface::getNonPrimaryKeyAttributes
  • Mvc\Model\MetaDataInterface::getNotNullAttributes
  • Mvc\Model\MetaDataInterface::getPrimaryKeyAttributes
  • Mvc\Model\MetaDataInterface::getReverseColumnMap
  • Mvc\Model\MetaDataInterface::getStrategy
  • Mvc\Model\MetaDataInterface::hasAttribute
  • Mvc\Model\MetaDataInterface::isEmpty
  • Mvc\Model\MetaDataInterface::read
  • Mvc\Model\MetaDataInterface::readColumnMap
  • Mvc\Model\MetaDataInterface::readColumnMapIndex
  • Mvc\Model\MetaDataInterface::readMetaData
  • Mvc\Model\MetaDataInterface::readMetaDataIndex
  • Mvc\Model\MetaDataInterface::reset
  • Mvc\Model\MetaDataInterface::setAutomaticCreateAttributes
  • Mvc\Model\MetaDataInterface::setAutomaticUpdateAttributes
  • Mvc\Model\MetaDataInterface::setEmptyStringAttributes
  • Mvc\Model\MetaDataInterface::setStrategy
  • Mvc\Model\MetaDataInterface::write
  • Mvc\Model\MetaDataInterface::writeMetaDataIndex
  • Mvc\Model\MetaData\Apc
  • Mvc\Model\MetaData\Apc::MODELS_ATTRIBUTES
  • Mvc\Model\MetaData\Apc::MODELS_AUTOMATIC_DEFAULT_INSERT
  • Mvc\Model\MetaData\Apc::MODELS_AUTOMATIC_DEFAULT_UPDATE
  • Mvc\Model\MetaData\Apc::MODELS_COLUMN_MAP
  • Mvc\Model\MetaData\Apc::MODELS_DATA_TYPES
  • Mvc\Model\MetaData\Apc::MODELS_DATA_TYPES_BIND
  • Mvc\Model\MetaData\Apc::MODELS_DATA_TYPES_NUMERIC
  • Mvc\Model\MetaData\Apc::MODELS_DATE_AT
  • Mvc\Model\MetaData\Apc::MODELS_DATE_IN
  • Mvc\Model\MetaData\Apc::MODELS_DEFAULT_VALUES
  • Mvc\Model\MetaData\Apc::MODELS_EMPTY_STRING_VALUES
  • Mvc\Model\MetaData\Apc::MODELS_IDENTITY_COLUMN
  • Mvc\Model\MetaData\Apc::MODELS_NON_PRIMARY_KEY
  • Mvc\Model\MetaData\Apc::MODELS_NOT_NULL
  • Mvc\Model\MetaData\Apc::MODELS_PRIMARY_KEY
  • Mvc\Model\MetaData\Apc::MODELS_REVERSE_COLUMN_MAP
  • Mvc\Model\MetaData\Apc::read
  • Mvc\Model\MetaData\Apc::write
  • Mvc\Model\MetaData\Files
  • Mvc\Model\MetaData\Files::MODELS_ATTRIBUTES
  • Mvc\Model\MetaData\Files::MODELS_AUTOMATIC_DEFAULT_INSERT
  • Mvc\Model\MetaData\Files::MODELS_AUTOMATIC_DEFAULT_UPDATE
  • Mvc\Model\MetaData\Files::MODELS_COLUMN_MAP
  • Mvc\Model\MetaData\Files::MODELS_DATA_TYPES
  • Mvc\Model\MetaData\Files::MODELS_DATA_TYPES_BIND
  • Mvc\Model\MetaData\Files::MODELS_DATA_TYPES_NUMERIC
  • Mvc\Model\MetaData\Files::MODELS_DATE_AT
  • Mvc\Model\MetaData\Files::MODELS_DATE_IN
  • Mvc\Model\MetaData\Files::MODELS_DEFAULT_VALUES
  • Mvc\Model\MetaData\Files::MODELS_EMPTY_STRING_VALUES
  • Mvc\Model\MetaData\Files::MODELS_IDENTITY_COLUMN
  • Mvc\Model\MetaData\Files::MODELS_NON_PRIMARY_KEY
  • Mvc\Model\MetaData\Files::MODELS_NOT_NULL
  • Mvc\Model\MetaData\Files::MODELS_PRIMARY_KEY
  • Mvc\Model\MetaData\Files::MODELS_REVERSE_COLUMN_MAP
  • Mvc\Model\MetaData\Files::read
  • Mvc\Model\MetaData\Files::write
  • Mvc\Model\MetaData\Libmemcached
  • Mvc\Model\MetaData\Libmemcached::MODELS_ATTRIBUTES
  • Mvc\Model\MetaData\Libmemcached::MODELS_AUTOMATIC_DEFAULT_INSERT
  • Mvc\Model\MetaData\Libmemcached::MODELS_AUTOMATIC_DEFAULT_UPDATE
  • Mvc\Model\MetaData\Libmemcached::MODELS_COLUMN_MAP
  • Mvc\Model\MetaData\Libmemcached::MODELS_DATA_TYPES
  • Mvc\Model\MetaData\Libmemcached::MODELS_DATA_TYPES_BIND
  • Mvc\Model\MetaData\Libmemcached::MODELS_DATA_TYPES_NUMERIC
  • Mvc\Model\MetaData\Libmemcached::MODELS_DATE_AT
  • Mvc\Model\MetaData\Libmemcached::MODELS_DATE_IN
  • Mvc\Model\MetaData\Libmemcached::MODELS_DEFAULT_VALUES
  • Mvc\Model\MetaData\Libmemcached::MODELS_EMPTY_STRING_VALUES
  • Mvc\Model\MetaData\Libmemcached::MODELS_IDENTITY_COLUMN
  • Mvc\Model\MetaData\Libmemcached::MODELS_NON_PRIMARY_KEY
  • Mvc\Model\MetaData\Libmemcached::MODELS_NOT_NULL
  • Mvc\Model\MetaData\Libmemcached::MODELS_PRIMARY_KEY
  • Mvc\Model\MetaData\Libmemcached::MODELS_REVERSE_COLUMN_MAP
  • Mvc\Model\MetaData\Libmemcached::read
  • Mvc\Model\MetaData\Libmemcached::reset
  • Mvc\Model\MetaData\Libmemcached::write
  • Mvc\Model\MetaData\Memcache
  • Mvc\Model\MetaData\Memcache::MODELS_ATTRIBUTES
  • Mvc\Model\MetaData\Memcache::MODELS_AUTOMATIC_DEFAULT_INSERT
  • Mvc\Model\MetaData\Memcache::MODELS_AUTOMATIC_DEFAULT_UPDATE
  • Mvc\Model\MetaData\Memcache::MODELS_COLUMN_MAP
  • Mvc\Model\MetaData\Memcache::MODELS_DATA_TYPES
  • Mvc\Model\MetaData\Memcache::MODELS_DATA_TYPES_BIND
  • Mvc\Model\MetaData\Memcache::MODELS_DATA_TYPES_NUMERIC
  • Mvc\Model\MetaData\Memcache::MODELS_DATE_AT
  • Mvc\Model\MetaData\Memcache::MODELS_DATE_IN
  • Mvc\Model\MetaData\Memcache::MODELS_DEFAULT_VALUES
  • Mvc\Model\MetaData\Memcache::MODELS_EMPTY_STRING_VALUES
  • Mvc\Model\MetaData\Memcache::MODELS_IDENTITY_COLUMN
  • Mvc\Model\MetaData\Memcache::MODELS_NON_PRIMARY_KEY
  • Mvc\Model\MetaData\Memcache::MODELS_NOT_NULL
  • Mvc\Model\MetaData\Memcache::MODELS_PRIMARY_KEY
  • Mvc\Model\MetaData\Memcache::MODELS_REVERSE_COLUMN_MAP
  • Mvc\Model\MetaData\Memcache::read
  • Mvc\Model\MetaData\Memcache::reset
  • Mvc\Model\MetaData\Memcache::write
  • Mvc\Model\MetaData\Memory
  • Mvc\Model\MetaData\Memory::MODELS_ATTRIBUTES
  • Mvc\Model\MetaData\Memory::MODELS_AUTOMATIC_DEFAULT_INSERT
  • Mvc\Model\MetaData\Memory::MODELS_AUTOMATIC_DEFAULT_UPDATE
  • Mvc\Model\MetaData\Memory::MODELS_COLUMN_MAP
  • Mvc\Model\MetaData\Memory::MODELS_DATA_TYPES
  • Mvc\Model\MetaData\Memory::MODELS_DATA_TYPES_BIND
  • Mvc\Model\MetaData\Memory::MODELS_DATA_TYPES_NUMERIC
  • Mvc\Model\MetaData\Memory::MODELS_DATE_AT
  • Mvc\Model\MetaData\Memory::MODELS_DATE_IN
  • Mvc\Model\MetaData\Memory::MODELS_DEFAULT_VALUES
  • Mvc\Model\MetaData\Memory::MODELS_EMPTY_STRING_VALUES
  • Mvc\Model\MetaData\Memory::MODELS_IDENTITY_COLUMN
  • Mvc\Model\MetaData\Memory::MODELS_NON_PRIMARY_KEY
  • Mvc\Model\MetaData\Memory::MODELS_NOT_NULL
  • Mvc\Model\MetaData\Memory::MODELS_PRIMARY_KEY
  • Mvc\Model\MetaData\Memory::MODELS_REVERSE_COLUMN_MAP
  • Mvc\Model\MetaData\Memory::read
  • Mvc\Model\MetaData\Memory::write
  • Mvc\Model\MetaData\Redis
  • Mvc\Model\MetaData\Redis::MODELS_ATTRIBUTES
  • Mvc\Model\MetaData\Redis::MODELS_AUTOMATIC_DEFAULT_INSERT
  • Mvc\Model\MetaData\Redis::MODELS_AUTOMATIC_DEFAULT_UPDATE
  • Mvc\Model\MetaData\Redis::MODELS_COLUMN_MAP
  • Mvc\Model\MetaData\Redis::MODELS_DATA_TYPES
  • Mvc\Model\MetaData\Redis::MODELS_DATA_TYPES_BIND
  • Mvc\Model\MetaData\Redis::MODELS_DATA_TYPES_NUMERIC
  • Mvc\Model\MetaData\Redis::MODELS_DATE_AT
  • Mvc\Model\MetaData\Redis::MODELS_DATE_IN
  • Mvc\Model\MetaData\Redis::MODELS_DEFAULT_VALUES
  • Mvc\Model\MetaData\Redis::MODELS_EMPTY_STRING_VALUES
  • Mvc\Model\MetaData\Redis::MODELS_IDENTITY_COLUMN
  • Mvc\Model\MetaData\Redis::MODELS_NON_PRIMARY_KEY
  • Mvc\Model\MetaData\Redis::MODELS_NOT_NULL
  • Mvc\Model\MetaData\Redis::MODELS_PRIMARY_KEY
  • Mvc\Model\MetaData\Redis::MODELS_REVERSE_COLUMN_MAP
  • Mvc\Model\MetaData\Redis::read
  • Mvc\Model\MetaData\Redis::reset
  • Mvc\Model\MetaData\Redis::write
  • Mvc\Model\MetaData\Session
  • Mvc\Model\MetaData\Session::MODELS_ATTRIBUTES
  • Mvc\Model\MetaData\Session::MODELS_AUTOMATIC_DEFAULT_INSERT
  • Mvc\Model\MetaData\Session::MODELS_AUTOMATIC_DEFAULT_UPDATE
  • Mvc\Model\MetaData\Session::MODELS_COLUMN_MAP
  • Mvc\Model\MetaData\Session::MODELS_DATA_TYPES
  • Mvc\Model\MetaData\Session::MODELS_DATA_TYPES_BIND
  • Mvc\Model\MetaData\Session::MODELS_DATA_TYPES_NUMERIC
  • Mvc\Model\MetaData\Session::MODELS_DATE_AT
  • Mvc\Model\MetaData\Session::MODELS_DATE_IN
  • Mvc\Model\MetaData\Session::MODELS_DEFAULT_VALUES
  • Mvc\Model\MetaData\Session::MODELS_EMPTY_STRING_VALUES
  • Mvc\Model\MetaData\Session::MODELS_IDENTITY_COLUMN
  • Mvc\Model\MetaData\Session::MODELS_NON_PRIMARY_KEY
  • Mvc\Model\MetaData\Session::MODELS_NOT_NULL
  • Mvc\Model\MetaData\Session::MODELS_PRIMARY_KEY
  • Mvc\Model\MetaData\Session::MODELS_REVERSE_COLUMN_MAP
  • Mvc\Model\MetaData\Session::read
  • Mvc\Model\MetaData\Session::write
  • Mvc\Model\MetaData\StrategyInterface
  • Mvc\Model\MetaData\StrategyInterface::getColumnMaps
  • Mvc\Model\MetaData\StrategyInterface::getMetaData
  • Mvc\Model\MetaData\Strategy\Annotations
  • Mvc\Model\MetaData\Strategy\Annotations::getColumnMaps
  • Mvc\Model\MetaData\Strategy\Annotations::getMetaData
  • Mvc\Model\MetaData\Strategy\Introspection
  • Mvc\Model\MetaData\Strategy\Introspection::getColumnMaps
  • Mvc\Model\MetaData\Strategy\Introspection::getMetaData
  • Mvc\Model\MetaData\Xcache
  • Mvc\Model\MetaData\Xcache::MODELS_ATTRIBUTES
  • Mvc\Model\MetaData\Xcache::MODELS_AUTOMATIC_DEFAULT_INSERT
  • Mvc\Model\MetaData\Xcache::MODELS_AUTOMATIC_DEFAULT_UPDATE
  • Mvc\Model\MetaData\Xcache::MODELS_COLUMN_MAP
  • Mvc\Model\MetaData\Xcache::MODELS_DATA_TYPES
  • Mvc\Model\MetaData\Xcache::MODELS_DATA_TYPES_BIND
  • Mvc\Model\MetaData\Xcache::MODELS_DATA_TYPES_NUMERIC
  • Mvc\Model\MetaData\Xcache::MODELS_DATE_AT
  • Mvc\Model\MetaData\Xcache::MODELS_DATE_IN
  • Mvc\Model\MetaData\Xcache::MODELS_DEFAULT_VALUES
  • Mvc\Model\MetaData\Xcache::MODELS_EMPTY_STRING_VALUES
  • Mvc\Model\MetaData\Xcache::MODELS_IDENTITY_COLUMN
  • Mvc\Model\MetaData\Xcache::MODELS_NON_PRIMARY_KEY
  • Mvc\Model\MetaData\Xcache::MODELS_NOT_NULL
  • Mvc\Model\MetaData\Xcache::MODELS_PRIMARY_KEY
  • Mvc\Model\MetaData\Xcache::MODELS_REVERSE_COLUMN_MAP
  • Mvc\Model\MetaData\Xcache::read
  • Mvc\Model\MetaData\Xcache::write
  • Mvc\Model\Query
  • Mvc\Model\Query::cache
  • Mvc\Model\Query::clean
  • Mvc\Model\Query::execute
  • Mvc\Model\Query::getBindParams
  • Mvc\Model\Query::getBindTypes
  • Mvc\Model\Query::getCache
  • Mvc\Model\Query::getCacheOptions
  • Mvc\Model\Query::getDI
  • Mvc\Model\Query::getIntermediate
  • Mvc\Model\Query::getSingleResult
  • Mvc\Model\Query::getSql
  • Mvc\Model\Query::getType
  • Mvc\Model\Query::getUniqueRow
  • Mvc\Model\Query::parse
  • Mvc\Model\Query::setBindParams
  • Mvc\Model\Query::setBindTypes
  • Mvc\Model\Query::setDI
  • Mvc\Model\Query::setIntermediate
  • Mvc\Model\Query::setSharedLock
  • Mvc\Model\Query::setType
  • Mvc\Model\Query::setUniqueRow
  • Mvc\Model\Query::TYPE_DELETE
  • Mvc\Model\Query::TYPE_INSERT
  • Mvc\Model\Query::TYPE_SELECT
  • Mvc\Model\Query::TYPE_UPDATE
  • Mvc\Model\QueryInterface
  • Mvc\Model\QueryInterface::cache
  • Mvc\Model\QueryInterface::execute
  • Mvc\Model\QueryInterface::getCacheOptions
  • Mvc\Model\QueryInterface::getUniqueRow
  • Mvc\Model\QueryInterface::parse
  • Mvc\Model\QueryInterface::setUniqueRow
  • Mvc\Model\Query\Builder
  • Mvc\Model\Query\Builder::addFrom
  • Mvc\Model\Query\Builder::andWhere
  • Mvc\Model\Query\Builder::autoescape
  • Mvc\Model\Query\Builder::betweenWhere
  • Mvc\Model\Query\Builder::columns
  • Mvc\Model\Query\Builder::distinct
  • Mvc\Model\Query\Builder::forUpdate
  • Mvc\Model\Query\Builder::from
  • Mvc\Model\Query\Builder::getColumns
  • Mvc\Model\Query\Builder::getDI
  • Mvc\Model\Query\Builder::getDistinct
  • Mvc\Model\Query\Builder::getFrom
  • Mvc\Model\Query\Builder::getGroupBy
  • Mvc\Model\Query\Builder::getHaving
  • Mvc\Model\Query\Builder::getJoins
  • Mvc\Model\Query\Builder::getLimit
  • Mvc\Model\Query\Builder::getOffset
  • Mvc\Model\Query\Builder::getOrderBy
  • Mvc\Model\Query\Builder::getPhql
  • Mvc\Model\Query\Builder::getQuery
  • Mvc\Model\Query\Builder::getWhere
  • Mvc\Model\Query\Builder::groupBy
  • Mvc\Model\Query\Builder::having
  • Mvc\Model\Query\Builder::innerJoin
  • Mvc\Model\Query\Builder::inWhere
  • Mvc\Model\Query\Builder::join
  • Mvc\Model\Query\Builder::leftJoin
  • Mvc\Model\Query\Builder::limit
  • Mvc\Model\Query\Builder::notBetweenWhere
  • Mvc\Model\Query\Builder::notInWhere
  • Mvc\Model\Query\Builder::offset
  • Mvc\Model\Query\Builder::OPERATOR_AND
  • Mvc\Model\Query\Builder::OPERATOR_OR
  • Mvc\Model\Query\Builder::orderBy
  • Mvc\Model\Query\Builder::orWhere
  • Mvc\Model\Query\Builder::rightJoin
  • Mvc\Model\Query\Builder::setDI
  • Mvc\Model\Query\Builder::where
  • Mvc\Model\Query\BuilderInterface
  • Mvc\Model\Query\BuilderInterface::addFrom
  • Mvc\Model\Query\BuilderInterface::andWhere
  • Mvc\Model\Query\BuilderInterface::betweenWhere
  • Mvc\Model\Query\BuilderInterface::columns
  • Mvc\Model\Query\BuilderInterface::from
  • Mvc\Model\Query\BuilderInterface::getColumns
  • Mvc\Model\Query\BuilderInterface::getFrom
  • Mvc\Model\Query\BuilderInterface::getGroupBy
  • Mvc\Model\Query\BuilderInterface::getHaving
  • Mvc\Model\Query\BuilderInterface::getJoins
  • Mvc\Model\Query\BuilderInterface::getLimit
  • Mvc\Model\Query\BuilderInterface::getOrderBy
  • Mvc\Model\Query\BuilderInterface::getPhql
  • Mvc\Model\Query\BuilderInterface::getQuery
  • Mvc\Model\Query\BuilderInterface::getWhere
  • Mvc\Model\Query\BuilderInterface::groupBy
  • Mvc\Model\Query\BuilderInterface::having
  • Mvc\Model\Query\BuilderInterface::innerJoin
  • Mvc\Model\Query\BuilderInterface::inWhere
  • Mvc\Model\Query\BuilderInterface::join
  • Mvc\Model\Query\BuilderInterface::leftJoin
  • Mvc\Model\Query\BuilderInterface::limit
  • Mvc\Model\Query\BuilderInterface::notBetweenWhere
  • Mvc\Model\Query\BuilderInterface::notInWhere
  • Mvc\Model\Query\BuilderInterface::OPERATOR_AND
  • Mvc\Model\Query\BuilderInterface::OPERATOR_OR
  • Mvc\Model\Query\BuilderInterface::orderBy
  • Mvc\Model\Query\BuilderInterface::orWhere
  • Mvc\Model\Query\BuilderInterface::rightJoin
  • Mvc\Model\Query\BuilderInterface::where
  • Mvc\Model\Query\Lang
  • Mvc\Model\Query\Lang::parsePHQL
  • Mvc\Model\Query\Status
  • Mvc\Model\Query\Status::getMessages
  • Mvc\Model\Query\Status::getModel
  • Mvc\Model\Query\Status::success
  • Mvc\Model\Query\StatusInterface
  • Mvc\Model\Query\StatusInterface::getMessages
  • Mvc\Model\Query\StatusInterface::getModel
  • Mvc\Model\Query\StatusInterface::success
  • Mvc\Model\Relation
  • Mvc\Model\Relation::ACTION_CASCADE
  • Mvc\Model\Relation::ACTION_RESTRICT
  • Mvc\Model\Relation::BELONGS_TO
  • Mvc\Model\Relation::getFields
  • Mvc\Model\Relation::getForeignKey
  • Mvc\Model\Relation::getIntermediateFields
  • Mvc\Model\Relation::getIntermediateModel
  • Mvc\Model\Relation::getIntermediateReferencedFields
  • Mvc\Model\Relation::getOption
  • Mvc\Model\Relation::getOptions
  • Mvc\Model\Relation::getParams
  • Mvc\Model\Relation::getReferencedFields
  • Mvc\Model\Relation::getReferencedModel
  • Mvc\Model\Relation::getType
  • Mvc\Model\Relation::HAS_MANY
  • Mvc\Model\Relation::HAS_MANY_THROUGH
  • Mvc\Model\Relation::HAS_ONE
  • Mvc\Model\Relation::HAS_ONE_THROUGH
  • Mvc\Model\Relation::isForeignKey
  • Mvc\Model\Relation::isReusable
  • Mvc\Model\Relation::isThrough
  • Mvc\Model\Relation::NO_ACTION
  • Mvc\Model\Relation::setIntermediateRelation
  • Mvc\Model\RelationInterface
  • Mvc\Model\RelationInterface::getFields
  • Mvc\Model\RelationInterface::getForeignKey
  • Mvc\Model\RelationInterface::getIntermediateFields
  • Mvc\Model\RelationInterface::getIntermediateModel
  • Mvc\Model\RelationInterface::getIntermediateReferencedFields
  • Mvc\Model\RelationInterface::getOption
  • Mvc\Model\RelationInterface::getOptions
  • Mvc\Model\RelationInterface::getReferencedFields
  • Mvc\Model\RelationInterface::getReferencedModel
  • Mvc\Model\RelationInterface::getType
  • Mvc\Model\RelationInterface::isForeignKey
  • Mvc\Model\RelationInterface::isReusable
  • Mvc\Model\RelationInterface::isThrough
  • Mvc\Model\RelationInterface::setIntermediateRelation
  • Mvc\Model\ResultInterface
  • Mvc\Model\ResultInterface::setDirtyState
  • Mvc\Model\Resultset
  • Mvc\Model\Resultset::count
  • Mvc\Model\Resultset::delete
  • Mvc\Model\Resultset::filter
  • Mvc\Model\Resultset::getCache
  • Mvc\Model\Resultset::getFirst
  • Mvc\Model\Resultset::getHydrateMode
  • Mvc\Model\Resultset::getLast
  • Mvc\Model\Resultset::getMessages
  • Mvc\Model\Resultset::getType
  • Mvc\Model\Resultset::HYDRATE_ARRAYS
  • Mvc\Model\Resultset::HYDRATE_OBJECTS
  • Mvc\Model\Resultset::HYDRATE_RECORDS
  • Mvc\Model\Resultset::isFresh
  • Mvc\Model\Resultset::jsonSerialize
  • Mvc\Model\Resultset::key
  • Mvc\Model\Resultset::next
  • Mvc\Model\Resultset::offsetExists
  • Mvc\Model\Resultset::offsetGet
  • Mvc\Model\Resultset::offsetSet
  • Mvc\Model\Resultset::offsetUnset
  • Mvc\Model\Resultset::rewind
  • Mvc\Model\Resultset::seek
  • Mvc\Model\Resultset::setHydrateMode
  • Mvc\Model\Resultset::setIsFresh
  • Mvc\Model\Resultset::TYPE_RESULT_FULL
  • Mvc\Model\Resultset::TYPE_RESULT_PARTIAL
  • Mvc\Model\Resultset::update
  • Mvc\Model\Resultset::valid
  • Mvc\Model\ResultsetInterface
  • Mvc\Model\ResultsetInterface::getCache
  • Mvc\Model\ResultsetInterface::getFirst
  • Mvc\Model\ResultsetInterface::getLast
  • Mvc\Model\ResultsetInterface::getType
  • Mvc\Model\ResultsetInterface::isFresh
  • Mvc\Model\ResultsetInterface::setIsFresh
  • Mvc\Model\ResultsetInterface::toArray
  • Mvc\Model\Resultset\Complex
  • Mvc\Model\Resultset\Complex::current
  • Mvc\Model\Resultset\Complex::HYDRATE_ARRAYS
  • Mvc\Model\Resultset\Complex::HYDRATE_OBJECTS
  • Mvc\Model\Resultset\Complex::HYDRATE_RECORDS
  • Mvc\Model\Resultset\Complex::serialize
  • Mvc\Model\Resultset\Complex::toArray
  • Mvc\Model\Resultset\Complex::TYPE_RESULT_FULL
  • Mvc\Model\Resultset\Complex::TYPE_RESULT_PARTIAL
  • Mvc\Model\Resultset\Complex::unserialize
  • Mvc\Model\Resultset\Simple
  • Mvc\Model\Resultset\Simple::current
  • Mvc\Model\Resultset\Simple::HYDRATE_ARRAYS
  • Mvc\Model\Resultset\Simple::HYDRATE_OBJECTS
  • Mvc\Model\Resultset\Simple::HYDRATE_RECORDS
  • Mvc\Model\Resultset\Simple::serialize
  • Mvc\Model\Resultset\Simple::toArray
  • Mvc\Model\Resultset\Simple::TYPE_RESULT_FULL
  • Mvc\Model\Resultset\Simple::TYPE_RESULT_PARTIAL
  • Mvc\Model\Resultset\Simple::unserialize
  • Mvc\Model\Row
  • Mvc\Model\Row::jsonSerialize
  • Mvc\Model\Row::offsetExists
  • Mvc\Model\Row::offsetGet
  • Mvc\Model\Row::offsetSet
  • Mvc\Model\Row::offsetUnset
  • Mvc\Model\Row::readAttribute
  • Mvc\Model\Row::setDirtyState
  • Mvc\Model\Row::toArray
  • Mvc\Model\Row::writeAttribute
  • Mvc\Model\Transaction
  • Mvc\Model\Transaction::begin
  • Mvc\Model\Transaction::commit
  • Mvc\Model\Transaction::getConnection
  • Mvc\Model\Transaction::getMessages
  • Mvc\Model\Transaction::isManaged
  • Mvc\Model\Transaction::isValid
  • Mvc\Model\Transaction::rollback
  • Mvc\Model\Transaction::setIsNewTransaction
  • Mvc\Model\Transaction::setRollbackedRecord
  • Mvc\Model\Transaction::setRollbackOnAbort
  • Mvc\Model\Transaction::setTransactionManager
  • Mvc\Model\TransactionInterface
  • Mvc\Model\TransactionInterface::begin
  • Mvc\Model\TransactionInterface::commit
  • Mvc\Model\TransactionInterface::getConnection
  • Mvc\Model\TransactionInterface::getMessages
  • Mvc\Model\TransactionInterface::isManaged
  • Mvc\Model\TransactionInterface::isValid
  • Mvc\Model\TransactionInterface::rollback
  • Mvc\Model\TransactionInterface::setIsNewTransaction
  • Mvc\Model\TransactionInterface::setRollbackedRecord
  • Mvc\Model\TransactionInterface::setRollbackOnAbort
  • Mvc\Model\TransactionInterface::setTransactionManager
  • Mvc\Model\Transaction\Exception
  • Mvc\Model\Transaction\Failed
  • Mvc\Model\Transaction\Failed::getRecord
  • Mvc\Model\Transaction\Failed::getRecordMessages
  • Mvc\Model\Transaction\Manager
  • Mvc\Model\Transaction\Manager::collectTransactions
  • Mvc\Model\Transaction\Manager::commit
  • Mvc\Model\Transaction\Manager::get
  • Mvc\Model\Transaction\Manager::getDbService
  • Mvc\Model\Transaction\Manager::getDI
  • Mvc\Model\Transaction\Manager::getOrCreateTransaction
  • Mvc\Model\Transaction\Manager::getRollbackPendent
  • Mvc\Model\Transaction\Manager::has
  • Mvc\Model\Transaction\Manager::notifyCommit
  • Mvc\Model\Transaction\Manager::notifyRollback
  • Mvc\Model\Transaction\Manager::rollback
  • Mvc\Model\Transaction\Manager::rollbackPendent
  • Mvc\Model\Transaction\Manager::setDbService
  • Mvc\Model\Transaction\Manager::setDI
  • Mvc\Model\Transaction\Manager::setRollbackPendent
  • Mvc\Model\Transaction\ManagerInterface
  • Mvc\Model\Transaction\ManagerInterface::collectTransactions
  • Mvc\Model\Transaction\ManagerInterface::commit
  • Mvc\Model\Transaction\ManagerInterface::get
  • Mvc\Model\Transaction\ManagerInterface::has
  • Mvc\Model\Transaction\ManagerInterface::notifyCommit
  • Mvc\Model\Transaction\ManagerInterface::notifyRollback
  • Mvc\Model\Transaction\ManagerInterface::rollback
  • Mvc\Model\Transaction\ManagerInterface::rollbackPendent
  • Mvc\Model\ValidationFailed
  • Mvc\Model\ValidationFailed::getMessages
  • Mvc\Model\ValidationFailed::getModel
  • Mvc\Model\Validator
  • Mvc\Model\Validator::getMessages
  • Mvc\Model\Validator::getOption
  • Mvc\Model\Validator::getOptions
  • Mvc\Model\Validator::isSetOption
  • Mvc\Model\ValidatorInterface
  • Mvc\Model\ValidatorInterface::getMessages
  • Mvc\Model\ValidatorInterface::validate
  • Mvc\Model\Validator\Email
  • Mvc\Model\Validator\Email::validate
  • Mvc\Model\Validator\Exclusionin
  • Mvc\Model\Validator\Exclusionin::validate
  • Mvc\Model\Validator\Inclusionin
  • Mvc\Model\Validator\Inclusionin::validate
  • Mvc\Model\Validator\Ip
  • Mvc\Model\Validator\Ip::validate
  • Mvc\Model\Validator\Ip::VERSION_4
  • Mvc\Model\Validator\Ip::VERSION_6
  • Mvc\Model\Validator\Numericality
  • Mvc\Model\Validator\Numericality::validate
  • Mvc\Model\Validator\PresenceOf
  • Mvc\Model\Validator\PresenceOf::validate
  • Mvc\Model\Validator\Regex
  • Mvc\Model\Validator\Regex::validate
  • Mvc\Model\Validator\StringLength
  • Mvc\Model\Validator\StringLength::validate
  • Mvc\Model\Validator\Uniqueness
  • Mvc\Model\Validator\Uniqueness::validate
  • Mvc\Model\Validator\Url
  • Mvc\Model\Validator\Url::validate
  • Mvc\Router

  • Mvc\Router
  • Mvc\Router::add
  • Mvc\Router::addConnect
  • Mvc\Router::addDelete
  • Mvc\Router::addGet
  • Mvc\Router::addHead
  • Mvc\Router::addOptions
  • Mvc\Router::addPatch
  • Mvc\Router::addPost
  • Mvc\Router::addPurge
  • Mvc\Router::addPut
  • Mvc\Router::addTrace
  • Mvc\Router::clear
  • Mvc\Router::getActionName
  • Mvc\Router::getControllerName
  • Mvc\Router::getDefaults
  • Mvc\Router::getDI
  • Mvc\Router::getEventsManager
  • Mvc\Router::getMatchedRoute
  • Mvc\Router::getMatches
  • Mvc\Router::getModuleName
  • Mvc\Router::getNamespaceName
  • Mvc\Router::getParams
  • Mvc\Router::getRewriteUri
  • Mvc\Router::getRouteById
  • Mvc\Router::getRouteByName
  • Mvc\Router::getRoutes
  • Mvc\Router::handle
  • Mvc\Router::isExactControllerName
  • Mvc\Router::mount
  • Mvc\Router::notFound
  • Mvc\Router::POSITION_FIRST
  • Mvc\Router::POSITION_LAST
  • Mvc\Router::removeExtraSlashes
  • Mvc\Router::setDefaultAction
  • Mvc\Router::setDefaultController
  • Mvc\Router::setDefaultModule
  • Mvc\Router::setDefaultNamespace
  • Mvc\Router::setDefaults
  • Mvc\Router::setDI
  • Mvc\Router::setEventsManager
  • Mvc\Router::setUriSource
  • Mvc\Router::URI_SOURCE_GET_URL
  • Mvc\Router::URI_SOURCE_SERVER_REQUEST_URI
  • Mvc\Router::wasMatched
  • Mvc\Router\Annotations
  • Mvc\Router\Annotations::addModuleResource
  • Mvc\Router\Annotations::addResource
  • Mvc\Router\Annotations::getResources
  • Mvc\Router\Annotations::handle
  • Mvc\Router\Annotations::POSITION_FIRST
  • Mvc\Router\Annotations::POSITION_LAST
  • Mvc\Router\Annotations::processActionAnnotation
  • Mvc\Router\Annotations::processControllerAnnotation
  • Mvc\Router\Annotations::setActionSuffix
  • Mvc\Router\Annotations::setControllerSuffix
  • Mvc\Router\Annotations::URI_SOURCE_GET_URL
  • Mvc\Router\Annotations::URI_SOURCE_SERVER_REQUEST_URI
  • Mvc\Router\Exception
  • Mvc\Router\Group
  • Mvc\Router\Group::add
  • Mvc\Router\Group::addDelete
  • Mvc\Router\Group::addGet
  • Mvc\Router\Group::addHead
  • Mvc\Router\Group::addOptions
  • Mvc\Router\Group::addPatch
  • Mvc\Router\Group::addPost
  • Mvc\Router\Group::addPut
  • Mvc\Router\Group::beforeMatch
  • Mvc\Router\Group::clear
  • Mvc\Router\Group::getBeforeMatch
  • Mvc\Router\Group::getHostname
  • Mvc\Router\Group::getPaths
  • Mvc\Router\Group::getPrefix
  • Mvc\Router\Group::getRoutes
  • Mvc\Router\Group::setHostname
  • Mvc\Router\Group::setPaths
  • Mvc\Router\Group::setPrefix
  • Mvc\Router\GroupInterface
  • Mvc\Router\GroupInterface::add
  • Mvc\Router\GroupInterface::addDelete
  • Mvc\Router\GroupInterface::addGet
  • Mvc\Router\GroupInterface::addHead
  • Mvc\Router\GroupInterface::addOptions
  • Mvc\Router\GroupInterface::addPatch
  • Mvc\Router\GroupInterface::addPost
  • Mvc\Router\GroupInterface::addPut
  • Mvc\Router\GroupInterface::beforeMatch
  • Mvc\Router\GroupInterface::clear
  • Mvc\Router\GroupInterface::getBeforeMatch
  • Mvc\Router\GroupInterface::getHostname
  • Mvc\Router\GroupInterface::getPaths
  • Mvc\Router\GroupInterface::getPrefix
  • Mvc\Router\GroupInterface::getRoutes
  • Mvc\Router\GroupInterface::setHostname
  • Mvc\Router\GroupInterface::setPaths
  • Mvc\Router\GroupInterface::setPrefix
  • Mvc\Router\Route
  • Mvc\Router\Route::beforeMatch
  • Mvc\Router\Route::compilePattern
  • Mvc\Router\Route::convert
  • Mvc\Router\Route::extractNamedParams
  • Mvc\Router\Route::getBeforeMatch
  • Mvc\Router\Route::getCompiledPattern
  • Mvc\Router\Route::getConverters
  • Mvc\Router\Route::getGroup
  • Mvc\Router\Route::getHostname
  • Mvc\Router\Route::getHttpMethods
  • Mvc\Router\Route::getMatch
  • Mvc\Router\Route::getName
  • Mvc\Router\Route::getPaths
  • Mvc\Router\Route::getPattern
  • Mvc\Router\Route::getReversedPaths
  • Mvc\Router\Route::getRouteId
  • Mvc\Router\Route::getRoutePaths
  • Mvc\Router\Route::match
  • Mvc\Router\Route::reConfigure
  • Mvc\Router\Route::reset
  • Mvc\Router\Route::setGroup
  • Mvc\Router\Route::setHostname
  • Mvc\Router\Route::setHttpMethods
  • Mvc\Router\Route::setName
  • Mvc\Router\Route::via
  • Mvc\Router\RouteInterface
  • Mvc\Router\RouteInterface::compilePattern
  • Mvc\Router\RouteInterface::getCompiledPattern
  • Mvc\Router\RouteInterface::getHostname
  • Mvc\Router\RouteInterface::getHttpMethods
  • Mvc\Router\RouteInterface::getName
  • Mvc\Router\RouteInterface::getPaths
  • Mvc\Router\RouteInterface::getPattern
  • Mvc\Router\RouteInterface::getReversedPaths
  • Mvc\Router\RouteInterface::getRouteId
  • Mvc\Router\RouteInterface::reConfigure
  • Mvc\Router\RouteInterface::reset
  • Mvc\Router\RouteInterface::setHostname
  • Mvc\Router\RouteInterface::setHttpMethods
  • Mvc\Router\RouteInterface::setName
  • Mvc\Router\RouteInterface::via
  • Mvc\View

  • Mvc\View
  • Mvc\View::cache
  • Mvc\View::CACHE_MODE_INVERSE
  • Mvc\View::CACHE_MODE_NONE
  • Mvc\View::cleanTemplateAfter
  • Mvc\View::cleanTemplateBefore
  • Mvc\View::disable
  • Mvc\View::disableLevel
  • Mvc\View::enable
  • Mvc\View::exists
  • Mvc\View::finish
  • Mvc\View::getActionName
  • Mvc\View::getActiveRenderPath
  • Mvc\View::getBasePath
  • Mvc\View::getCache
  • Mvc\View::getContent
  • Mvc\View::getControllerName
  • Mvc\View::getCurrentRenderLevel
  • Mvc\View::getLayout
  • Mvc\View::getLayoutsDir
  • Mvc\View::getMainView
  • Mvc\View::getParams
  • Mvc\View::getParamsToView
  • Mvc\View::getPartial
  • Mvc\View::getPartialsDir
  • Mvc\View::getRegisteredEngines
  • Mvc\View::getRender
  • Mvc\View::getRenderLevel
  • Mvc\View::getVar
  • Mvc\View::getViewsDir
  • Mvc\View::isCaching
  • Mvc\View::isDisabled
  • Mvc\View::LEVEL_ACTION_VIEW
  • Mvc\View::LEVEL_AFTER_TEMPLATE
  • Mvc\View::LEVEL_BEFORE_TEMPLATE
  • Mvc\View::LEVEL_LAYOUT
  • Mvc\View::LEVEL_MAIN_LAYOUT
  • Mvc\View::LEVEL_NO_RENDER
  • Mvc\View::partial
  • Mvc\View::pick
  • Mvc\View::registerEngines
  • Mvc\View::render
  • Mvc\View::reset
  • Mvc\View::setBasePath
  • Mvc\View::setContent
  • Mvc\View::setLayout
  • Mvc\View::setLayoutsDir
  • Mvc\View::setMainView
  • Mvc\View::setParamToView
  • Mvc\View::setPartialsDir
  • Mvc\View::setRenderLevel
  • Mvc\View::setTemplateAfter
  • Mvc\View::setTemplateBefore
  • Mvc\View::setVar
  • Mvc\View::setVars
  • Mvc\View::setViewsDir
  • Mvc\View::start
  • Mvc\View::__get
  • Mvc\View::__isset
  • Mvc\View::__set
  • Mvc\View\Engine
  • Mvc\View\Engine::getContent
  • Mvc\View\Engine::getView
  • Mvc\View\Engine::partial
  • Mvc\View\EngineInterface
  • Mvc\View\EngineInterface::getContent
  • Mvc\View\EngineInterface::partial
  • Mvc\View\EngineInterface::render
  • Mvc\View\Engine\Php
  • Mvc\View\Engine\Php::render
  • Mvc\View\Engine\Volt
  • Mvc\View\Engine\Volt::callMacro
  • Mvc\View\Engine\Volt::convertEncoding
  • Mvc\View\Engine\Volt::getCompiler
  • Mvc\View\Engine\Volt::getOptions
  • Mvc\View\Engine\Volt::isIncluded
  • Mvc\View\Engine\Volt::length
  • Mvc\View\Engine\Volt::render
  • Mvc\View\Engine\Volt::setOptions
  • Mvc\View\Engine\Volt::slice
  • Mvc\View\Engine\Volt::sort
  • Mvc\View\Engine\Volt\Compiler
  • Mvc\View\Engine\Volt\Compiler::addExtension
  • Mvc\View\Engine\Volt\Compiler::addFilter
  • Mvc\View\Engine\Volt\Compiler::addFunction
  • Mvc\View\Engine\Volt\Compiler::attributeReader
  • Mvc\View\Engine\Volt\Compiler::compile
  • Mvc\View\Engine\Volt\Compiler::compileAutoEscape
  • Mvc\View\Engine\Volt\Compiler::compileCache
  • Mvc\View\Engine\Volt\Compiler::compileCall
  • Mvc\View\Engine\Volt\Compiler::compileDo
  • Mvc\View\Engine\Volt\Compiler::compileEcho
  • Mvc\View\Engine\Volt\Compiler::compileElseIf
  • Mvc\View\Engine\Volt\Compiler::compileFile
  • Mvc\View\Engine\Volt\Compiler::compileForeach
  • Mvc\View\Engine\Volt\Compiler::compileForElse
  • Mvc\View\Engine\Volt\Compiler::compileIf
  • Mvc\View\Engine\Volt\Compiler::compileInclude
  • Mvc\View\Engine\Volt\Compiler::compileMacro
  • Mvc\View\Engine\Volt\Compiler::compileReturn
  • Mvc\View\Engine\Volt\Compiler::compileSet
  • Mvc\View\Engine\Volt\Compiler::compileString
  • Mvc\View\Engine\Volt\Compiler::expression
  • Mvc\View\Engine\Volt\Compiler::fireExtensionEvent
  • Mvc\View\Engine\Volt\Compiler::functionCall
  • Mvc\View\Engine\Volt\Compiler::getCompiledTemplatePath
  • Mvc\View\Engine\Volt\Compiler::getDI
  • Mvc\View\Engine\Volt\Compiler::getExtensions
  • Mvc\View\Engine\Volt\Compiler::getFilters
  • Mvc\View\Engine\Volt\Compiler::getFunctions
  • Mvc\View\Engine\Volt\Compiler::getOption
  • Mvc\View\Engine\Volt\Compiler::getOptions
  • Mvc\View\Engine\Volt\Compiler::getTemplatePath
  • Mvc\View\Engine\Volt\Compiler::getUniquePrefix
  • Mvc\View\Engine\Volt\Compiler::parse
  • Mvc\View\Engine\Volt\Compiler::resolveTest
  • Mvc\View\Engine\Volt\Compiler::setDI
  • Mvc\View\Engine\Volt\Compiler::setOption
  • Mvc\View\Engine\Volt\Compiler::setOptions
  • Mvc\View\Engine\Volt\Compiler::setUniquePrefix
  • Mvc\View\Engine\Volt\Exception
  • Mvc\View\Exception
  • Mvc\View\Simple
  • Mvc\View\Simple::cache
  • Mvc\View\Simple::getActiveRenderPath
  • Mvc\View\Simple::getCache
  • Mvc\View\Simple::getCacheOptions
  • Mvc\View\Simple::getContent
  • Mvc\View\Simple::getParamsToView
  • Mvc\View\Simple::getRegisteredEngines
  • Mvc\View\Simple::getVar
  • Mvc\View\Simple::getViewsDir
  • Mvc\View\Simple::partial
  • Mvc\View\Simple::registerEngines
  • Mvc\View\Simple::render
  • Mvc\View\Simple::setCacheOptions
  • Mvc\View\Simple::setContent
  • Mvc\View\Simple::setParamToView
  • Mvc\View\Simple::setVar
  • Mvc\View\Simple::setVars
  • Mvc\View\Simple::setViewsDir
  • Mvc\View\Simple::__get
  • Mvc\View\Simple::__set
  • Session

  • Session\Adapter
  • Session\Adapter::destroy
  • Session\Adapter::get
  • Session\Adapter::getId
  • Session\Adapter::getName
  • Session\Adapter::getOptions
  • Session\Adapter::has
  • Session\Adapter::isStarted
  • Session\Adapter::regenerateId
  • Session\Adapter::remove
  • Session\Adapter::SESSION_ACTIVE
  • Session\Adapter::SESSION_DISABLED
  • Session\Adapter::SESSION_NONE
  • Session\Adapter::set
  • Session\Adapter::setId
  • Session\Adapter::setName
  • Session\Adapter::setOptions
  • Session\Adapter::start
  • Session\Adapter::status
  • Session\Adapter::__destruct
  • Session\Adapter::__get
  • Session\Adapter::__isset
  • Session\Adapter::__set
  • Session\Adapter::__unset
  • Session\AdapterInterface
  • Session\AdapterInterface::destroy
  • Session\AdapterInterface::get
  • Session\AdapterInterface::getId
  • Session\AdapterInterface::getName
  • Session\AdapterInterface::getOptions
  • Session\AdapterInterface::has
  • Session\AdapterInterface::isStarted
  • Session\AdapterInterface::regenerateId
  • Session\AdapterInterface::remove
  • Session\AdapterInterface::set
  • Session\AdapterInterface::setName
  • Session\AdapterInterface::setOptions
  • Session\AdapterInterface::start
  • Session\Adapter\Files
  • Session\Adapter\Files::SESSION_ACTIVE
  • Session\Adapter\Files::SESSION_DISABLED
  • Session\Adapter\Files::SESSION_NONE
  • Session\Adapter\Libmemcached
  • Session\Adapter\Libmemcached::close
  • Session\Adapter\Libmemcached::destroy
  • Session\Adapter\Libmemcached::gc
  • Session\Adapter\Libmemcached::getLibmemcached
  • Session\Adapter\Libmemcached::getLifetime
  • Session\Adapter\Libmemcached::open
  • Session\Adapter\Libmemcached::read
  • Session\Adapter\Libmemcached::SESSION_ACTIVE
  • Session\Adapter\Libmemcached::SESSION_DISABLED
  • Session\Adapter\Libmemcached::SESSION_NONE
  • Session\Adapter\Libmemcached::write
  • Session\Adapter\Memcache
  • Session\Adapter\Memcache::close
  • Session\Adapter\Memcache::destroy
  • Session\Adapter\Memcache::gc
  • Session\Adapter\Memcache::getLifetime
  • Session\Adapter\Memcache::getMemcache
  • Session\Adapter\Memcache::open
  • Session\Adapter\Memcache::read
  • Session\Adapter\Memcache::SESSION_ACTIVE
  • Session\Adapter\Memcache::SESSION_DISABLED
  • Session\Adapter\Memcache::SESSION_NONE
  • Session\Adapter\Memcache::write
  • Session\Adapter\Redis
  • Session\Adapter\Redis::close
  • Session\Adapter\Redis::destroy
  • Session\Adapter\Redis::gc
  • Session\Adapter\Redis::getLifetime
  • Session\Adapter\Redis::getRedis
  • Session\Adapter\Redis::open
  • Session\Adapter\Redis::read
  • Session\Adapter\Redis::SESSION_ACTIVE
  • Session\Adapter\Redis::SESSION_DISABLED
  • Session\Adapter\Redis::SESSION_NONE
  • Session\Adapter\Redis::write
  • Session\Bag
  • Session\Bag::count
  • Session\Bag::destroy
  • Session\Bag::get
  • Session\Bag::getDI
  • Session\Bag::getIterator
  • Session\Bag::has
  • Session\Bag::initialize
  • Session\Bag::offsetExists
  • Session\Bag::offsetGet
  • Session\Bag::offsetSet
  • Session\Bag::offsetUnset
  • Session\Bag::remove
  • Session\Bag::set
  • Session\Bag::setDI
  • Session\Bag::__get
  • Session\Bag::__isset
  • Session\Bag::__set
  • Session\Bag::__unset
  • Session\BagInterface
  • Session\BagInterface::destroy
  • Session\BagInterface::get
  • Session\BagInterface::has
  • Session\BagInterface::initialize
  • Session\BagInterface::set
  • Session\BagInterface::__get
  • Session\BagInterface::__isset
  • Session\BagInterface::__set
  • Session\Exception
  • Validation

  • Validation
  • Validation::add
  • Validation::appendMessage
  • Validation::bind
  • Validation::getData
  • Validation::getDefaultMessage
  • Validation::getEntity
  • Validation::getFilters
  • Validation::getLabel
  • Validation::getMessages
  • Validation::getValidators
  • Validation::getValue
  • Validation::rule
  • Validation::rules
  • Validation::setDefaultMessages
  • Validation::setEntity
  • Validation::setFilters
  • Validation::setLabels
  • Validation::setValidators
  • Validation::validate
  • Validation\CombinedFieldsValidator
  • Validation\Exception
  • Validation\Message
  • Validation\Message::getCode
  • Validation\Message::getField
  • Validation\Message::getMessage
  • Validation\Message::getType
  • Validation\Message::setCode
  • Validation\Message::setField
  • Validation\Message::setMessage
  • Validation\Message::setType
  • Validation\Message::__set_state
  • Validation\MessageInterface
  • Validation\MessageInterface::getField
  • Validation\MessageInterface::getMessage
  • Validation\MessageInterface::getType
  • Validation\MessageInterface::setField
  • Validation\MessageInterface::setMessage
  • Validation\MessageInterface::setType
  • Validation\MessageInterface::__set_state
  • Validation\Message\Group
  • Validation\Message\Group::appendMessage
  • Validation\Message\Group::appendMessages
  • Validation\Message\Group::count
  • Validation\Message\Group::current
  • Validation\Message\Group::filter
  • Validation\Message\Group::key
  • Validation\Message\Group::next
  • Validation\Message\Group::offsetExists
  • Validation\Message\Group::offsetGet
  • Validation\Message\Group::offsetSet
  • Validation\Message\Group::offsetUnset
  • Validation\Message\Group::rewind
  • Validation\Message\Group::valid
  • Validation\Message\Group::__set_state
  • Validation\Validator
  • Validation\Validator::getOption
  • Validation\Validator::hasOption
  • Validation\Validator::isSetOption
  • Validation\Validator::setOption
  • Validation\Validator::validate
  • Validation\ValidatorInterface
  • Validation\ValidatorInterface::getOption
  • Validation\ValidatorInterface::hasOption
  • Validation\ValidatorInterface::validate
  • Validation\Validator\Alnum
  • Validation\Validator\Alnum::validate
  • Validation\Validator\Alpha
  • Validation\Validator\Alpha::validate
  • Validation\Validator\Between
  • Validation\Validator\Between::validate
  • Validation\Validator\Callback
  • Validation\Validator\Callback::validate
  • Validation\Validator\Confirmation
  • Validation\Validator\Confirmation::validate
  • Validation\Validator\CreditCard
  • Validation\Validator\CreditCard::validate
  • Validation\Validator\Date
  • Validation\Validator\Date::validate
  • Validation\Validator\Digit
  • Validation\Validator\Digit::validate
  • Validation\Validator\Email
  • Validation\Validator\Email::validate
  • Validation\Validator\Exception
  • Validation\Validator\ExclusionIn
  • Validation\Validator\ExclusionIn::validate
  • Validation\Validator\File
  • Validation\Validator\File::isAllowEmpty
  • Validation\Validator\File::validate
  • Validation\Validator\Identical
  • Validation\Validator\Identical::validate
  • Validation\Validator\InclusionIn
  • Validation\Validator\InclusionIn::validate
  • Validation\Validator\Numericality
  • Validation\Validator\Numericality::validate
  • Validation\Validator\PresenceOf
  • Validation\Validator\PresenceOf::validate
  • Validation\Validator\Regex
  • Validation\Validator\Regex::validate
  • Validation\Validator\StringLength
  • Validation\Validator\StringLength::validate
  • Validation\Validator\Uniqueness
  • Validation\Validator\Uniqueness::validate
  • Validation\Validator\Url
  • Validation\Validator\Url::validate
  • Index

  • index