[AUTOGENERATED] Update autogenerated code
This commit is contained in:
@@ -40,11 +40,11 @@ class GroupMember
|
||||
// {{{ Autocode
|
||||
|
||||
private int $group_id;
|
||||
private int $profile_id;
|
||||
private int $gsactor_id;
|
||||
private ?bool $is_admin;
|
||||
private ?string $uri;
|
||||
private \DateTimeInterface $created;
|
||||
private \DateTimeInterface $modified;
|
||||
private DateTimeInterface $created;
|
||||
private DateTimeInterface $modified;
|
||||
|
||||
public function setGroupId(int $group_id): self
|
||||
{
|
||||
@@ -57,15 +57,15 @@ class GroupMember
|
||||
return $this->group_id;
|
||||
}
|
||||
|
||||
public function setProfileId(int $profile_id): self
|
||||
public function setGsactorId(int $gsactor_id): self
|
||||
{
|
||||
$this->profile_id = $profile_id;
|
||||
$this->gsactor_id = $gsactor_id;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getProfileId(): int
|
||||
public function getGsactorId(): int
|
||||
{
|
||||
return $this->profile_id;
|
||||
return $this->gsactor_id;
|
||||
}
|
||||
|
||||
public function setIsAdmin(?bool $is_admin): self
|
||||
|
Reference in New Issue
Block a user