Constants

CRLF

package

Joomla Framework

FTP_ASCII

package

Joomla Framework

FTP_AUTOASCII

package

Joomla Framework

FTP_BINARY

package

Joomla Framework

FTP_NATIVE

package

Joomla Framework

Traits

ContainerAwareTrait

Defines the trait for a Container Aware Class.

« More »

DatabaseAwareTrait

Defines the trait for a Database Aware Class.

« More »

DatabaseModelTrait

Trait representing a model holding a database reference

« More »

DispatcherAwareTrait

Defines the trait for a Dispatcher Aware Class.

« More »

MysqlQueryBuilder

Trait for MySQL Query Building.

« More »

PostgresqlQueryBuilder

Trait for PostgreSQL Query Building.

« More »

SessionAwareWebApplicationTrait

Trait which helps implementing `Joomla\Application\SessionAwareWebApplicationInterface` in a web application class.

« More »

StatefulModelTrait

Trait representing a model holding a state

« More »

Interfaces

AddTemplateFolderInterface

Interface for a renderer which can have template paths added during runtime.

« More »

ApplicationInterface

Joomla Framework Application Interface

« More »

AuthenticationStrategyInterface

Joomla Framework AuthenticationStrategy Interface

« More »

CipherInterface

Joomla Framework Cipher interface.

« More »

ConfigurableFileExtensionInterface

Interface defining a renderer with a configurable file extension.

« More »

ConfigurationAwareApplicationInterface

Application sub-interface defining an application class which is aware of its configuration

« More »

ContainerAwareInterface

Defines the interface for a Container Aware class.

« More »

ControllerInterface

Joomla Framework Controller Interface

« More »

ControllerResolverInterface

Interface defining a controller resolver.

« More »

CryptExceptionInterface

Interface defining all crypt package exceptions

« More »

DatabaseAwareInterface

Defines the interface for a DatabaseInterface aware class.

« More »

DatabaseInterface

Joomla Framework Database Interface

« More »

DatabaseModelInterface

Joomla Framework Database Model Interface

« More »

DebugParserInterface

Interface describing a language file parser capable of debugging a file

« More »

DispatcherAwareInterface

Interface to be implemented by classes depending on a dispatcher.

« More »

DispatcherInterface

Interface for event dispatchers.

« More »

DumpableInterface

An interface to define if an object is dumpable.

« More »

EventInterface

Interface for events.

An event has a name and its propagation can be stopped.
« More »

ExtractableInterface

Archive class interface

« More »

FormatInterface

Interface defining a format object

« More »

HandlerInterface

Interface defining a password handler

« More »

HandlerInterface

Interface defining Joomla! session handlers

« More »

LimitableInterface

Joomla Database Query LimitableInterface.

« More »

LoaderInterface

Interface defining a command loader.

« More »

LocaliseInterface

Joomla Framework Language Interface

« More »

ParserInterface

Interface describing a language file loader

« More »

PreparableInterface

Joomla Database Query Preparable Interface.

Adds bind/unbind methods as well as a getBounded() method to retrieve the stored bounded variables on demand prior to query execution.
« More »

ProfilePointInterface

Interface for profile points.

A Profile point belongs to a ProfilerInterface and the values it holds (time and memory) are relative to the values of the first marked point in that profiler.
« More »

ProfilerInterface

Interface for Profilers containing a sequence of ProfilePointInterface.

« More »

ProfilerRendererInterface

Interface for profiler renderers.

« More »

QueryInterface

Joomla Framework Query Building Interface.

« More »

QueryMonitorInterface

Interface defining a query monitor.

« More »

RendererInterface

Rendering interface.

« More »

RouterInterface

Interface defining a HTTP path router.

« More »

ServiceProviderInterface

Defines the interface for a Service Provider.

« More »

SessionAwareWebApplicationInterface

Application sub-interface defining a web application class which supports sessions

« More »

SessionInterface

Interface defining a Joomla! Session object

