Re: [QSF] Re: PoCo Generic packages question
Josh803316 <[email protected]>
| Newsgroups | gmane.comp.lang.perl.poe |
|---|---|
| Message-ID | <[email protected]> |
Yeah, actually re-reading the docs is what lead me to figuring it out....I was a little confused at first because my testing wasn't showing me any returns from the factory methods....then, I realized I had to actually return an object .....oops On Fri, Jul 24, 2009 at 10:58 AM, Philip Gwyn <[email protected]> wrote: > > On 24-Jul-2009 Josh803316 wrote: > > *Hopefully this doesn't create a new thread. > > > > I figured out the problem with having access to the Packages. I need to > have > > factories methods defined so that when the return came with the blessed > > object, I had access to the object in ARG1 of the return. > > Hmmm... It only says so in the docs : > This allows you to configure the L</callbacks>, > L</postbacks> and L</methods> for objects that are returned by factory > methods. > > I guess I should add a link to the relevant docs. > > -Philip > >