Mercurial > pub > Impl
view Lib/IMPL/ORM/Schema/Relation.pm @ 381:ced5937ff21a
Custom getters/setters support method names in theirs definitions
Initial support for localizable labels in DOM schemas
author | cin |
---|---|
date | Wed, 22 Jan 2014 16:56:10 +0400 |
parents | 4267a2ac3d46 |
children |
line wrap: on
line source
package IMPL::ORM::Schema::Relation; use strict; use warnings; use parent qw(IMPL::DOM::Node); our %CTOR =( 'IMPL::DOM::Node' => sub { nodeName => $_[0] } ); 1;