Vote Details for "Services_YouTube" by cweiske

» Details
» Comment
The docblock shouldn't be there:
/**
* This is a "Docblock Comment," also known as a "docblock." The class'
* docblock, below, contains a complete description of how to write these.
*/

Also, please make your private vars and methods protected to allow classes extending yours.