get('dbLog'); } /** * 获取id * @return string */ public function getId() { return (string) $this->_id; } /** * {@inheritdoc} */ public function attributes() { return [ '_id', 'trace_id', 'content', ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ '_id' => 'objectID', 'trace_id' => 'trace_id', 'content' => 'content', ]; } }