The parent comment ID if this is a reply to a comment.
Type: integer
File
- core/
modules/ comment/ comment.entity.inc, line 24  - Entity controller and class for comments.
 
Class
- Comment
 - Defines the comment entity class.
 
Code
public $pid;
        The parent comment ID if this is a reply to a comment.
Type: integer
public $pid;