StripLineComments::getComments PHP Метод

getComments() публичный Метод

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