ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
TargetBlank.php
Go to the documentation of this file.
1 <?php
2 
8 {
12  public $name = 'TargetBlank';
13 
17  public function setup($config)
18  {
19  $a = $this->addBlankElement('a');
20  $a->attr_transform_post[] = new HTMLPurifier_AttrTransform_TargetBlank();
21  }
22 }
23 
24 // vim: et sw=4 sts=4