« More »

StatefulModelInterface

Joomla Framework Stateful Model Interface

« More »

StatementInterface

Interface defining a query statement.

This interface is a partial standalone implementation of PDOStatement.
« More »

StemmerInterface

Stemmer interface.

« More »

StorageInterface

Interface defining a Joomla! session storage object

« More »

SubscriberInterface

Interface for event subscribers.

« More »

TransportInterface

HTTP transport class interface.

« More »

UriInterface

Uri Interface

Interface for read-only access to URIs.
« More »

UTF8MB4SupportInterface

Interface defining a driver which has support for the MySQL `utf8mb4` character set

« More »

ValidatorInterface

Interface for validating a part of the session

« More »

ViewInterface

Joomla Framework View Interface

« More »

WebApplicationInterface

Application sub-interface defining a web application class

« More »

Classes

AbstractApplication

Joomla Framework Base Application Class

« More »

AbstractCommand

Base command class for a Joomla! command line application.

« More »

AbstractController

Joomla Framework Base Controller Class

« More »

AbstractEvent

Implementation of EventInterface.

« More »

AbstractGithubObject

GitHub API object class for the Joomla Framework.

« More »

AbstractKeychainCommand

Base class for all keychain console commands.

« More »

AbstractLocalise

Abstract localisation handler class

« More »

AbstractMediawikiObject

Mediawiki API object class for the Joomla Framework.

« More »

AbstractPackage

GitHub API package class for the Joomla Framework.

« More »

AbstractRenderer

Abstract class for templates renderer

« More »

AbstractTransport

Abstract transport class.

« More »

AbstractUri

Base Joomla Uri Class

« More »

AbstractUsernamePasswordAuthenticationStrategy

Abstract AuthenticationStrategy for username/password based authentication

« More »

AbstractView

Joomla Framework Abstract View Class

« More »

AbstractWebApplication

Base class for a Joomla! Web application.

« More »

Activity

GitHub API Activity class for the Joomla Framework.

« More »

AddEntryCommand

Command class to add an entry to a keychain

« More »

AddressValidator

Interface for validating a part of the session

« More »

ApcuHandler

APCu session storage handler

« More »

Application

Base application class for a Joomla! command line application.

« More »

ApplicationDescription

Describes an application.

« More »

ApplicationErrorEvent

Event class thrown when an application error occurs.

« More »

ApplicationErrorEvent

Event triggered when an uncaught Throwable is received by the application.

« More »

ApplicationEvent

Base event class for application events.

« More »

ApplicationEvents

Class defining the events available in the application.

« More »

Archive

An Archive handling class

« More »

Argon2idHandler

Password handler for Argon2id hashed passwords

« More »

Argon2iHandler

Password handler for Argon2i hashed passwords

« More »

ArrayHelper

ArrayHelper is an array utility class for doing all sorts of odds and ends with arrays.

« More »

Assignees

GitHub API Assignees class for the Joomla Framework.

« More »

Authentication

Joomla Framework Authentication Class

« More »

Authorization

GitHub API Authorization class for the Joomla Framework.

« More »

BCryptHandler

Password handler for BCrypt hashed passwords

« More »

BeforeCommandExecuteEvent

Event triggered before a command is executed.

« More »

BladeRenderer

Blade class for rendering output.

« More »

Blobs

GitHub API Data Blobs class for the Joomla Framework.

Since blobs can be any arbitrary binary data, the input and responses for the blob API takes an encoding parameter that can be either utf-8 or base64. If your data cannot be losslessly sent as a UTF-8 string, you can base64 encode it.
« More »

Branches

GitHub API Repositories Branches class for the Joomla Framework.

« More »

Buffer

Generic Buffer stream handler

This class provides a generic buffer stream. It can be used to store/retrieve/manipulate string buffers with the standard PHP filesystem I/O methods.
« More »

Bzip2

Bzip2 format adapter for the Archive package

« More »

Categories

MediaWiki API Categories class.

