Mercurial > pub > Impl
view Lib/IMPL/Web/View/TemplateView.pm @ 247:2270de2469ff
sync
author | sergey |
---|---|
date | Wed, 31 Oct 2012 04:18:35 +0400 |
parents | a02b110da931 |
children | 2879cdb6b8cd |
line wrap: on
line source
package IMPL::Web::View::TemplateView; use strict; use IMPL::Const qw(:prop); use IMPL::declare { base => [ 'IMPL::Web::ViewResult' => '@_' ], props => [ template => PROP_RW, defaultTemplate => PROP_RW ] }; 1;