ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
SafeObject.php
Go to the documentation of this file.
1 <?php
2 
7 {
11  public $name = "SafeObject";
12 
19  public function transform($attr, $config, $context)
20  {
21  if (!isset($attr['type'])) {
22  $attr['type'] = 'application/x-shockwave-flash';
23  }
24  return $attr;
25  }
26 }
27 
28 // vim: et sw=4 sts=4
Processes an entire attribute array for corrections needing multiple values.
Writes default type for all objects.
Definition: SafeObject.php:6
transform($attr, $config, $context)
Definition: SafeObject.php:19