Hermes_DriverHermes_Driver:: defines an API for implementing storage backends for Hermes.
$Horde: hermes/lib/Driver.php,v 1.21 2007/04/19 23:14:42 jan Exp $
Located in /lib/Driver.php (line 12)
| Class | Description |
|---|---|
Hermes_Driver_sql
|
Hermes storage implementation for PHP's PEAR database abstraction layer. |
deleteDeliverable (line 144)
Delete a deliverable.
factory (line 160)
Attempts to return a concrete Hermes_Driver instance based on $driver.
getDeliverableByID (line 77)
Retrieve a deliverable by ID.
getJobTypeByID (line 21)
Retrieve a specific job type record.
listDeliverables (line 131)
Retrieve list of deliverables.
listJobTypes (line 64)
Retrieve list of job types.
Hash of filter criteria:
'enabled' => If present, only retrieve enabled or disabled job types.
singleton (line 202)
Attempts to return a reference to a concrete Hermes_Driver instance based on $driver.
It will only create a new instance if no Hermes_Driver instance with the same parameters currently exists.
This should be used if multiple storage sources are required.
This method must be invoked as: $var = &Hermes_Driver::singleton()
updateDeliverable (line 113)
Add or update a deliverable.
updateJobType (line 47)
Add or update a job type record.
Documentation generated on Sun, 30 Jan 2011 05:25:48 +0000 by phpDocumentor 1.4.3