ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
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
Writes default type for all objects.
Definition: SafeObject.php:7
transform($attr, $config, $context)
Definition: SafeObject.php:19
Processes an entire attribute array for corrections needing multiple values.