diff --git a/module/metric/dataset.php b/module/metric/dataset.php index 3e63c25def..4d8afd1816 100644 --- a/module/metric/dataset.php +++ b/module/metric/dataset.php @@ -23,6 +23,14 @@ class dataset $this->vision = $vision; } + /** + * append where condition of vision. + * + * @param PDOStatement $query + * @param string $table + * @access public + * @return PDOStatement + */ public function defaultWhere($query, $table) { $visions = explode(',', $this->vision);