| View previous topic :: View next topic |
| Author |
Message |
Raymond Irving Posted via mailing list.
|
Posted: Sun May 03, 2009 3:02 am Post subject: Auto Complete for Dynamic Methods |
|
|
Hello,
Does anyone knows how Netbeans handle auto-complete for dynamic methods?
For example:
class A {
function __call($name,$args){
// code for dynamic functions
}
}
$a = new A();
$a->method1('Hello');
$a->method2('World');
Best regards,
__
Raymond Irving |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|