@@ -33,7 +33,7 @@ discard block |
||
33 | 33 | */ |
34 | 34 | public function setName($name) |
35 | 35 | { |
36 | - $this->name=$name; |
|
36 | + $this->name = $name; |
|
37 | 37 | } |
38 | 38 | |
39 | 39 | /** |
@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | */ |
52 | 52 | public function setLevel($level) |
53 | 53 | { |
54 | - $this->level=$level; |
|
54 | + $this->level = $level; |
|
55 | 55 | } |
56 | 56 | |
57 | 57 | /** |
@@ -78,7 +78,7 @@ |
||
78 | 78 | */ |
79 | 79 | public function setCurrentIndicator($currentIndicator) |
80 | 80 | { |
81 | - $this->currentIndicator=$currentIndicator; |
|
81 | + $this->currentIndicator = $currentIndicator; |
|
82 | 82 | return $this; |
83 | 83 | } |
84 | 84 |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * YAWIK |
|
4 | - * |
|
5 | - * @filesource |
|
6 | - * @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de) |
|
7 | - * @license MIT |
|
8 | - */ |
|
3 | + * YAWIK |
|
4 | + * |
|
5 | + * @filesource |
|
6 | + * @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de) |
|
7 | + * @license MIT |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | /** SettingsEntityResolverFactory.php */ |
11 | 11 | namespace Settings\Repository; |
@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | */ |
48 | 48 | public function setTypeOfApplication($typeOfApplication) |
49 | 49 | { |
50 | - $this->typeOfApplication=$typeOfApplication; |
|
50 | + $this->typeOfApplication = $typeOfApplication; |
|
51 | 51 | return $this; |
52 | 52 | } |
53 | 53 | |
@@ -63,7 +63,7 @@ discard block |
||
63 | 63 | |
64 | 64 | public function setPreferredJob($preferredJob) |
65 | 65 | { |
66 | - $this->preferredJob=$preferredJob; |
|
66 | + $this->preferredJob = $preferredJob; |
|
67 | 67 | return $this; |
68 | 68 | } |
69 | 69 | |
@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | |
75 | 75 | public function setWillingnessToTravel($willingnessToTravel) |
76 | 76 | { |
77 | - $this->willingnessToTravel=$willingnessToTravel; |
|
77 | + $this->willingnessToTravel = $willingnessToTravel; |
|
78 | 78 | return $this; |
79 | 79 | } |
80 | 80 |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * YAWIK |
|
4 | - * |
|
5 | - * @filesource |
|
6 | - * @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de) |
|
7 | - * @license MIT |
|
8 | - */ |
|
3 | + * YAWIK |
|
4 | + * |
|
5 | + * @filesource |
|
6 | + * @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de) |
|
7 | + * @license MIT |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | /** SettingsEntityResolverFactory.php */ |
11 | 11 | namespace Settings\Repository; |
@@ -15,8 +15,8 @@ |
||
15 | 15 | $hydrator = new EntityHydrator(); |
16 | 16 | $collectionStrategy = new CollectionStrategy(); |
17 | 17 | $hydrator->addStrategy('educations', $collectionStrategy) |
18 | - ->addStrategy('employments', $collectionStrategy) |
|
19 | - ->addStrategy('skills', $collectionStrategy); |
|
18 | + ->addStrategy('employments', $collectionStrategy) |
|
19 | + ->addStrategy('skills', $collectionStrategy); |
|
20 | 20 | |
21 | 21 | $this->setHydrator($hydrator); |
22 | 22 | } |
@@ -16,10 +16,10 @@ |
||
16 | 16 | { |
17 | 17 | $collection = new Collection('educations'); |
18 | 18 | $collection->setLabel('Education history') |
19 | - ->setCount(0) |
|
20 | - ->setShouldCreateTemplate(true) |
|
21 | - ->setAllowAdd(true) |
|
22 | - ->setTargetElement($serviceLocator->get('EducationFieldset')); |
|
19 | + ->setCount(0) |
|
20 | + ->setShouldCreateTemplate(true) |
|
21 | + ->setAllowAdd(true) |
|
22 | + ->setTargetElement($serviceLocator->get('EducationFieldset')); |
|
23 | 23 | return $collection; |
24 | 24 | } |
25 | 25 | } |
@@ -13,9 +13,9 @@ |
||
13 | 13 | public function init() |
14 | 14 | { |
15 | 15 | $this->setName('education') |
16 | - ->setHydrator(new EntityHydrator()) |
|
17 | - ->setObject(new EducationEntity()) |
|
18 | - ->setLabel('Education'); |
|
16 | + ->setHydrator(new EntityHydrator()) |
|
17 | + ->setObject(new EducationEntity()) |
|
18 | + ->setLabel('Education'); |
|
19 | 19 | |
20 | 20 | $this->add( |
21 | 21 | array( |
@@ -11,9 +11,9 @@ |
||
11 | 11 | public function init() |
12 | 12 | { |
13 | 13 | $this->setName('employment') |
14 | - ->setHydrator(new EntityHydrator()) |
|
15 | - ->setObject(new EmploymentEntity()) |
|
16 | - ->setLabel('Employment'); |
|
14 | + ->setHydrator(new EntityHydrator()) |
|
15 | + ->setObject(new EmploymentEntity()) |
|
16 | + ->setLabel('Employment'); |
|
17 | 17 | |
18 | 18 | $this->add( |
19 | 19 | array( |
@@ -11,9 +11,9 @@ |
||
11 | 11 | public function init() |
12 | 12 | { |
13 | 13 | $this->setName('language') |
14 | - ->setHydrator(new EntityHydrator()) |
|
15 | - ->setObject(new LanguageEntity()) |
|
16 | - ->setLabel('Language'); |
|
14 | + ->setHydrator(new EntityHydrator()) |
|
15 | + ->setObject(new LanguageEntity()) |
|
16 | + ->setLabel('Language'); |
|
17 | 17 | |
18 | 18 | $this->add( |
19 | 19 | array( |
@@ -11,9 +11,9 @@ |
||
11 | 11 | public function init() |
12 | 12 | { |
13 | 13 | $this->setName('skill') |
14 | - ->setHydrator(new EntityHydrator()) |
|
15 | - ->setObject(new SkillEntity()) |
|
16 | - ->setLabel('Language'); |
|
14 | + ->setHydrator(new EntityHydrator()) |
|
15 | + ->setObject(new SkillEntity()) |
|
16 | + ->setLabel('Language'); |
|
17 | 17 | |
18 | 18 | $this->add( |
19 | 19 | array( |