Example #1
0
 public function add_attr(\Helper\Database\Attr $attr)
 {
     return $this->add_column($attr->name, $attr->get_data());
 }