Habari\CommentInfo::__construct PHP Метод

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

public __construct ( $comment_id = null )
    function __construct($comment_id = null)
    {
        parent::__construct(DB::table('commentinfo'), 'comment_id', $comment_id);
        // call parent with appropriate  parameters
    }
CommentInfo