- Symphony 2.7.9
-
› assets
14 -
› boot
15 -
› core
24 -
› cryptography
4 -
› data-sources
6 -
› email-gateways
3 -
› events
3 -
› global
62 -
› interface
9 -
› toolkit
60 - Delegates101
- Deprecated28
Versions
- 2.7.9
- 2.7.8
- 2.7.7
- 2.7.6
- 2.7.5
- 2.7.3
- 2.7.2
- 2.7.10
- 2.7.1
- 2.7.0
- 2.6.9
- 2.6.8
- 2.6.7
- 2.6.6
- 2.6.5
- 2.6.4
- 2.6.3
- 2.6.2
- 2.6.11
- 2.6.10
- 2.6.1
- 2.6.0
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2
Options
-
Classes
-
Administration
The Administration class is an instance of Symphony that controls all backend pages.
-
Cacheable
The Cacheable class provides a wrapper around an
iCache
interface and provides basic CRUD functionality for caching. -
CacheDatabase
The CacheDatabase interface allows extensions to store data in Symphony's database table,
tbl_cache
. -
Configuration
The Configuration class acts as a property => value store for settings used throughout Symphony.
-
Cookie
The Cookie class is a wrapper to save Symphony cookies.
-
DatabaseExceptionHandler
The
DatabaseExceptionHandler
provides a render function to provide customised output for database exceptions. -
DateTimeObj
The DateTimeObj provides static functions regarding dates in Symphony.
-
Frontend
The Frontend class is the renderer that is used to display FrontendPage's.
-
FrontendPageNotFoundExce…
The
FrontendPageNotFoundExceptionHandler
attempts to find a Symphony page that has been given the '404' page type to render the SymphonyErrorPage error, instead of using the Symphony default. -
GenericErrorHandler
GenericErrorHandler
will catch any warnings or notices thrown by PHP and raise the errors to Exceptions so they can be dealt with by theGenericExceptionHandler
. -
GenericExceptionHandler
GenericExceptionHandler will handle any uncaught exceptions thrown in Symphony.
-
Log
The Log class acts a simple wrapper to write errors to a file so that it can be read at a later date.
-
Session
The Session class is a handler for all Session related logic in PHP.
-
Symphony
The Symphony class is an abstract class that implements the Singleton interface.
-
SymphonyErrorPageHandler
The
SymphonyErrorPageHandler
extends theGenericExceptionHandler
to allow the template for the exception to be provided from theTEMPLATES
directory
-
-
Exceptions
-
FrontendPageNotFoundExce…
FrontendPageNotFoundException
extends a default Exception, it adds nothing but allows a different Handler to be used to render the Exception -
SymphonyErrorPage
SymphonyErrorPage
extends the defaultException
class. -
Throwable
Throwable is a new interface in PHP 7, from which both Errors and Exceptions inherits.
-
-
Constants