/**
  * The constructor.
  *
  * @param int $uid the UID of the event to retrieve from the DB, must be > 0
  * @param array $configuration TS setup configuration array, may be empty
  */
 public function __construct($uid, array $configuration = array())
 {
     parent::__construct($uid);
     $this->conf = $configuration;
 }