コード例 #1
0
 public function execute(array $options = NULL)
 {
     return new OAuth_Response(parent::execute($options));
 }
コード例 #2
0
ファイル: token.php プロジェクト: ortodesign/cms
 public function execute(array $options = NULL)
 {
     return OAuth_Response::factory(parent::execute($options));
 }