first pass at columndef->drupal-style array converter (need to handle some more things probably; untested)

This commit is contained in:
Brion Vibber
2010-08-16 15:14:16 -07:00
parent aff54d8efb
commit eaa4ded053
2 changed files with 72 additions and 2 deletions

View File

@@ -21,9 +21,9 @@
* Wrapper for Memcached_DataObject which knows its own schema definition.
* Builds its own damn settings from a schema definition.
*
* @author brion
* @author Brion Vibber <brion@status.net>
*/
class Managed_DataObject extends Memcached_DataObject
abstract class Managed_DataObject extends Memcached_DataObject
{
/**
* The One True Thingy that must be defined and declared.