Catalyst::Plugin::MobileUserID - mobile user id returned plugin for Catalyst


NAME

Catalyst::Plugin::MobileUserID - mobile user id returned plugin for Catalyst


SYNOPSIS

  package MyApp;
  
  use Catalystqw/MobileAgent MobileUserID/;
  
  package MyApp::Controller::Root;
  
  sub index : Private {
     my ($self,$c) = @_;
     print $c->req->mobile_userid->id;
  }


DESCRIPTION

This Plugin is mobile user id returned for Catalyst


METHODS

mobile_userid

Returns an instance of HTTP::MobileUserID


AUTHOR

Ittetsu Miyazaki <ittetsu.miyazaki@gmail.com>


LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


SEE ALSO

the HTTP::MobileAgent manpage,the HTTP::MobileUserID manpage,the Catalyst::Request manpage