début refonte gestion versements
FossilOrigin-Name: 1be54b8a985d3fb24895bae4cc5481743edf0a68dbb0eb4278580df3ce7f530d
This commit is contained in:
parent
2e8eb26e5a
commit
af7816d97f
11 changed files with 322 additions and 112 deletions
|
|
@ -35,7 +35,6 @@ class Personne
|
|||
|
||||
/**
|
||||
* return copie d'une personne
|
||||
*/
|
||||
public function clone()
|
||||
{
|
||||
return new Personne(
|
||||
|
|
@ -46,6 +45,7 @@ class Personne
|
|||
$this->ville,
|
||||
$this->courriel);
|
||||
}
|
||||
*/
|
||||
|
||||
/**
|
||||
* ajouter un versement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue