addAttributes(['class' => 'host-state-badges']); $this->add(array_filter([ $this->createGroup('down'), $this->createBadge('unknown'), $this->createBadge('up'), $this->createBadge('pending') ])); } }