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