/**
  * Short description of method __construct
  *
  * @access public
  * @author Jerome Bogaerts, <*****@*****.**>
  * @param  string uri
  * @param  string debug
  */
 public function __construct($uri, $debug = '')
 {
     parent::__construct($uri, $debug);
 }
Beispiel #2
0
 /**
  * constructor
  *
  * @access public
  * @author Cédric Alfonsi, <*****@*****.**>
  * @param  string uri
  * @param  string debug
  * @return void
  */
 public function __construct($uri, $debug = '')
 {
     parent::__construct($uri, $debug);
     $this->lgDependent = null;
     $this->multiple = null;
 }
Beispiel #3
0
 /**
  * Short description of method __construct
  *
  * @access public
  * @author firstname and lastname of author, <*****@*****.**>
  * @param  string uri
  * @param  string debug
  * @return void
  */
 public function __construct($uri, $debug = '')
 {
     parent::__construct($uri);
     $this->debug = $debug;
 }