/**
  * Constructor
  *
  * @param int $index The index data id
  * @param string $sid The session id
  */
 public function __construct($index, $sid)
 {
     parent::__construct($sid, $index, 0, 1);
 }