name = $config['name']; } if ( isset( $config['label'] ) ) { $this->label = $config['label']; } if ( isset( $config['control'] ) ) { $this->control = $config['control']; } if ( isset( $config['location'] ) ) { $this->location = $config['location']; } if ( isset( $config['order'] ) ) { $this->order = $config['order']; } } }