setAttributes( [ 'class' => 'oo-ui-labelIconWidget-row', ] ); $icon = new Tag( 'div' ); $label = new Tag( 'div' ); $this->initializeIconElement( array_merge( $config, [ 'iconElement' => $icon ] ) ); $this->initializeLabelElement( array_merge( $config, [ 'labelElement' => $label ] ) ); $this->initializeTitledElement( $config ); $this->addClasses( [ 'oo-ui-labelIconWidget' ] ); $tableRow->appendContent( $icon, $label ); $this->appendContent( $tableRow ); } }