Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dclarke-modus/5bc3e1a5f7a9664be5252819a1921f59 to your computer and use it in GitHub Desktop.
Save dclarke-modus/5bc3e1a5f7a9664be5252819a1921f59 to your computer and use it in GitHub Desktop.
abstract class HistoryPageTextHelper
{
const SERVICETIMEENTRY = array('ADD' => "{$user} logged {$prod_hour} hour and {$prod_minutes} minutes of Production Management Time and {$technical_hour} and {$technical_minutes} minutes of Technical Time for {$t_user} on the {$service}",
'DELETE' => "{$user} deleted {$prod_hour} hour and {prod_minutes} minutes of Production Management Time for {$t_user} on the {$service}");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment