Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MOREAU Elise
project-covid
Commits
3428008d
Commit
3428008d
authored
Nov 01, 2020
by
Moreau Elise
Browse files
add setter in location entity
parent
61ce5617
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Domain/Location/Location.php
View file @
3428008d
...
...
@@ -70,6 +70,17 @@ class Location implements JsonSerializable
return
$this
->
longitude
;
}
public
function
setLatitude
(
$latitude
)
{
$this
->
latitude
=
$latitude
;
}
public
function
setLongitude
(
$longitude
)
{
$this
->
longitude
=
$longitude
;
}
/**
* @return array
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment