CommentNode::__construct PHP Méthode

__construct() public méthode

public __construct ( $line )
    public function __construct($line)
    {
        parent::__construct($line);
        $this->identifyCommentType();
    }