Ejemplo n.º 1
0
 /**
  * Constructor
  *
  * @param string  $key
  * @param boolean $match
  * @param float   $value
  * @param string  $description
  * @param array   $details
  */
 public function __construct($key, $match, $value, $description, $details)
 {
     parent::__construct($match, $value, $description);
     $this->key = $key;
     $this->details = $details;
 }
Ejemplo n.º 2
0
	public function __construct($id = false, $table = null, $ds = null) {
		parent::__construct($id, $table, $ds);
	}