Skip to content
Snippets Groups Projects
Commit f8f5c1e9 authored by goujonpa's avatar goujonpa
Browse files

presta

parent bb8e592f
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,19 @@ class Prestation extends Objet ...@@ -6,6 +6,19 @@ class Prestation extends Objet
protected $description; protected $description;
protected $type; protected $type;
protected $prix; protected $prix;
public $_specialFields = array(
"description" => array(
"i" => 3
),
"type" => array(
"i" => 2
)
"id" => array(
"i" => 1
)
"prix" => array(
"i" => 4
));
public function id() public function id()
{ {
......
...@@ -25,9 +25,7 @@ class Rdv extends Objet ...@@ -25,9 +25,7 @@ class Rdv extends Objet
"duree" => array( "duree" => array(
"i" => 5 "i" => 5
) ));
);
public function id() public function id()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment