On Jun 6, 2008, at 12:15 PM, Matt wrote: > > I'm seeing a lot of calls to $gdataCal->newEventQuery(), but I can't > find it defined anywhere. I'm grepping for "newEventQuery" and finding > only call, but no declarations. > > Any ideas?
The new* classes are created by the magic __call method. You can read about it here: http://framework.zend.com/manual/en/zend.gdata.html#zend.gdata.introdduction.magicfactory Ray --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
