Details
Description
What happens if you give Zend_Db_Adapter_Abstract::setFetchMode() an invalid value? The docblock specifies neither the return type nor any exceptions thrown.
What happens if you give Zend_Db_Adapter_Abstract::setFetchMode() an invalid value? The docblock specifies neither the return type nor any exceptions thrown.
|
|
|
Added @throws to Abstract and to subclasses with SVN-8080.
There is no returned value therefor void is the right declaration.