NAME
Frost::Locum - Only the semblance is immaculate
ABSTRACT
No documentation yet...
DESCRIPTION
This class is the default base class for all Frost-using classes. When you use Frost
in a class, your class will inherit from this class.
CLASS METHODS
Frost::Locum->get_auto_inc ( $asylum )
PUBLIC ATTRIBUTES
id
asylum
PRIVATE ATTRIBUTES
_status
_dirty
CONSTRUCTORS
Frost::Locum->new ( %params )
This method calls the $class->BUILDARGS ( @_ )
, and then creates a new instance of the appropriate class.
If the spirit of the instance was not saved, the method calls $instance->BUILD ( $params )
, if provided.
Otherwise no initialization takes place.
In the end always a new instance blessed in the appropriate class is returned.
$class->BUILDARGS ( @_ )
Prepares auto_id
resp. auto_inc
if necessary.
PRIVATE METHODS
$instance->_sanctify ( $slot_name )
$instance->_curse ( $slot_name )
$instance->_exists ( $slot_name )
$instance->_silence ( $slot_name, $value )
$instance->_evoke ( $slot_name )
$instance->_forget ( $slot_name )
GETTING HELP
I'm reading the Moose mailing list frequently, so please ask your questions there.
The mailing list is moose@perl.org. You must be subscribed to send a message. To subscribe, send an empty message to moose-subscribe@perl.org
BUGS
All complex software has bugs lurking in it, and this module is no exception.
Please report any bugs to me or the mailing list.
AUTHOR
Ernesto ernesto@dienstleistung-kultur.de
COPYRIGHT AND LICENSE
Copyright (C) 2010 by Dienstleistung Kultur Ltd. & Co. KG
http://dienstleistung-kultur.de/frost/
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.