« More »

ChainedMonitor

Chained query monitor allowing multiple monitors to be executed.

« More »

Client

Joomla Framework class for interacting with an OAuth 1.0 and 1.0a server.

« More »

Client

Joomla Framework class for interacting with an OAuth 2.0 server.

« More »

Collaborators

GitHub API Repositories Collaborators class for the Joomla Framework.

« More »

CommandErrorEvent

Event triggered when an uncaught Throwable is received by the application from a command.

« More »

Comments

GitHub API Gists Comments class for the Joomla Framework.

« More »

Comments

GitHub API Comments class for the Joomla Framework.

The Issue Comments API supports listing, viewing, editing, and creating comments on issues and pull requests.
« More »

Comments

GitHub API Pulls Comments class for the Joomla Framework.

« More »

Comments

GitHub API Repositories Comments class for the Joomla Framework.

« More »

Commits

GitHub API Data Commits class for the Joomla Framework.

« More »

Commits

GitHub API Repositories Commits class for the Joomla Framework.

« More »

ConnectionEvent

Database connection event

« More »

ConnectionFailureException

Exception class defining an error connecting to the database platform

« More »

ConsoleEvent

Base event class for console events.

« More »

ConsoleEvents

Class defining the events available in the console application.

« More »

Container

The Container class.

« More »

ContainerControllerResolver

Controller resolver which supports creating controllers from a PSR-11 compatible container

Controllers must be registered in the container using their FQCN as a service key
« More »

ContainerLoader

PSR-11 compatible command loader.

« More »

ContainerNotFoundException

No container is available.

« More »

Contents

GitHub API Repositories Contents class for the Joomla Framework.

These API methods let you retrieve the contents of files within a repository as Base64 encoded content. See media types for requesting raw or other formats.
« More »

ControllerResolver

Resolves a controller for the given route.

« More »

CreateSessionTableCommand

Command used to create the session database table.

« More »

CreateSessionTableException

Exception thrown when the database session table cannot be created

« More »

Crypt

Crypt is a Joomla Framework class for handling basic encryption/decryption of data.

« More »

Crypto

Joomla cipher for encryption, decryption and key generation via the php-encryption library.

« More »

Curl

HTTP transport class for using cURL.

« More »

Data

GitHub API DB class for the Joomla Framework.

« More »

DatabaseConnectionNotInitialised

Exception indicating the database connection has not yet been initialized

« More »

DatabaseDriver

Joomla Framework Database Driver Class

« More »

DatabaseEvents

Class defining the events dispatched by the database API

« More »

DatabaseExporter

Joomla Framework Database Exporter Class

« More »

DatabaseFactory

Joomla Framework Database Factory class

« More »

DatabaseHandler

Database session storage handler

« More »

DatabaseImporter

Joomla Framework Database Importer Class

« More »

DatabaseIterator

Joomla Framework Database Driver Class

« More »

DatabaseManager

Helper class for building a database connection in the test environment

« More »

DatabaseNotFoundException

No database is available.

« More »

DatabaseProvider

Database service provider

« More »

DatabaseQuery

Joomla Framework Query Building Class.

« More »

DatabaseStrategy

Joomla Framework Database Strategy Authentication class

« More »

DatabaseTestCase

Base test case for tests interacting with a database

« More »

DataObject

DataObject is a class that is used to store data but allowing you to access the data by mimicking the way PHP handles class properties.

« More »

DataSet

DataSet is a collection class that allows the developer to operate on a set of DataObjects as if they were in a typical PHP array.

« More »

DebugEventDispatcherCommand

Command listing information about the application's event dispatcher.

« More »

DebugMonitor

Query monitor handling logging of queries.

« More »

DebugRouterCommand

Command listing information about the application's router.

« More »

DecryptionException

Exception representing an error decrypting data

« More »

DefaultRenderer

Default profiler renderer.

« More »

DeleteEntryCommand

Command class to delete an entry in a keychain

« More »

