Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active June 26, 2021 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcsee/74d9534ee563afc1fdf766b90115fb10 to your computer and use it in GitHub Desktop.
Save mcsee/74d9534ee563afc1fdf766b90115fb10 to your computer and use it in GitHub Desktop.
<?
final class EmployeeTaxesCalculator {
function taxesPayedUntilToday($context) {
return $context->SelectTaxesForEmployeeUntil(
$this->ssn,
$context->currentDate());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment