StripLineComments::getComments PHP 메소드

getComments() 공개 메소드

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