/[openfoncier]/trunk/services/metier/consultationmanager.php
ViewVC logotype

Diff of /trunk/services/metier/consultationmanager.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 523 by mlimic, Fri Oct 19 11:59:44 2012 UTC revision 526 by mlimic, Fri Oct 19 14:38:37 2012 UTC
# Line 22  class ConsultationManager extends Metier Line 22  class ConsultationManager extends Metier
22       *       *
23       * Calls it's parent constructor to establish a DB connection.       * Calls it's parent constructor to establish a DB connection.
24       */           */    
25      function __construct() {      public function __construct() {
26          parent::__construct();          parent::__construct();
27      }      }
28            
# Line 32  class ConsultationManager extends Metier Line 32  class ConsultationManager extends Metier
32       *       *
33       * Call's its parent's destructor.       * Call's its parent's destructor.
34       */           */    
35      function __destruct() {      public function __destruct() {
36          parent::__destruct();          parent::__destruct();
37      }      }
38    
# Line 44  class ConsultationManager extends Metier Line 44  class ConsultationManager extends Metier
44       * @param string $id The ID of the dossier.       * @param string $id The ID of the dossier.
45       * @return bool 'OK'       * @return bool 'OK'
46       */       */
47      function recommendation($data, $id) {      public function recommendation($data, $id) {
48      /*              /*        
49          $date = $this->contents['date_retour'];          $date = $this->contents['date_retour'];
50                    

Legend:
Removed from v.523  
changed lines
  Added in v.526

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26