spoof
 All Data Structures Namespaces Files Functions Variables Pages
Engine Class Reference
Inheritance diagram for Engine:
Collaboration diagram for Engine:

Public Member Functions

 log ($date, $entity_id, $state_before, $function, $result, $state_after)
- Public Member Functions inherited from Engine
 __construct ()
 getName ()
 load ($name)
 getDefinition ()

Protected Attributes

 $storageTypes = array(self::STORAGE_TYPE_DB => 'StateStorageDB')
- Protected Attributes inherited from Engine
 $name
 $storage
 $storageType
 $storageBase = 'IStorage'
 $definition

Additional Inherited Members

- Data Fields inherited from Engine
const STORAGE_TYPE_DB = 1

Member Function Documentation

log (   $date,
  $entity_id,
  $state_before,
  $function,
  $result,
  $state_after 
)

Implements IEngine.


Field Documentation

$storageTypes = array(self::STORAGE_TYPE_DB => 'StateStorageDB')
protected

Array of defined storage types

Index should be the storage type constant, and the value should be the class name that implements IStorage interface. This can be entirely defined in implementing classes.

Reimplemented from Engine.


The documentation for this class was generated from the following file: