ZF-4297: [dojo path] improve documentation for setLocalPath method
Description
Class- Zend_Dojo_View_Helper_Dojo_Container method: public function setLocalPath($path)
current php doc block is: /** * Set path to local dojo * * @param string $path * @return Zend_Dojo_View_Helper_Dojo_Container */
Since the word "path" can be used for files and folders - it is not clear if the user of this method should provide folder of dojo or dojo.js folder or dojo.js full path.
I would expect something like "Set path to local dojo.js file" or something like this.
Comments
Posted by Robert Basic (robertbasic) on 2011-08-28T10:17:56.000+0000
Docblock improvement.