Tagged Questions
2
votes
1answer
536 views
Php with NetBeans: Applying new PhpDoc without the actual declaration
Is there a way to apply new PhpDoc without redeclaration of method, for instance I have a class which:
class GeneralContainer {
private $children;
public function __construct() {
...