Mercurial > pub > Impl
comparison Lib/IMPL/Web/Application/ControllerUnit.pm @ 315:77df11605d3a
code cleanup
author | cin |
---|---|
date | Tue, 07 May 2013 02:19:24 +0400 |
parents | c6d0f889ef87 |
children |
comparison
equal
deleted
inserted
replaced
314:109f28643025 | 315:77df11605d3a |
---|---|
26 public property formData => prop_get | owner_set; | 26 public property formData => prop_get | owner_set; |
27 public property formSchema => prop_get | owner_set; | 27 public property formSchema => prop_get | owner_set; |
28 public property formErrors => prop_get | owner_set; | 28 public property formErrors => prop_get | owner_set; |
29 } | 29 } |
30 | 30 |
31 my %publicProps = map {$_->Name , 1} __PACKAGE__->get_meta(typeof IMPL::Class::PropertyInfo); | 31 my %publicProps = map {$_->Name , 1} __PACKAGE__->GetMeta(typeof IMPL::Class::PropertyInfo); |
32 | 32 |
33 __PACKAGE__->class_data(CONTROLLER_METHODS,{}); | 33 __PACKAGE__->class_data(CONTROLLER_METHODS,{}); |
34 | 34 |
35 our @schemaInc; | 35 our @schemaInc; |
36 | 36 |