ZF-2216: Change the scope of public properties when applicable
Description
From proposal page:
{quote} Objects used to encapsulate responses are currently using public properties, but these do not fit well for read-only values, since they can be modified. Instead, such properties should be made accessible through getProperty() and setProperty($value) methods, as applicable. As with public properties, this approach also enables automatic code completion for PHP editors that support it. {quote}
Comments
Posted by Simone Carletti (weppos) on 2007-12-21T10:36:44.000+0000
The following classes have to be updated: * Zend_Service_Technorati_CosmosResult * Zend_Service_Technorati_ResultSet
Posted by Simone Carletti (weppos) on 2007-12-21T11:03:14.000+0000
Fixed in r7224.