Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function join(array $words)
 {
     return strtoupper(parent::join($words));
 }