current() публичный Метод

Display current issue page.
public current ( $args, $request )
Пример #1
0
 /**
  * Display about index page.
  */
 function index($args)
 {
     IssueHandler::current();
 }