<?php

class RawLabelCellHeader extends ListHeader {

    public function __construct() {
        $this->elementTypes[] = 'rawLabel';
    }

}