generateWrapper

generates the massive wrapper function for each of your class' methods. it is responsible for turning strings to params and return values back to strings.

generateWrapper
(
alias ObjectType
string funName
R
)
if (
is(R : ApiProvider) &&
(is(ObjectType : WebDotDBaseType))
)
Suggestion Box / Bug Report