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
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.
$config
Definition: bootstrap.php:15
$context
Definition: webdav.php:25