__construct() public method

public __construct ( $text = null, $matchType = null, $id = null, $type = null, $CriterionType = null )
Exemplo n.º 1
0
 public function __construct($text = NULL, $matchType = NULL, $id = NULL, $type = NULL, $CriterionType = NULL)
 {
     parent::__construct();
     $this->text = $text;
     $this->matchType = $matchType;
     $this->id = $id;
     $this->type = $type;
     $this->CriterionType = $CriterionType;
 }
 public function __construct($text = null, $matchType = null)
 {
     parent::__construct();
     $this->text = $text;
     $this->matchType = $matchType;
 }
Exemplo n.º 3
0
 public function __construct($db)
 {
     parent::__construct($db);
 }