GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Adapter::Async::Model(3) User Contributed Perl Documentation Adapter::Async::Model(3)

Adapter::Async::Model - helper class for defining models

version 0.018

Generates accessors and helpers for code which interacts with Adapter::Async-related classes. Please read the warnings in Adapter::Async before continuing.

All definitions are applied via the "import" method:

 package Some::Class;
 use Adapter::Async::Model {
  some_thing => 'string',
  some_array => {
   collection => 'OrderedList',
   type => '::Thing',
  }
 };

Note that methods are applied via a UNITCHECK block by default.

  • defer_methods - if true (default), this will delay creation of methods such as "new" using a UNITCHECK block, pass defer_methods => 0 to disable this and create the methods immediately
  • model_base - the base class to prepend when types are specified with a leading ::

Tom Molesworth <TEAM@cpan.org>

Copyright Tom Molesworth 2013-2015. Licensed under the same terms as Perl itself.
2017-03-26 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.