StripLineComments::getComments PHP Méthode

getComments() public méthode

* Returns the list of comment prefixes to strip.
public getComments ( )
    function getComments()
    {
        return $this->_comments;
    }