AccordionEntry
class AccordionEntry implements JsonSerializable (View source)
Properties
protected int | $id | ||
protected string | $title | ||
protected string | $description |
Methods
__construct(int $id, string $title, string $description)
AccordionEntry constructor.
string
getTitle()
No description
void
setTitle(string $title)
No description
string
getDescription()
No description
void
setDescription(string $description)
No description
int
getId()
No description
void
setId(int $id)
No description
jsonSerialize()
No description
Details
__construct(int $id, string $title, string $description)
AccordionEntry constructor.
string
getTitle()
No description
void
setTitle(string $title)
No description
string
getDescription()
No description
void
setDescription(string $description)
No description
int
getId()
No description
void
setId(int $id)
No description
jsonSerialize()
No description