DependencyResolutionException

Exception class for handling errors in resolving a dependency

« More »

Deployments

GitHub API Deployments class for the Joomla Framework.

« More »

DescriptorHelper

Describes an object.

« More »

Dispatcher

Implementation of a DispatcherInterface supporting prioritized listeners.

« More »

Downloads

GitHub API Repositories Downloads class for the Joomla Framework.

The downloads API is for package downloads only. If you want to get source tarballs you should use http://developer.github.com/v3/repos/contents/#get-archive-link instead.
« More »

EditEntryCommand

Command class to edit an entry in a keychain

« More »

Emails

GitHub API Emails class for the Joomla Framework.

Management of email addresses via the API requires that you are authenticated through basic auth or OAuth with the user scope.
« More »

Emojis

GitHub API Emojis class for the Joomla Framework.

« More »

En_GBLocalise

en-GB localisation handler class

« More »

EncryptionException

Exception representing an error encrypting data

« More »

Event

Default Event class.

« More »

EventImmutable

Implementation of an immutable Event.

An immutable event cannot be modified after instanciation : - its propagation cannot be stopped - its arguments cannot be modified You may want to use this event when you want to ensure that the listeners won't manipulate it.
« More »

Events

GitHub API Activity Events class for the Joomla Framework.

« More »

Events

GitHub API Issues Events class for the Joomla Framework.

Records various events that occur around an Issue or Pull Request. This is useful both for display on issue/pull request information pages and also to determine who should be notified of comments.
« More »

ExecutionFailureException

Exception class defining an error executing a statement

« More »

ExportCommand

Console command for exporting the database

« More »

Factory

Factory class to fetch Registry objects

« More »

Feeds

GitHub API Activity Feeds class for the Joomla Framework.

« More »

FetchMode

Class defining the fetch mode for prepared statements

The values of the constants in this class match the `PDO::FETCH_*` constants.
« More »

FetchOrientation

Class defining the fetch orientation for prepared statements

The values of the constants in this class match the `PDO::FETCH_ORI_*` constants.
« More »

File

A File handling class

« More »

Files

Joomla! Input Files Class

« More »

FilesystemException

Exception class for handling errors in the Filesystem package

« More »

FilesystemHandler

Filesystem session storage handler

« More »

Folder

A Folder handling class

« More »

Followers

GitHub API Followers class for the Joomla Framework.

« More »

Forks

GitHub API Forks class for the Joomla Framework.

« More »

ForwardedValidator

Interface for validating a part of the session

« More »

FtpClient

FTP client class

« More »

Gists

GitHub API Gists class for the Joomla Framework.

« More »

Github

Joomla Framework class for interacting with a GitHub server instance.

« More »

Gitignore

GitHub API Gitignore class for the Joomla Framework.

The .gitignore Templates API lists and fetches templates from the GitHub .gitignore repository.
« More »

Graphql

GitHub API GraphQL class for the Joomla Framework.

« More »

Gzip

Gzip format adapter for the Archive package

This class is inspired from and draws heavily in code and concept from the Compress package of The Horde Project <http://www.horde.org>
« More »

HelpCommand

Command to render a command's help data.

« More »

Helper

File system helper

Holds support functions for the filesystem, particularly the stream
« More »

Hooks

GitHub API Orgs Hooks class for the Joomla Framework.

All actions against organization webhooks require the authenticated user to be an admin of the organization being managed. Additionally, OAuth tokens require the "admin:org_hook" scope.
« More »

Hooks

GitHub API Hooks class for the Joomla Framework.

« More »

HtmlView

Joomla Framework HTML View Class

« More »

Http

HTTP client class.

« More »

Http

HTTP client class for connecting to a MediaWiki instance.

« More »

HttpFactory

HTTP factory class.

« More »

Images

MediaWiki API Images class.

« More »

ImportCommand

Console command for importing the database

« More »

Inflector

Joomla Framework String Inflector Class

