|
@@ -471,14 +471,12 @@ class PublicEvent
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
- public function getStructureName()
|
|
|
|
|
|
|
+ public function getStructureName(): string
|
|
|
{
|
|
{
|
|
|
return $this->structureName;
|
|
return $this->structureName;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
- public function setStructureName($structureName)
|
|
|
|
|
|
|
+ public function setStructureName(string $structureName): PublicEvent
|
|
|
{
|
|
{
|
|
|
$this->structureName = $structureName;
|
|
$this->structureName = $structureName;
|
|
|
|
|
|