mixin( new IndicatorElement( $this, array_merge( $config, array( 'indicatorElement' => $this ) ) ) ); $this->mixin( new TitledElement( $this, array_merge( $config, array( 'titled' => $this ) ) ) ); // Initialization $this->addClasses( array( 'oo-ui-indicatorWidget' ) ); } }