id; } public function getName() { return $this->name; } public function setName($name) : void { $this->name = $name; } public function getCreated() { return $this->created; } public function setCreated($created) : void { $this->created = $created; } public function getCreator() { return $this->creator; } public function setCreator($creator) : void { $this->creator = $creator; } /** * */ public function delete() : void { } /** * */ public function create() : void { } /** * */ public function update() : void { } /** * */ public function serialize() : void { } /** * */ public function unserialize($data) : void { } }