ZF-2275: Zend_Gdata_Calendar_Extension_AccessLevel
Description
I'm not sure wheither this is a documentation problem or a bug in the code.
/**
* Get the value for this element's value attribute.
*
* @param string The desired value for this attribute
* @return string The attribute being modified.
*/
public function getValue()
{
return $this->_value;
}
There is a string parameter documented but not used.
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-03-11T11:54:25.000+0000
Fixed in SVN r8747. I also fixed setValue 's parameter type from boolean to string.
Posted by Wil Sinclair (wil) on 2008-03-21T18:46:55.000+0000
Was this merged to the 1.5 branch for inclusion in 1.5.0?
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-03-21T20:24:07.000+0000
No, I thought it into 1.0.5 if 1.0.5 is scheduled.
Posted by Ryan Boyd (rboyd) on 2008-03-21T21:20:39.000+0000
Merged into 1.5 in r8991