IMHO there is no preferable way, you should choose what is fitting more to your coding style.
I generally store those kind of data in (private/protected) attributes which I need to use through several methods (e.g. filling a posting table step-by-step) otherwise I use parameters (e.g. conversion routines).
BR,
Gábor