vibelog v0.6.5 (2020-07-17T20:49:50Z)
Home
Dub
Repo
Config
vibelog
config
Undocumented in source.
final
class
Config {
BsonObjectID
id
;
string
name
;
string
[]
categories
;
string
language
;
string
copyrightString
;
string
mailServer
;
string
feedTitle
;
string
feedLink
;
string
feedDescription
;
string
feedImageTitle
;
string
feedImageUrl
;
this
();
string
[]
groups
[@property getter];
bool
hasCategory
(string cat);
static
Config
fromBson
(Bson bson);
Bson
toBson
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
hasCategory
bool
hasCategory
(string cat)
Undocumented in source. Be warned that the author may not have intended to support it.
toBson
Bson
toBson
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
groups
string
[]
groups
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromBson
Config
fromBson
(Bson bson)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
categories
string
[]
categories
;
Undocumented in source.
copyrightString
string
copyrightString
;
Undocumented in source.
feedDescription
string
feedDescription
;
Undocumented in source.
feedImageTitle
string
feedImageTitle
;
Undocumented in source.
feedImageUrl
string
feedImageUrl
;
Undocumented in source.
feedLink
string
feedLink
;
Undocumented in source.
feedTitle
string
feedTitle
;
Undocumented in source.
id
BsonObjectID
id
;
Undocumented in source.
language
string
language
;
Undocumented in source.
mailServer
string
mailServer
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
vibelog
config
classes
Config