StripLineComments::getComments PHP Method

getComments() public method

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