[AUTOGENERATED] Update autogenerated code

This commit is contained in:
Hugo Sales
2020-08-13 01:35:01 +00:00
committed by Hugo Sales
parent 636f564672
commit 51a1a1180e
35 changed files with 125 additions and 247 deletions

View File

@@ -40,9 +40,9 @@ class GroupBlock
// {{{ Autocode
private int $group_id;
private int $blocked_profile;
private int $blocked_gsactor;
private int $blocker_user;
private \DateTimeInterface $modified;
private DateTimeInterface $modified;
public function setGroupId(int $group_id): self
{
@@ -55,15 +55,15 @@ class GroupBlock
return $this->group_id;
}
public function setBlockedProfile(int $blocked_profile): self
public function setBlockedGsactor(int $blocked_gsactor): self
{
$this->blocked_profile = $blocked_profile;
$this->blocked_gsactor = $blocked_gsactor;
return $this;
}
public function getBlockedProfile(): int
public function getBlockedGsactor(): int
{
return $this->blocked_profile;
return $this->blocked_gsactor;
}
public function setBlockerUser(int $blocker_user): self