1 changed files with 0 additions and 30 deletions
@ -1,30 +0,0 @@ |
|||||||
<?php |
|
||||||
|
|
||||||
namespace App\Entity; |
|
||||||
|
|
||||||
class MainCategory { |
|
||||||
private string $title; |
|
||||||
private array $tags; |
|
||||||
|
|
||||||
public function getTitle(): string |
|
||||||
{ |
|
||||||
return $this->title; |
|
||||||
} |
|
||||||
|
|
||||||
public function setTitle(string $title): void |
|
||||||
{ |
|
||||||
$this->title = $title; |
|
||||||
} |
|
||||||
|
|
||||||
public function getTags(): array |
|
||||||
{ |
|
||||||
return $this->tags; |
|
||||||
} |
|
||||||
|
|
||||||
public function setTags(array $tags): void |
|
||||||
{ |
|
||||||
$this->tags = $tags; |
|
||||||
} |
|
||||||
|
|
||||||
|
|
||||||
} |
|
||||||
Loading…
Reference in new issue