Overview

Namespaces

  • webfilesframework
    • codegeneration
      • general
      • php
    • core
      • datastore
        • functions
          • filter
          • sorting
        • types
          • database
            • resultHandler
          • directory
          • googlecalendar
          • mail
          • remote
      • datasystem
        • database
        • file
          • format
            • media
              • image
                • handler
          • system
            • dropbox
      • datatypes
        • time
      • time
    • io
      • form
        • formItem
        • validation
        • webfile
      • request

Classes

  • MAbstractCachableDatastore
  • MAbstractDatastore
  • MCombinedDatastore
  • MDatastoreFactory
  • MDatastoreTransfer

Interfaces

  • MISingleDatasourceDatastore

Exceptions

  • MDatastoreException
  • Overview
  • Namespace
  • Class

Namespace webfilesframework\core\datastore

Namespaces summary
webfilesframework\core\datastore\functions
webfilesframework\core\datastore\types
Classes summary
MAbstractCachableDatastore

Defines and provides basic functionality for caching a datastore.
Basically the cached datastore is a combination between a efficient datastore which can be used as cache and an slower datastore (e.g. a directory datastore or a remote datastore).
Actually cache is invalidated after one day.

MAbstractDatastore

Base class for defining datastores to save and load webfiles on a standardized way.
More about the definition of a datastore can be found under the following link.

Implements the webfiles standard to be able to edit datastores with help of the webfile editor.

MCombinedDatastore Combines different datastores in one datastore together.
MDatastoreFactory
MDatastoreTransfer Transfers webfiles from one datastore to another.
Interfaces summary
MISingleDatasourceDatastore MarkerInterface to identify datastores with a single datasource.
Exceptions summary
MDatastoreException General Exception used in datastores.
API documentation generated by ApiGen