ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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.
$context
Definition: webdav.php:25
$config
Definition: bootstrap.php:15
Writes default type for all objects.
Definition: SafeObject.php:6
transform($attr, $config, $context)
Definition: SafeObject.php:19