__construct() public method

public __construct ( $text = null, $matchType = null, $id = null, $type = null, $CriterionType = null )
示例#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;
 }
示例#3
0
 public function __construct($db)
 {
     parent::__construct($db);
 }