Do not use var_dump() but implement a toString() in ConfigurationWrapper that is launched in all other cases.
Do not output:
passwords
Shorten:
mailaddresses
dbhost
dbuser
dbname
and print real size, e.g.
dbname = abc*** (6)
Implemented a generic function that allows to mask substrings of given values:
\hornherzogen\ConfigurationWrapper::maskWithAsterisk
static function maskWithAsterisk($input, $fromPosition = 0)
Do not use var_dump() but implement a toString() in ConfigurationWrapper that is launched in all other cases.
Do not output:
Shorten:
Implemented a generic function that allows to mask substrings of given values: \hornherzogen\ConfigurationWrapper::maskWithAsterisk static function maskWithAsterisk($input, $fromPosition = 0)