[AUTOGENERATED] Update auto generated code

This commit is contained in:
Diogo Peralta Cordeiro 2021-05-01 22:52:14 +01:00 committed by Hugo Sales
parent 4fcccb1d1c
commit 8f43c8b405
Signed by untrusted user: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
43 changed files with 185 additions and 142 deletions

View File

@ -127,50 +127,51 @@ class ForeignLink
return $this->profilesync; return $this->profilesync;
} }
public function setLastNoticesync(?DateTimeInterface $last_noticesync): self public function setLastNoticesync(?\DateTimeInterface $last_noticesync): self
{ {
$this->last_noticesync = $last_noticesync; $this->last_noticesync = $last_noticesync;
return $this; return $this;
} }
public function getLastNoticesync(): ?DateTimeInterface public function getLastNoticesync(): ?\DateTimeInterface
{ {
return $this->last_noticesync; return $this->last_noticesync;
} }
public function setLastFriendsync(?DateTimeInterface $last_friendsync): self public function setLastFriendsync(?\DateTimeInterface $last_friendsync): self
{ {
$this->last_friendsync = $last_friendsync; $this->last_friendsync = $last_friendsync;
return $this; return $this;
} }
public function getLastFriendsync(): ?DateTimeInterface public function getLastFriendsync(): ?\DateTimeInterface
{ {
return $this->last_friendsync; return $this->last_friendsync;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -77,28 +77,29 @@ class ForeignService
return $this->description; return $this->description;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -76,17 +76,18 @@ class ForeignSubscription
return $this->subscribed; return $this->subscribed;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -89,28 +89,29 @@ class ForeignUser
return $this->nickname; return $this->nickname;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -52,28 +52,29 @@ class Favourite extends Entity
return $this->gsactor_id; return $this->gsactor_id;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef() public static function schemaDef()

View File

@ -113,28 +113,29 @@ class Poll extends Entity
return $this->options; return $this->options;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
/** /**

View File

@ -101,28 +101,29 @@ class PollResponse extends Entity
return $this->selection; return $this->selection;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
/** /**

View File

@ -124,17 +124,18 @@ class Activity extends Entity
return $this->source; return $this->source;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -65,17 +65,18 @@ class AttachmentToNote extends Entity
return $this->note_id; return $this->note_id;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -71,28 +71,29 @@ class Avatar extends Entity
return $this->attachment_id; return $this->attachment_id;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
private ?Attachment $attachment = null; private ?Attachment $attachment = null;

View File

@ -103,39 +103,40 @@ class ConfirmAddress extends Entity
return $this->address_type; return $this->address_type;
} }
public function setClaimed(?DateTimeInterface $claimed): self public function setClaimed(?\DateTimeInterface $claimed): self
{ {
$this->claimed = $claimed; $this->claimed = $claimed;
return $this; return $this;
} }
public function getClaimed(): ?DateTimeInterface public function getClaimed(): ?\DateTimeInterface
{ {
return $this->claimed; return $this->claimed;
} }
public function setSent(DateTimeInterface $sent): self public function setSent(\DateTimeInterface $sent): self
{ {
$this->sent = $sent; $this->sent = $sent;
return $this; return $this;
} }
public function getSent(): DateTimeInterface public function getSent(): \DateTimeInterface
{ {
return $this->sent; return $this->sent;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -66,28 +66,29 @@ class Conversation extends Entity
return $this->note_id; return $this->note_id;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -66,28 +66,29 @@ class Cover extends Entity
return $this->attachment_id; return $this->attachment_id;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
private ?Attachment $attachment = null; private ?Attachment $attachment = null;

View File

@ -66,28 +66,29 @@ class Follow extends Entity
return $this->followed; return $this->followed;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -65,17 +65,18 @@ class FollowQueue extends Entity
return $this->followed; return $this->followed;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -181,28 +181,29 @@ class GSActor extends Entity
return $this->location_service; return $this->location_service;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public function getAvatarUrl() public function getAvatarUrl()

View File

@ -65,17 +65,18 @@ class GSActorBlock extends Entity
return $this->blocked; return $this->blocked;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -90,28 +90,29 @@ class GSActorCircle extends Entity
return $this->private; return $this->private;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -77,17 +77,18 @@ class GSActorTag extends Entity
return $this->tag; return $this->tag;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -66,28 +66,29 @@ class GSActorTagFollow extends Entity
return $this->gsactor_tag; return $this->gsactor_tag;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -234,28 +234,29 @@ class Group extends Entity
return $this->force_scope; return $this->force_scope;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -65,17 +65,18 @@ class GroupAlias extends Entity
return $this->group_id; return $this->group_id;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -77,17 +77,18 @@ class GroupBlock extends Entity
return $this->blocker_user; return $this->blocker_user;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -65,17 +65,18 @@ class GroupInbox extends Entity
return $this->activity_id; return $this->activity_id;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -63,6 +63,7 @@ class GroupJoinQueue extends Entity
return $this->group_id; return $this->group_id;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -90,28 +90,29 @@ class GroupMember extends Entity
return $this->uri; return $this->uri;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -101,17 +101,18 @@ class Invitation extends Entity
return $this->registered_user_id; return $this->registered_user_id;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -66,28 +66,29 @@ class LocalGroup extends Entity
return $this->nickname; return $this->nickname;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -230,28 +230,29 @@ class LocalUser extends Entity implements UserInterface
return $this->is_stream_private; return $this->is_stream_private;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public function getActor() public function getActor()

View File

@ -66,28 +66,29 @@ class LocationService extends Entity
return $this->description; return $this->description;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -164,28 +164,29 @@ class Note extends Entity
return $this->scope; return $this->scope;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public function getActorNickname() public function getActorNickname()

View File

@ -101,17 +101,18 @@ class NoteLocation extends Entity
return $this->location_service; return $this->location_service;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -77,17 +77,18 @@ class NoteSource extends Entity
return $this->url; return $this->url;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -65,17 +65,18 @@ class NoteTag extends Entity
return $this->note_id; return $this->note_id;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -78,28 +78,29 @@ class Notification extends Entity
return $this->reason; return $this->reason;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -64,28 +64,29 @@ class ProfileColor extends Entity
return $this->color; return $this->color;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array
{ {

View File

@ -65,17 +65,18 @@ class RelatedGroup extends Entity
return $this->related_group_id; return $this->related_group_id;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -65,13 +65,13 @@ class RememberMeToken extends Entity
return $this->value; return $this->value;
} }
public function setLastused(DateTimeInterface $lastused): self public function setLastused(\DateTimeInterface $lastused): self
{ {
$this->lastused = $lastused; $this->lastused = $lastused;
return $this; return $this;
} }
public function getLastused(): DateTimeInterface public function getLastused(): \DateTimeInterface
{ {
return $this->lastused; return $this->lastused;
} }
@ -98,6 +98,7 @@ class RememberMeToken extends Entity
return $this->username; return $this->username;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -53,17 +53,18 @@ class ReservedNickname extends Entity
return $this->nickname; return $this->nickname;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -78,28 +78,29 @@ class SmsCarrier extends Entity
return $this->email_pattern; return $this->email_pattern;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -64,28 +64,29 @@ class UserLocationPrefs extends Entity
return $this->share_location; return $this->share_location;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -182,28 +182,29 @@ class UserNotificationPrefs extends Entity
return $this->enable_posting; return $this->enable_posting;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array

View File

@ -90,28 +90,29 @@ class UserUrlShortenerPrefs extends Entity
return $this->max_notice_length; return $this->max_notice_length;
} }
public function setCreated(DateTimeInterface $created): self public function setCreated(\DateTimeInterface $created): self
{ {
$this->created = $created; $this->created = $created;
return $this; return $this;
} }
public function getCreated(): DateTimeInterface public function getCreated(): \DateTimeInterface
{ {
return $this->created; return $this->created;
} }
public function setModified(DateTimeInterface $modified): self public function setModified(\DateTimeInterface $modified): self
{ {
$this->modified = $modified; $this->modified = $modified;
return $this; return $this;
} }
public function getModified(): DateTimeInterface public function getModified(): \DateTimeInterface
{ {
return $this->modified; return $this->modified;
} }
// }}} Autocode // }}} Autocode
public static function schemaDef(): array public static function schemaDef(): array