Howdy,
i have seen a lot of screencasts where the author is creating methods with the following way:
$myObj = new myObj();
$myObj->getAllMyWhatEver($xyz);
The "getAllMyWhatEver" function is not existing yet, he is clicking some kind of key and the function is created in the proper class.
Does someone knows how to do this in Netbeans??