public function execute(array $options = NULL)
 {
     return new OAuth_Response(parent::execute($options));
 }
Exemplo n.º 2
0
 public function execute(array $options = NULL)
 {
     return OAuth_Response::factory(parent::execute($options));
 }