ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
Target.php
Go to the documentation of this file.
1 <?php
2 
7 {
11  public $name = 'Target';
12 
16  public function setup($config)
17  {
18  $elements = array('a');
19  foreach ($elements as $name) {
20  $e = $this->addBlankElement($name);
21  $e->attr = array(
23  );
24  }
25  }
26 }
27 
28 // vim: et sw=4 sts=4