On 9/21/06, Gareth Cole <[EMAIL PROTECTED]> wrote:
This must have been updated recently then, as my copy of reactor has
_getConfig() as private in abstractObject.cfc
I had to over-ride the method to call it...

Ah, now you made me double-check and the setters are public but the
getters are private which seems very odd to me. However, private
methods in ColdFusion can still be called by child objects and the
only place that I've ever tried to call _getConfig() was from a
generated object (Record, Gateway) which of course does work.

Seems very strange that the getters are less accessible than the setters.

Combined, that led me to assert - incorrectly - that the getters were
public, My bad.
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to