comparison Lib/IMPL/Web/View/TTContext.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 1eca08048ba9
children 2c14f66efa08
comparison
equal deleted inserted replaced
380:1eca08048ba9 381:ced5937ff21a
385 if ($template) { 385 if ($template) {
386 $this->cache->Set($sclass,$template); 386 $this->cache->Set($sclass,$template);
387 return $template; 387 return $template;
388 } 388 }
389 389
390 #todo $meta->GetISA 390 #todo $meta->GetISA to implement custom hierachy
391 push @isa, @{"${sclass}::ISA"}; 391 push @isa, @{"${sclass}::ISA"};
392 } 392 }
393 393
394 } 394 }
395 $this->throw(Template::Constants::ERROR_FILE, "can't find a template for the model $type") 395 $this->throw(Template::Constants::ERROR_FILE, "can't find a template for the model $type")