public function buildRequest($options)
 {
     /*{{{*/
     $this->data = LaKaLaRequest::create($options);
     return $this->data;
 }