ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ScriptRequired.php
Go to the documentation of this file.
1 <?php
2 
7 {
14  public function transform($attr, $config, $context)
15  {
16  if (!isset($attr['type'])) {
17  $attr['type'] = 'text/javascript';
18  }
19  return $attr;
20  }
21 }
22 
23 // vim: et sw=4 sts=4