Exemple #1
0
 /**
  * The constructor
  *
  * @return \CFind
  */
 function __construct()
 {
     $this->type = "Find";
     parent::__construct();
 }
Exemple #2
0
 /**
  * The constructor
  *
  * @return self
  */
 function __construct()
 {
     $this->type = "Echo";
     parent::__construct();
 }