ZF-8631: Zend_File_Transfer documented as an instantiable class when it is not
Description
In the Reference Guide, many examples demonstrate instantiating an instance of Zend_File_Transfer. In reality, the class constructor contains code to throw an Exception with the message "Implementation in progress" if it is directly instantiated. Presumably, only adapters can be instantiated off the bat.
Comments
Posted by Ken Stanley (dohpaz) on 2009-12-30T05:01:16.000+0000
A few thoughts on this issue that I've observed:
I will be more than happy to help contribute to this class and will be following up on as many tickets as I can. :)
Posted by Pádraic Brady (padraic) on 2009-12-30T05:48:20.000+0000
The first probably can't happen - it's a released component so removing it now would be a backwards compatibility issue. I think the docs could be updated and it'd be fine. Not all components can be finished on the spot so there's always leeway for completion and improvements after a release.
Posted by Thomas Weidner (thomas) on 2010-03-14T00:08:35.000+0000
Closing as fixed since more than 2 weeks (r21201).