- 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
-
Interfaces
-
ExportableField
The
ExportableField
interface defines the functions required to implement the field export API proposal. -
FileResource
The
FileResource
interface defines the minimum functions required by managers that manage Symphony's file based objects. -
iCache
This interface is to be implemented by Extensions who wish to provide cacheable objects for Symphony to use.
-
iDatasource
This interface describes the minimum a new Datasource type needs to provide to be able to be used by Symphony
-
iEvent
This interface describes the minimum a new Event type needs to provide to be able to be used by Symphony
-
ImportableField
The
ImportableField
interface defines the functions required to implement the field import API. -
iNamespacedCache
This interface is to be implemented by Extensions who wish to provide cacheable objects for Symphony to use and whose cache providers support namespacing to make bulk read, writes and deletes.
-
iProvider
This interface is to be implemented by Extensions who wish to provide objects for Symphony to use.
-
Singleton
The Singleton interface contains one function,
instance()
, the will return an instance of an Object that implements this interface.
-