comparison Lib/IMPL/Web/TT/Control.pm @ 171:59e5fcb59d86

Исправления, изменена концепция веб-форм
author sourcer
date Mon, 06 Jun 2011 03:30:36 +0400
parents 4267a2ac3d46
children d1676be8afcc
comparison
equal deleted inserted replaced
170:b88b7fe60aa3 171:59e5fcb59d86
1 package IMPL::Web::TT::Control; 1 package IMPL::Web::TT::Control;
2 2
3 use parent qw(IMPL::Web::TT::Collection); 3 use parent qw(IMPL::Web::TT::Collection);
4
4 5
5 use IMPL::Class::Property; 6 use IMPL::Class::Property;
6 use IMPL::DOM::Property qw(_dom); 7 use IMPL::DOM::Property qw(_dom);
7 8
8 __PACKAGE__->PassThroughArgs; 9 __PACKAGE__->PassThroughArgs;
39 } else { 40 } else {
40 return $this->toString().": ".$this->controlClass() . ": ".$this->path; 41 return $this->toString().": ".$this->controlClass() . ": ".$this->path;
41 } 42 }
42 } 43 }
43 } 44 }
44
45 1; 45 1;