The Inflector transforms words
« More »

Ini

INI format handler for Registry.

« More »

IniParser

Language file parser for INI files

« More »

Input

Joomla! Input Base Class

This is an abstracted input class used to manage retrieving data from the application environment.
« More »

InputFilter

InputFilter is a class for filtering input from any data source

Forked from the php input filter library by: Daniel Morris <[email protected]> Original Contributors: Gianpaolo Racca, Ghislain Picard, Marco Wandschneider, Chris Tobin and Andrew Eddie.
« More »

InvalidKeyException

Exception representing an error generating an encryption key

« More »

InvalidKeyTypeException

Exception representing an invalid Joomla\Crypt\Key type for a cipher

« More »

InvalidResponseCodeException

Exception representing an invalid or undefined HTTP response code

« More »

InvalidSessionException

Exception thrown when a session validator fails

« More »

IpHelper

IpHelper is a utility class for processing IP addresses

« More »

Issues

GitHub API Issues class for the Joomla Framework.

« More »

Json

Joomla! Input JSON Class

This class decodes a JSON string from the raw request data and makes it available via the standard Input interface.
« More »

Json

JSON format handler for Registry.

« More »

JsonView

Joomla Framework JSON View Class

« More »

Key

Encryption key object for the Joomla Framework.

« More »

Keychain

Keychain Class

« More »

KeyNotFoundException

No entry was found in the container.

« More »

Keys

GitHub API Forks class for the Joomla Framework.

« More »

Keys

GitHub API References class for the Joomla Framework.

« More »

Labels

GitHub API Milestones class for the Joomla Framework.

« More »

Language

Languages/translation handler class

« More »

LanguageFactory

Language package factory

« More »

LanguageFactoryProvider

LanguageFactory object service provider

« More »

LanguageHelper

Helper class for the Language package

« More »

LazyServiceEventListener

Decorator for an event listener to be pulled from the service container.

« More »

ListCommand

Command listing all available commands.

« More »

ListEntriesCommand

Command class to list entries in a keychain

« More »

LocalStrategy

Joomla Framework Local Strategy Authentication class

« More »

LoggingMonitor

Query monitor handling logging of queries.

« More »

Markdown

GitHub API Markdown class.

« More »

Mediawiki

Class for interacting with a MediaWiki server instance.

« More »

Members

GitHub API Orgs Members class for the Joomla Framework.

« More »

MemcachedHandler

Memcached session storage handler

« More »

Merging

GitHub API Repositories Merging class for the Joomla Framework.

« More »

MessageCatalogue

Catalogue of loaded translation strings for a language

« More »

Meta

GitHub API Meta class for the Joomla Framework.

« More »

MethodNotAllowedException

Exception defining a method not allowed error.

« More »

Milestones

GitHub API Milestones class for the Joomla Framework.

« More »

MissingDatabaseCredentials

Exception indicating the database credentials have not been set

« More »

MustacheRenderer

Mustache class for rendering output.

« More »

MysqlDriver

MySQL database driver supporting PDO based connections

« More »

MysqlExporter

MySQL Database Exporter.

« More »

MysqliDriver

MySQLi Database Driver

« More »

MysqliExporter

MySQLi Database Exporter.

« More »

MysqliImporter

MySQLi Database Importer.

« More »

MysqlImporter

MySQL Database Importer.

« More »

MysqliQuery

MySQLi Query Building Class.

« More »

MysqliStatement

MySQLi Database Statement.

This class is modeled on \Doctrine\DBAL\Driver\Mysqli\MysqliStatement
« More »

MysqlQuery

MySQL Query Building Class.

« More »

NamespaceNotFoundException

Exception indicating a missing command namespace.

« More »

NativeStorage

Base class providing a session store

« More »

Normalise

Joomla Framework String Normalise Class

« More »

Notifications

GitHub API Activity Events class for the Joomla Framework.

« More »

OpenSSL

Joomla cipher for encryption, decryption and key generation via the openssl extension.

