/**
  * @param ilLanguage $lng
  */
 public function __construct(ilLanguage $lng)
 {
     $this->lng = $lng;
     parent::__construct('tst');
 }