t('Yellow'), 'blue' => t('Blue'), 'green' => t('Green'), 'purple' => t('Purple'), 'red' => t('Red'), 'orange' => t('Orange'), 'grey' => t('Grey'), ); } /** * Get the default color * * @access public * @return string */ public function getDefaultColor() { return 'yellow'; // TODO: make this parameter configurable } }