@@ -16,6 +16,6 @@ |
||
| 16 | 16 | $container = new \Core\Form\CollectionContainer('CvEmploymentForm', new \Cv\Entity\Employment()); |
| 17 | 17 | $container->setLabel(/*@translate */ 'Employment history'); |
| 18 | 18 | |
| 19 | - return $container; |
|
| 19 | + return $container; |
|
| 20 | 20 | } |
| 21 | 21 | } |
@@ -32,9 +32,9 @@ |
||
| 32 | 32 | public function init() |
| 33 | 33 | { |
| 34 | 34 | $this->setName('preferredJob') |
| 35 | - ->setHydrator(new EntityHydrator()) |
|
| 36 | - ->setObject(new PreferredJob()) |
|
| 37 | - ->setLabel('Desired Employment'); |
|
| 35 | + ->setHydrator(new EntityHydrator()) |
|
| 36 | + ->setObject(new PreferredJob()) |
|
| 37 | + ->setLabel('Desired Employment'); |
|
| 38 | 38 | |
| 39 | 39 | $this->add( |
| 40 | 40 | array( |
@@ -11,7 +11,7 @@ |
||
| 11 | 11 | |
| 12 | 12 | public function init() |
| 13 | 13 | { |
| 14 | - // $this->setDescription(/*@translate*/' Where do you want to work tomorrow. This heading gives an immediate overview of your desired next job.'); |
|
| 14 | + // $this->setDescription(/*@translate*/' Where do you want to work tomorrow. This heading gives an immediate overview of your desired next job.'); |
|
| 15 | 15 | $this->setIsDescriptionsEnabled(true); |
| 16 | 16 | parent::init(); |
| 17 | 17 | } |
@@ -124,9 +124,9 @@ |
||
| 124 | 124 | public function init() |
| 125 | 125 | { |
| 126 | 126 | $this->setName('nativeLanguages') |
| 127 | - ->setHydrator(new EntityHydrator()) |
|
| 128 | - ->setObject(new NativeLanguageEntity()) |
|
| 129 | - ->setLabel('Native Language'); |
|
| 127 | + ->setHydrator(new EntityHydrator()) |
|
| 128 | + ->setObject(new NativeLanguageEntity()) |
|
| 129 | + ->setLabel('Native Language'); |
|
| 130 | 130 | |
| 131 | 131 | |
| 132 | 132 | $this->add( |
@@ -60,11 +60,11 @@ |
||
| 60 | 60 | protected $skills; |
| 61 | 61 | |
| 62 | 62 | /** |
| 63 | - * Skills |
|
| 64 | - * |
|
| 65 | - * @var ArrayCollection |
|
| 66 | - * @ODM\EmbedMany(targetDocument="\Cv\Entity\Language") |
|
| 67 | - */ |
|
| 63 | + * Skills |
|
| 64 | + * |
|
| 65 | + * @var ArrayCollection |
|
| 66 | + * @ODM\EmbedMany(targetDocument="\Cv\Entity\Language") |
|
| 67 | + */ |
|
| 68 | 68 | protected $languageSkills; |
| 69 | 69 | |
| 70 | 70 | /** |
@@ -46,4 +46,4 @@ |
||
| 46 | 46 | public function setExpectedSalary($expectedSalary); |
| 47 | 47 | |
| 48 | 48 | public function getExpectedSalary(); |
| 49 | - } |
|
| 49 | + } |
|