Re: [PHP-GTK-DOC] Static Methods in the docs
[email protected] ("Anant Narayanan")
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <[email protected]> |
Scott, > I'll take a look at it. I have some free time right now. I'll let you > know if/when I get it working. A quick suggestion, you'll most probably have to add another else...if block to the one at line 80. $method->isStatic() wil return you a boolean value indicating whether the method is static or not. Cheers, - Anant