Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.5.2

Bug #14937 Make use of protected, not private
Submitted: 2008-11-01 17:18 UTC
From: doconnor Assigned: doconnor
Status: Closed Package: MP3_Playlist (version CVS)
PHP Version: 5.2.6 OS:
Roadmaps: (Not assigned)    
Subscription  


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 40 + 14 = ?

 
 [2008-11-01 17:18 UTC] doconnor (Daniel O'Connor)
Description: ------------ Playlist has a bunch of private members variables and functions. PHPCS says 'private methods/vars need an underscore'; and if you try to extend the class, you can't get access to all of the good bits. Consider swapping these to protected, and renaming the private vars/methods appropriately.

Comments

 [2008-11-01 17:18 UTC] doconnor (Daniel O'Connor)
Blocks Bug #14935
 [2008-12-28 00:06 UTC] doconnor (Daniel O'Connor)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.