What's the use of the 2nd parameter of function FormatString()
in Framework.Class.Context.php
function FormatString($String, $Object, $Format, $FormatPurpose)I don't know what to put here, in most formatters, it's not used at all.
0
This discussion has been closed.
Comments
It's answered about the middle of the documentation on string formatters: So I guess it could be anything you need to get your formatter to work properly. Only formatter that I think uses this would be the extended text formatter.
If any formatter builder here uses this object, please let me know, I'm curious by nature...