comparison Lib/IMPL/Transform.pm @ 243:cd2b1f121029

*TTView: fixed template selection based on the model type
author sergey
date Fri, 19 Oct 2012 02:23:15 +0400
parents 2904da230022
children 4ddb27ff4a0b
comparison
equal deleted inserted replaced
242:fe9d62d9054d 243:cd2b1f121029
63 #cache and return 63 #cache and return
64 return $this->{$_cache}->{$class} = $t if $t; 64 return $this->{$_cache}->{$class} = $t if $t;
65 65
66 push @isa, @{"${sclass}::ISA"}; 66 push @isa, @{"${sclass}::ISA"};
67 } 67 }
68 ;
68 }; 69 };
69 } 70 }
70 } 71 }
71 72
72 sub ProcessTemplate { 73 sub ProcessTemplate {