@@ -65,11 +65,17 @@ |
||
65 | 65 | return $this->setCostsByArray(($this->costs) ? $this->costs : $defaultCosts); |
66 | 66 | } |
67 | 67 | |
68 | + /** |
|
69 | + * @param Costs $value |
|
70 | + */ |
|
68 | 71 | public function setCosts($value) |
69 | 72 | { |
70 | 73 | return $this->set('costs', $value); |
71 | 74 | } |
72 | 75 | |
76 | + /** |
|
77 | + * @param string $key |
|
78 | + */ |
|
73 | 79 | protected function set($key, $value) |
74 | 80 | { |
75 | 81 | $this->$key = $value; |
@@ -62,6 +62,9 @@ |
||
62 | 62 | return $this->input; |
63 | 63 | } |
64 | 64 | |
65 | + /** |
|
66 | + * @param string $name |
|
67 | + */ |
|
65 | 68 | protected function factoryExpert($name) |
66 | 69 | { |
67 | 70 | $expertObject = __NAMESPACE__.'\\Similar'.ucfirst($name); |