ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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
An exception for terminatinating execution or to throw for unit testing.
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.