add element youtube url
This commit is contained in:
parent
f9c4d72e60
commit
ff58f23bb7
10 changed files with 27 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ class Element
|
|||
private string $description,
|
||||
private string $richText,
|
||||
private ?string $pdfPath,
|
||||
private ?string $youtubeUrl,
|
||||
private Set $set,
|
||||
private ?Element $parentElement,
|
||||
) {
|
||||
|
|
@ -42,6 +43,11 @@ class Element
|
|||
return $this->pdfPath;
|
||||
}
|
||||
|
||||
public function getYoutubeUrl(): ?string
|
||||
{
|
||||
return $this->youtubeUrl;
|
||||
}
|
||||
|
||||
public function getSet(): Set
|
||||
{
|
||||
return $this->set;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue