- Symphony 2.2.2
-
› assets
11 -
› boot
9 -
› core
22 -
› email-gateways
3 -
› toolkit
67 -
› Unknown
33 - Delegates87
- Deprecated30
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
Deprecated in Symphony 2.2.2
References in the API marked as deprecated should not be used for new integrations. Existing implementations should seek to find alternative methods/functions where possible.
Fields
Field::$_engine
An instance of the Symphony class, either Frontend or Administration
Constants
Methods
Administration::__construct
The constructor for Administration calls the parent Symphony constructor.
AdministrationPage::wrapFormElementWithError
Will wrap a <div>
around a desired element to trigger the default
Symphony error styling.
Author::loadAuthor
This function will load an Author by ID into the current Author object
Author::loadAuthorFromUsername
This function will load an Author by Username into the current Author object
Author::verifyToken
This function compares a given token to an Author's actual token.
Field::buildDSRetrivalSQL
Field::canImport
Test whether this field can be imported. This default implementation prohibits importing. Subclasses should override this is importing is supported.
FieldManager::fetchHandleFromElementName
Frontend::__construct
The constructor for Frontend calls the parent Symphony constructor.
General::sendEmail
Allows you to send emails. It initializes the core email class.
Section::fetchFilterableFields
Returns an array of all the fields that can be filtered.
fieldAuthor::canImport
Test whether this field can be imported. This default implementation prohibits importing. Subclasses should override this is importing is supported.
fieldCheckbox::canImport
Test whether this field can be imported. This default implementation prohibits importing. Subclasses should override this is importing is supported.
fieldDate::buildSimpleFilterSQL
fieldDate::canImport
Test whether this field can be imported. This default implementation prohibits importing. Subclasses should override this is importing is supported.
fieldInput::canImport
Test whether this field can be imported. This default implementation prohibits importing. Subclasses should override this is importing is supported.
fieldSelect::canImport
Test whether this field can be imported. This default implementation prohibits importing. Subclasses should override this is importing is supported.
fieldTagList::canImport
Test whether this field can be imported. This default implementation prohibits importing. Subclasses should override this is importing is supported.
fieldTextarea::canImport
Test whether this field can be imported. This default implementation prohibits importing. Subclasses should override this is importing is supported.
fieldUpload::canImport
Test whether this field can be imported. This default implementation prohibits importing. Subclasses should override this is importing is supported.