« More »

Orgs

GitHub API Activity class for the Joomla Framework.

« More »

OutputFilter

OutputFilter is a class for processing an output string for "safe" display

« More »

Pages

GitHub API Repositories Pages class for the Joomla Framework.

« More »

Pages

MediaWiki API Pages class.

« More »

ParameterType

Class defining the parameter types for prepared statements

« More »

ParserRegistry

Registry of file parsers

« More »

Patcher

A Unified Diff Format Patcher class

« More »

Path

A Path handling class

« More »

PdoDriver

Joomla Framework PDO Database Driver Class

« More »

PdoQuery

PDO Query Building Class.

« More »

PdoStatement

PDO Database Statement.

« More »

PgsqlDriver

PostgreSQL PDO Database Driver

« More »

PgsqlExporter

PDO PostgreSQL Database Exporter.

« More »

PgsqlImporter

PDO PostgreSQL Database Importer.

« More »

PgsqlQuery

PDO PostgreSQL Query Building Class.

« More »

Php

PHP class format handler for Registry

« More »

PhpEngineRenderer

PhpEngine template renderer

« More »

PlatesRenderer

Plates class for rendering output.

« More »

Porteren

Porter English stemmer class.

This class was adapted from one written by Richard Heyes. See copyright and link information above.
« More »

PreloadManager

Manager for HTTP/2 asset preloading

« More »

PreloadProvider

Service provider for preload package services

« More »

PreloadSubscriber

Asset preloading event subscriber

« More »

PrepareStatementFailureException

Exception class defining an error preparing the SQL statement for execution

« More »

Priority

An enumeration of priorities for event listeners that you are encouraged to use when adding them in the Dispatcher.

« More »

ProfilePoint

Implementation of ProfilePointInterface.

« More »

Profiler

Implementation of ProfilerInterface.

« More »

ProtectedKeyException

Attempt to set the value of a protected key, which already is set

« More »

Pulls

GitHub API Pull Requests class for the Joomla Framework.

« More »

QueryElement

Query Element Class.

« More »

QueryTypeAlreadyDefinedException

Exception class defining an exception when attempting to change a query type

« More »

ReadEntryCommand

Command class to read a single entry from a keychain

« More »

RedisHandler

Redis session storage handler

« More »

Refs

GitHub API References class for the Joomla Framework.

« More »

Registry

Registry class

« More »

Releases

GitHub API References class for the Joomla Platform.

« More »

Repositories

GitHub API Activity class for the Joomla Framework.

« More »

ResolvedRoute

An object representing a resolved route.

« More »

Response

HTTP response data object class.

« More »

Route

An object representing a route definition.

« More »

RouteNotFoundException

Exception defining a route not found error.

« More »

Router

A path router.

« More »

RuntimeStorage

Session storage object that stores objects in Runtime memory. This is designed for use in CLI Apps, including unit testing applications in PHPUnit.

« More »

Session

Class for managing HTTP sessions

Provides access to session-state values as well as session-level settings and lifetime management methods. Based on the standard PHP session handling mechanism it provides more advanced features such as expire timeouts.
« More »

SessionEvent

Class representing a Session event

« More »

SessionEvents

Class defining the events dispatched by the session API

« More »

SessionState

Class defining the various states of a session

« More »

Sites

MediaWiki API Sites class.

« More »

Socket

HTTP transport class for using sockets directly.

« More »

Sodium

Cipher for sodium algorithm encryption, decryption and key generation.

« More »

SqlazureDriver

SQL Azure Database Driver

« More »

SqlazureQuery

SQL Azure Query Building Class.

« More »

SqliteDriver

SQLite database driver supporting PDO based connections

« More »

SqliteQuery

SQLite Query Building Class.

« More »

SqlsrvDriver

SQL Server Database Driver

« More »

SqlsrvQuery

SQL Server Query Building Class.

« More »

SqlsrvStatement

SQL Server Database Statement.

