/**
  * pass our child targets function to myportalobject
  */
 public static function targetNames($id, $class = __CLASS__)
 {
     return parent::targetNames($id, $class);
 }