/**
  * @see xfEngine
  */
 public function id()
 {
     return $this->engine->id();
 }
 /**
  * @see xfIndex
  */
 public final function describe()
 {
     $this->setup();
     return $this->engine->describe();
 }