Page theme combine codes

Permalink
Hello Concrete5 memebers,

I was curious if I can somehow combine the following code:

public function getThemeAreaClasses()
    {
        return array(
            'field-one', 'field-two', 'field-three' 'etc etc etc' => array(
                'code-one',
                'code-two',
                'code-three',
            ),
        );
    }

nesoor