StripLineComments::createComment PHP Méthode

createComment() public méthode

* Adds a comment element to the list of prefixes.
public createComment ( )
    function createComment()
    {
        $num = array_push($this->_comments, new Comment());
        return $this->_comments[$num - 1];
    }