コード例 #1
0
 /** List available Oauth tokens that have been generated for use.
  * @access public
  * @return void
  */
 public function indexAction()
 {
     $tokens = new OauthTokens();
     $this->view->tokens = $tokens->fetchAll();
 }