コード例 #1
0
 public function getConfiguration()
 {
     return array(self::CONFIG_TIMESTAMPS => false) + parent::getConfiguration();
 }
コード例 #2
0
 protected function getConfiguration()
 {
     return array(self::CONFIG_TIMESTAMPS => false, self::CONFIG_COLUMN_SCHEMA => array('author' => 'text64', 'type' => 'text4', 'message' => 'text'), self::CONFIG_KEY_SCHEMA => array('channel' => array('columns' => array('epoch')))) + parent::getConfiguration();
 }
コード例 #3
0
 protected function getConfiguration()
 {
     return array(self::CONFIG_COLUMN_SCHEMA => array('serviceName' => 'text64', 'serviceType' => 'text32', 'channelName' => 'text64'), self::CONFIG_KEY_SCHEMA => array('key_channel' => array('columns' => array('channelName', 'serviceType', 'serviceName'), 'unique' => true))) + parent::getConfiguration();
 }