public function execute(array $options = NULL)
 {
     return new OAuth_Response(parent::execute($options));
 }
Beispiel #2
0
 public function execute(array $options = NULL)
 {
     return OAuth_Response::factory(parent::execute($options));
 }