phpdoc
How to set `static/self` return type?
I have main class, and some subclasses, I have static method to return instance class dad{ public function __construct($arg){[详细]
2023-03-26 16:00 分类:问答Exclude certain directories and files in pdepend, phpmd, phpcpd, phpcs, phpdoc, phploc
In my project there are certain directories and certain php files which are very large in size due to which my build is failing and I want to exclude them in my build.xml[详细]
2023-03-25 05:50 分类:问答Documentation in Eclipse shows up as HTML
When I hover over a function, I get the documentation, but the HTML isn\'t being parsed. This happens to me in both Aptana 3 and Eclipse Helios. Any ideas? I\'m clueless. Ubuntu 1开发者_如何学C1.04[详细]
2023-03-22 14:05 分类:问答phpDoc PDF templates
I\'m very pleased with the various HTML templates available for phpDoc开发者_C百科s. I was wondering about additional PDF templates for my PHP application which I\'m writing as a capstone project and[详细]
2023-03-21 06:15 分类:问答phpDocumentor and @global keyword
Is my use of @global correct in the following case? // File: my_special_class.php <?php ... class MySpecialClass {[详细]
2023-03-18 22:40 分类:问答Is there a standard way to indicate what the associative keys of a parameter that is passed in should be in phpDocumentor
For example * @param array $an_Array An开发者_JAVA技巧 array of stuff that is needed. an_associate_key Description about this key.[详细]
2023-03-17 10:29 分类:问答Documenting private methods
Is it possible to pull out the documentation for private methods with phpDocumentor? I realize this wouldn\'t normally be done, but开发者_如何学Go in my current project it would be useful.Use -pp opt[详细]
2023-03-15 04:06 分类:问答phpDocumentor How to document available options for string parameter
I have a public method for a class and I would like to document the available string values that the method can accept. Would this be acceptable:[详细]
2023-03-15 03:42 分类:问答How do I stop warnings in phpDocumentor parser when I inherit from an external library class?
I\'ve been adding docblocks to my code, and have resolved most of the build errors and warnings that the phpDocumentor script has generated and placed into the errors.html file.[详细]
2023-03-13 00:22 分类:问答How to get intellisense for PHP associative array index? [duplicate]
This question already has answers here: Closed 10 years ago. Possible Duplicate: PHPDoc for variable-length 开发者_开发问答arrays of arguments[详细]
2023-03-12 23:33 分类:问答