Beispiel #1
0
 /**
  * {@inheritDoc}
  */
 public function setup($options = array())
 {
     foreach (array_keys($this->column) as $key) {
         if (isset($options[$key])) {
             $this->column[$key] = (string) $options[$key];
             unset($options[$key]);
         }
     }
     parent::setup($options);
 }