mixin( new IconElement( $this, $config ) ); $this->mixin( new LabelElement( $this, $config ) ); $this->mixin( new GroupElement( $this, $config ) ); // Initialization $this ->addClasses( array( 'oo-ui-fieldsetLayout' ) ) ->prependContent( $this->icon, $this->label, $this->group ); if ( isset( $config['items'] ) ) { $this->addItems( $config['items'] ); } } }