rv.analytics.UI.NetworkGroup.Invite */ class Invite extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field bool did_accept = 1; */ protected $did_accept = false; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type bool $did_accept * } */ public function __construct($data = NULL) { \GPBMetadata\AnalyticsUI::initOnce(); parent::__construct($data); } /** * Generated from protobuf field bool did_accept = 1; * @return bool */ public function getDidAccept() { return $this->did_accept; } /** * Generated from protobuf field bool did_accept = 1; * @param bool $var * @return $this */ public function setDidAccept($var) { GPBUtil::checkBool($var); $this->did_accept = $var; return $this; } }