mixin( new GroupElement( $this, array_merge( $config, array( 'group' => $this ) ) ) ); // Initialization $this->addClasses( array( 'oo-ui-horizontalLayout' ) ); if ( isset( $config['items'] ) ) { $this->addItems( $config['items'] ); } } }