comparison Lib/IMPL/Object/Accessor.pm @ 194:4d0e1962161c

Replaced tabs with spaces IMPL::Web::View - fixed document model, new features (control classes, document constructor parameters)
author cin
date Tue, 10 Apr 2012 20:08:29 +0400
parents d1676be8afcc
children 6d8092d8ce1b
comparison
equal deleted inserted replaced
193:8e8401c0aea4 194:4d0e1962161c
14 } 14 }
15 15
16 __PACKAGE__->static_accessor( propertyInfoClass => 'IMPL::Class::AccessorPropertyInfo' ); 16 __PACKAGE__->static_accessor( propertyInfoClass => 'IMPL::Class::AccessorPropertyInfo' );
17 17
18 sub _PropertyImplementor { 18 sub _PropertyImplementor {
19 'IMPL::Class::Property::Accessor' 19 'IMPL::Class::Property::Accessor'
20 } 20 }
21 1; 21 1;