Re: [PHP] Accessibility problem with delegates

2008-10-21 Thread Jochem Maas
Dave Kok schreef: > Hi Everyone, > > I have a class with some callback functions and a class that should call > them. The class with the callback functions initializes the array with > the callbacks and hands it down to the other class that should call > them. PHP however forces the callback funct

[PHP] Accessibility problem with delegates

2008-10-20 Thread Dave Kok
Hi Everyone, I have a class with some callback functions and a class that should call them. The class with the callback functions initializes the array with the callbacks and hands it down to the other class that should call them. PHP however forces the callback functions to be public, so the