/ */ class P4Cms_Record_ImplementationPubSub extends P4Cms_Record_PubSubRecord { protected static $_fields = array('foo', 'bar'); protected static $_storageSubPath = 'records'; protected static $_topic = 'p4cms.record.test'; protected static $_fileContentField = 'content'; }