Ejemplo n.º 1
0
 /**
  * Here we always set taxclass to 1, as traffic doesn't have valid templates.
  *
  * @param date   The date when the template should have been valid
  * @param array  All appropriate template keys
  * @return array The valid template
  *
  * @author Former03 GmbH :: Florian Lippert <*****@*****.**>
  */
 function findValidTemplate($timestamp, $templatekeys)
 {
     return array_merge(array('taxclass' => '1'), parent::findValidTemplate($timestamp, $templatekeys));
 }