| CustomAuthenticationService | |
| DMAbstractAuthenticationService | |
| DMAbstractController | A generic controller superclass from which all other controllers inherit |
| DMAbstractDataStoreQuery | Abstract superclass inherited by queries that query a data store |
| DMAbstractDMBridgeModule | An abstract main module class from which all dmBridge modules should inherit |
| DMAbstractForm | |
| DMAbstractFormField | Abstract base class for class representations of HTML form elements |
| DMAbstractQuery | |
| DMAbstractRepresentationTransformer | |
| DMAbstractSocialDataQuery | An abstract query from which all social data queries inherit |
| DMAbstractSocialEntity | Base class from which social data classes inherit |
| DMAbstractTemplateHelper | |
| DMAbstractView | |
| DMAbstractViewer | An abstract object viewer class that all object viewer classes, whether built-in or custom-written, should extend |
| DMAPICollectionController | |
| DMAPICommentController | |
| DMAPIDocumentationController | |
| DMAPIObjectController | |
| DMAPISchemaController | Serves HTTP API XML schemas |
| DMAPIStatusController | |
| DMAPITagController | |
| DMAPIVocabularyController | Handles vocabulary suggestions and frequency mappings |
| DMAtomRepresentationTransformer | |
| DMAuthenticationService | |
| DMAuthenticationServiceFactory | |
| DMBridgeComponent | An enum-like class |
| DMBridgeControlPanelModule | |
| DMBridgeDataStoreModule | |
| DMBridgeModule | Base interface for dmBridge modules |
| DMBridgeRepresentationSchemaModule | |
| DMBridgeTemplateHelperModule | |
| DMBridgeVersion | |
| DMCdmAuthenticationService | Authenticates DMUser objects against CONTENTdm(R) and sets the necessary cookie which authorizes them in the CONTENTdm(R) system |
| DMCheckboxField | Encapsulates an HTML <input type="checkbox"> element |
| DMClassNotFoundException | |
| DMCollection | Encapsulates a CONTENTdm(R) collection |
| DMCollectionFactory | |
| DMComment | Represents a user comment on an object |
| DMCommentQuery | Encapsulates a query for comments |
| DMConfigIni | Manages all configuration operations involving the config.ini file |
| DMConfigXML | Manages all configuration operations involving the config.xml file |
| DMConstraintException | |
| DMControlPanelTemplateHelper | |
| DMControlPanelView | |
| DMCPAdminController | |
| DMCPBasicController | |
| DMCPBasicSettingsForm | |
| DMCPCollectionController | |
| DMCPCommentController | |
| DMCPCommentSettingsForm | |
| DMCPCQRController | |
| DMCPEditCollectionForm | |
| DMCPFeedController | |
| DMCPFeedSettingsForm | |
| DMCPMenuItem | A menu item is a single textual hyperlink within a menu section, represented by DMCPMenuSection |
| DMCPMenuSection | A menu section contains one or more menu items, represented by DMCPMenuItem |
| DMCPModuleController | |
| DMCPRatingController | |
| DMCPRatingSettingsForm | |
| DMCPReferenceURLController | |
| DMCPTagController | |
| DMCPTagSettingsForm | |
| DMCPTemplateController | |
| DMCPTemplateSetForm | |
| DMCustomTemplateHelper | |
| DMDataStore | |
| DMDataStoreException | |
| DMDataStoreFactory | Abstracts the data store |
| DMDataStoreQuery | |
| DMDataStoreType | An enum-like class |
| DMDateTime | A custom date class that extends PHP's built-in DateTime class |
| DMDCElement | Encapsulates a Dublin Core metadata element |
| DMDOMDocument | Overrides the saveHTML() method to prevent it from outputting enclosing html and body tags |
| DMEmailMessage | |
| DMErrorException | |
| DMException | |
| DMExternalView | Encapsulates a view not within the HTML templates, as in the case of e.g |
| DMFacetTerm | Encapsulates a CONTENTdm(R) facet term, which has field nick, label, and value properties |
| DMFavoriteQuery | Encapsulates a query for objects from a user's favorites |
| DMFavoritesTemplateHelper | |
| DMFavoritesView | |
| DMFeedRepresentationTransformer | |
| DMFile | |
| DMFileLinkViewer | Outputs an anchor (<a>) tag to download an object's file |
| DMFileNotFoundException | |
| DMFlash | Encapsulates a temporary status message that is generated in response to some state-changing action on the server |
| DMFormField | |
| DMFormFieldType | An enum-like class |
| DMGenericImageViewer | Outputs an image (<img>) tag with the URL of the object's image embedded in the src attribute |
| DMGenericObjectViewer | A general-purpose object viewer that outputs the URL of the file of the current in an <object> tag |
| DMGenericPDFViewer | |
| DMGenericTemplateHelper | |
| DMHiddenField | |
| DMHTTPAPIRepresentationTransformer | Interface to be implemented by all "representation transformers," which are classes that transform input into a given HTTP representation |
| DMHTTPClient | |
| DMHTTPMessage | Abstract class from which requests and responses inherit |
| DMHTTPMethod | An enum-like class encapsulating the available methods in HTTP 1.0/1.1 |
| DMHTTPRepresentation | |
| DMHTTPRequest | Encapsulates an HTTP request |
| DMHTTPResponse | Encapsulates an HTTP response |
| DMHTTPResponseFactory | |
| DMIllegalArgumentException | |
| DMInput | Takes in user input via the URI query string and makes it available via convenient accessors |
| DMInternalErrorException | |
| DMInternalURI | |
| DMInternalView | |
| DMIntroController | A generic controller superclass from which all other controllers inherit |
| DMInvalidEmailException | |
| DMInvalidRouteException | |
| DMIOException | |
| DMJSONPRepresentationTransformerV1 | |
| DMJSONRepresentationTransformer | |
| DMJSONRepresentationTransformerV1 | |
| DMLanguage | |
| DMLocalizedString | Static class providing access to localized strings |
| DMLogEntry | Generic log entry class |
| DMLoggable | An interface to be implemented by anything that is going to get logged to the system log |
| DMLogger | Logs DMLoggables to the system log |
| DMLoginView | |
| DMMailable | |
| DMMailer | Emails DMMailable objects |
| DMMediaType | Encapsulates an RFC 2046 Internet media type, a.k.a |
| DMModel | |
| DMModuleActivationException | Manages all configuration operations involving the config.xml file |
| DMModuleManager | |
| DMMonocle2Viewer | |
| DMMonocleViewer | |
| DMMySQLDataStore | An instance of this class will be returned by DMDataStoreFactory::getDataStore() when pdo_mysql is the current data store |
| DMNewsItem | Represents a news item on the dmBridge blog |
| DMNoSuchFieldException | |
| DMNoSuchMethodException | |
| DMNullViewer | A special viewer that is used automatically when there is an error using a normal viewer, such as in a file-not-found circumstance |
| DMObject | Models a real-world CONTENTdm(R) object (item) - not a PHP object |
| DMObjectCommentForm | |
| DMObjectFactory | |
| DMObjectQuery | Encapsulates a CONTENTdm(R) search query |
| DMObjectResultsTemplateHelper | |
| DMObjectResultsView | Encapsulates "compound object results view" within the HTML templates |
| DMObjectTemplateHelper | |
| DMObjectView | Encapsulates "object view" within the HTML templates |
| DMObjectViewerDefinition | Defines the association between a media type and a dmBridge object viewer class |
| DMObjectViewerDelegate | An object viewer interface that all object viewer classes, whether built-in or custom, are required to implement |
| DMObjectViewerDelegateManager | Provides access to the list of known viewer delegates |
| DMPaginatedPDFViewer | |
| DMPasswordField | Encapsulates an HTML <input type="password"> element |
| DMPDFFile | |
| DMPDODataStore | An instance of this class will be returned by DMDataStoreFactory::getDataStore() when PDO is the current data store |
| DMPDOException | |
| DMQuery | A generic query interface that all queries should implement |
| DMQueryPredicate | An object encapsulation of the dmQuery() $searchstring parameter (see the CONTENTdm(R) API documentation) |
| DMQuickTimeViewer | Outputs an <object> tag suitable for embedding QuickTime audio/video in a web page |
| DMRadioField | Encapsulates an HTML <input type="radio"> element |
| DMRating | Represents an individual rating that a user has given to an object |
| DMResultsTemplateHelper | |
| DMResultsView | Encapsulates "results view" within the HTML templates |
| DMRoute | Maps an incoming HTTP request to actionable information (controller, method, method parameters, etc.) in the Front Controller pattern |
| DMSearchTemplateHelper | |
| DMSearchView | |
| DMSecurityException | |
| DMSelectField | Encapsulates an HTML <select> element |
| DMSession | Encapsulates a session associated with an incoming HTTP request |
| DMShellCommand | |
| DMSitemapRepresentationTransformer | |
| DMSocialEntity | |
| DMSQLiteDataStore | An instance of this class will be returned by DMDataStoreFactory::getDataStore() when pdo_sqlite is the current data store |
| DMString | A collection of static string validation & manipulation methods |
| DMSystemErrorTemplateHelper | |
| DMSystemErrorView | Encapsulates "error view" within the HTML templates |
| DMTag | Represents a tag that a user has given to an object |
| DMTagForm | |
| DMTagQuery | Encapsulates a query for tags |
| DMTEFavoriteController | Controller for "favorites view" in the template engine |
| DMTemplate | Encapsulates an HTML template file within a template set |
| DMTemplateEngineView | |
| DMTemplateHelper | Interface to be implemented by all template helper classes, whether built-in or provided by modules |
| DMTemplateSet | |
| DMTEObjectController | Controller for "object view" in the template engine |
| DMTESearchController | Controller for the search form in the template engine |
| DMTESitemapController | Controller for XML Sitemaps in the template engine |
| DMTEUserController | Controller for user login/logout functionality in the template engine |
| DMTextareaField | Encapsulates an HTML <textarea> element |
| DMTextField | Encapsulates an HTML <input type="text"> field |
| DMUnavailableModelException | |
| DMUpdateManager | Used for remote version checking |
| DMURI | |
| DMURIAddressable | Encapsulates a URI-addressable resource |
| DMUser | |
| DMXMLRepresentationTransformer | |
| DMXMLRepresentationTransformerV1 | |
| SampleCustomViewer | This is a sample custom viewer |
| SampleModule | Welcome to the simplest possible dmBridge module! |
| SampleTemplateHelper | This is a sample template helper |
| UNLVHighlight | The main module class |
| UNLVHighlightAddForm | |
| UNLVHighlightController | |
| UNLVHighlightCPController | |
| UNLVHighlightDataStore | |
| UNLVHighlightDataStoreFactory | |
| UNLVHighlightedObject | A convenient place to access the random object |
| UNLVHighlightGenericDataStore | A "generic" data store class that returns some generic, cross-DBMS-compatible SQL commands |
| UNLVHighlightMySQLDataStore | |
| UNLVHighlightSQLiteDataStore | |
| UNLVRandom | The main module class |
| UNLVRandomAddForm | |
| UNLVRandomController | Used in the context of the HTTP API |
| UNLVRandomCPController | |
| UNLVRandomDataStore | |
| UNLVRandomDataStoreFactory | |
| UNLVRandomMySQLDataStore | |
| UNLVRandomObject | A convenient place to access the random object |
| UNLVRandomSQLiteDataStore | |
| UNLVSpatial | The main module class |
| UNLVSpatialAbstractSpatialObject | |
| UNLVSpatialController | Used in the context of the HTTP API |
| UNLVSpatialCPController | Used in the context of the Control Panel |
| UNLVSpatialGenericDataStore | A "generic" data store class that returns some generic, cross-DBMS-compatible SQL commands |
| UNLVSpatialIndexer | |
| UNLVSpatialJSONPRepresentationV1 | |
| UNLVSpatialJSONRepresentationV1 | |
| UNLVSpatialMySQLDataStore | |
| UNLVSpatialObject | |
| UNLVSpatialObjectFactory | |
| UNLVSpatialPointObject | |
| UNLVSpatialQuery | |
| UNLVSpatialQueryTerm | A query term which is mostly query-by-example |
| UNLVSpatialRectObject | |
| UNLVSpatialSQLiteDataStore | |
| UNLVSpatialTemplateHelper | These template helpers use version 3 of the Google Maps API |
| UNLVSpatialXMLRepresentationV1 | |