예제 #1
0
 /**
  * Adds the CSS class I want all of my textfields to have.
  *
  * @param   string  $model
  * @param   string  $column
  * @return  void
  **/
 public function initialize($model, $column)
 {
     parent::initialize($model, $column);
     array_push($this->css_class, 'inp-text');
 }