We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62a6bb commit a6c5fcaCopy full SHA for a6c5fca
1 file changed
src/contracts/Repository/Values/Content/Section.php
@@ -33,4 +33,19 @@ class Section extends ValueObject
33
* Name of the section.
34
*/
35
protected string $name;
36
+
37
+ public function getId(): int
38
+ {
39
+ return $this->id;
40
+ }
41
42
+ public function getIdentifier(): string
43
44
+ return $this->identifier;
45
46
47
+ public function getName(): string
48
49
+ return $this->name;
50
51
}
0 commit comments