skadi-d ~master (2015-09-28T14:07:14Z)
Dub
Repo
PostManager
Application
PostBundle
Services
PostManager
Undocumented in source.
class
PostManager {
@
Inject
MongoService
mongoService
;
@
Inject
TestService
testService
;
Json
getPost
();
Json
getPost
(string name);
}
Members
Functions
getPost
Json
getPost
()
Undocumented in source. Be warned that the author may not have intended to support it.
getPost
Json
getPost
(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
mongoService
MongoService
mongoService
;
Undocumented in source.
testService
TestService
testService
;
Undocumented in source.
Meta
Source
See Implementation
Application
PostBundle
Services
PostManager
modules
MongoService
PostManager
TestService