Beispiel #1
0
 /**
  * @param string $key
  * @param string $value
  * @return string
  */
 protected function attributeElement($key, $value)
 {
     if (is_array($value)) {
         $value = implode(' ', $value);
     }
     return parent::attributeElement($key, $value);
 }