0 users online. Create an account or sign in to join them.Users
- Symphony 2.2
-
› boot9 -
› core22 -
› email-gateways3 -
› toolkit67 -
› Unknown33 - Delegates82
- Deprecated28
Versions
Options
Deprecated in Symphony 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::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
Method: 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::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.