text = $text; } /** * @ORM\Column(type="string") */ protected $text; public function getText() { return $this->text; } } ?>