Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clivi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NF17 - CAMP - P14
clivi
Commits
e614170d
Commit
e614170d
authored
10 years ago
by
clement
Browse files
Options
Downloads
Patches
Plain Diff
correction
parent
7f14b615
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
class/facture.php
+15
-15
15 additions, 15 deletions
class/facture.php
class/race.php
+4
-4
4 additions, 4 deletions
class/race.php
with
19 additions
and
19 deletions
class/facture.php
+
15
−
15
View file @
e614170d
...
...
@@ -40,43 +40,43 @@ class Facture extends Objet
$this
->
animal
=
$animal
;
}
public
function
date
_e
dition
()
public
function
date
E
dition
()
{
return
$this
->
date_edition
;
}
public
function
setDate
_e
dition
(
$date
_e
dition
)
public
function
setDate
E
dition
(
$date
E
dition
)
{
$this
->
date
_e
dition
=
$date
_e
dition
;
$this
->
date
E
dition
=
$date
E
dition
;
}
public
function
date
_p
aiement
()
public
function
date
P
aiement
()
{
return
$this
->
date
_p
aiement
;
return
$this
->
date
P
aiement
;
}
public
function
setDate
_p
aiement
(
$date
_p
aiement
)
public
function
setDate
P
aiement
(
$date
P
aiement
)
{
$this
->
date
_p
aiement
=
$date
_p
aiement
;
$this
->
date
P
aiement
=
$date
P
aiement
;
}
public
function
moyen
_p
aiement
()
public
function
moyen
P
aiement
()
{
return
$this
->
moyen
_p
aiement
;
return
$this
->
moyen
P
aiement
;
}
public
function
setMoyen
_p
aiement
(
$moyen
_p
aiement
)
public
function
setMoyen
P
aiement
(
$moyen
P
aiement
)
{
$this
->
moyen
_p
aiement
=
$moyen
_p
aiement
;
$this
->
moyen
P
aiement
=
$moyen
P
aiement
;
}
public
function
prix
_t
otal
()
public
function
prix
T
otal
()
{
return
$this
->
prix
_t
otal
;
return
$this
->
prix
T
otal
;
}
public
function
setPrix
_t
otal
(
$prix
_t
otal
)
public
function
setPrix
T
otal
(
$prix
T
otal
)
{
$this
->
prix
_t
otal
=
$prix
_t
otal
;
$this
->
prix
T
otal
=
$prix
T
otal
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
class/race.php
+
4
−
4
View file @
e614170d
...
...
@@ -26,13 +26,13 @@ class Race extends Objet
$this
->
espece
=
$espece
;
}
public
function
prix
_consult
()
public
function
prix
Intervention
()
{
return
$this
->
prix
_i
ntervention
;
return
$this
->
prix
I
ntervention
;
}
public
function
setPrix
_i
ntervention
(
$prix
_i
ntervention
)
public
function
setPrix
I
ntervention
(
$prix
I
ntervention
)
{
$this
->
prix
_i
ntervention
=
$prix
_i
ntervention
;
$this
->
prix
I
ntervention
=
$prix
I
ntervention
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment