Exemplo n.º 1
0
 /**
  * Constructor.
  */
 public function __construct($mixed = null)
 {
     parent::__construct($mixed);
     $this->search_params = null;
 }
Exemplo n.º 2
0
 /**
  * Constructor.
  */
 public function __construct($mixed = null)
 {
     parent::__construct($mixed);
 }
Exemplo n.º 3
0
 public function __construct($mixed = NULL)
 {
     $this->paper = 'no paper';
     $this->web_links = array();
     parent::__construct($mixed);
 }