This class is modeled on \Doctrine\DBAL\Driver\SQLSrv\SQLSrvStatement
« More »

Starring

GitHub API Activity Events class for the Joomla Framework.

« More »

Statistics

GitHub API class for the Joomla Framework.

The Repository Statistics API allows you to fetch the data that GitHub uses for visualizing different types of repository activity.
« More »

Statuses

GitHub API References class for the Joomla Framework.

« More »

Stream

Joomla! Stream Interface

The Joomla! stream interface is designed to handle files as streams where as the legacy JFile static class treated files in a rather atomic manner. This class adheres to the stream wrapper operations:
« More »

Stream

HTTP transport class for using PHP streams.

« More »

StringController

String Controller

« More »

StringHelper

String handling class for UTF-8 data wrapping the phputf8 library. All functions assume the validity of UTF-8 strings.

« More »

StringWrapper

String Stream Wrapper

This class allows you to use a PHP string in the same way that you would normally use a regular stream wrapper
« More »

Tags

GitHub API Data Tags class for the Joomla Framework.

This tags API only deals with tag objects - so only annotated tags, not lightweight tags.
« More »

Tar

Tar format adapter for the Archive package

This class is inspired from and draws heavily in code and concept from the Compress package of The Horde Project <http://www.horde.org>
« More »

Teams

GitHub API Orgs Teams class for the Joomla Framework.

All actions against teams require at a minimum an authenticated user who is a member of the owner’s team in the :org being managed. Additionally, OAuth users require “user” scope.
« More »

TerminateEvent

Event triggered immediately before the process is terminated.

« More »

TestHelper

Static helper methods to assist unit testing PHP code.

« More »

Text

Text handling class.

« More »

TextDescriptor

Text object descriptor.

« More »

Transliterate

Class to transliterate strings

« More »

Trees

GitHub API Data Trees class for the Joomla Framework.

« More »

TwigRenderer

Twig class for rendering output.

« More »

UnableToWriteBody

Exception thrown when the application can't write to the response body

« More »

UnexpectedResponseException

Exception representing an unexpected response

« More »

UnknownArchiveException

Exception class defining an unknown archive type

« More »

UnknownTypeException

Class representing an unknown type for a given database driver.

« More »

UnsupportedAdapterException

Exception class defining an unsupported database object

« More »

UnsupportedArchiveException

Exception class defining an unsupported archive adapter

« More »

UnsupportedCipherException

Exception representing an error encrypting data

« More »

UnsupportedDatabaseDriverException

Exception thrown when the database driver is unsupported

« More »

UnsupportedPasswordHandlerException

Exception class defining an unsupported password handler

« More »

Uri

Uri Class

This class parses a URI and provides a common interface for the Joomla Framework to access and manipulate a URI.
« More »

UriHelper

Uri Helper

This class provides a UTF-8 safe version of parse_url().
« More »

UriImmutable

UriImmutable Class

This is an immutable version of the AbstractUri class.
« More »

Users

GitHub API References class for the Joomla Framework.

« More »

Users

MediaWiki API Users class.

« More »

Watching

GitHub API Activity Watching Events class for the Joomla Framework.

« More »

WebApplication

A basic web application class for handing HTTP requests.

« More »

WebClient

Class to model a Web Client.

« More »

WincacheHandler

Wincache session storage handler

« More »

Xml

XML format handler for Registry.

« More »

Yaml

YAML format handler for Registry.

« More »

Zen

GitHub API Zen class for the Joomla Framework.

« More »

Zip

ZIP format adapter for the Archive package

The ZIP compression code is partially based on code from: Eric Mueller <[email protected]> http://www.zend.com/codex.php?id=535&single=1 Deins125 <[email protected]> http://www.zend.com/codex.php?id=470&single=1 The ZIP compression date code is partially based on code from Peter Listiak <[email protected]> This class is inspired from and draws heavily in code and concept from the Compress package of The Horde Project <http://www.horde.org>
« More »