Ejemplo n.º 1
0
 public function unique()
 {
     array_push($this->contraints, Constraint::unique(func_num_args()));
 }