equal
deleted
inserted
replaced
26 * @var string $title |
26 * @var string $title |
27 * |
27 * |
28 * @ORM\Column(name="title", type="string", length=255) |
28 * @ORM\Column(name="title", type="string", length=255) |
29 */ |
29 */ |
30 private $title; |
30 private $title; |
31 |
31 |
|
32 |
32 /** |
33 /** |
33 * @var text $description |
34 * @var text $description |
34 * |
35 * |
35 * @ORM\Column(name="description", type="text") |
36 * @ORM\Column(name="description", type="text") |
36 */ |
37 */ |
65 public function getTitle() |
66 public function getTitle() |
66 { |
67 { |
67 return $this->title; |
68 return $this->title; |
68 } |
69 } |
69 |
70 |
|
71 |
70 /** |
72 /** |
71 * Set description |
73 * Set description |
72 * |
74 * |
73 * @param text $description |
75 * @param text $description |
74 */ |
76 */ |