@@ -22,6 +22,11 @@ |
||
22 | 22 | protected $group; |
23 | 23 | protected $address; |
24 | 24 | |
25 | + /** |
|
26 | + * @param string $name |
|
27 | + * @param string $email |
|
28 | + * @param string $password |
|
29 | + */ |
|
25 | 30 | function __construct($name, $email, $password, UserGroup $Group) { |
26 | 31 | $this->setName($name); |
27 | 32 | $this->setEmail($email); |
@@ -22,6 +22,10 @@ |
||
22 | 22 | |
23 | 23 | protected $city; |
24 | 24 | |
25 | + /** |
|
26 | + * @param string $code |
|
27 | + * @param string $street |
|
28 | + */ |
|
25 | 29 | function __construct(City $City,$code,$street) { |
26 | 30 | $this->setCity($City); |
27 | 31 | $this->setCode($code); |