view Lib/IMPL/Web/Security/User.pm @ 187:927653d01f4f

TTControl::AUTOLOAD now accesses nodeProperties Added TTControl::renderBlock property to access RENDER block of the template
author sergey
date Tue, 03 Apr 2012 07:54:25 +0400
parents 4267a2ac3d46
children 6d8092d8ce1b
line wrap: on
line source

package IMPL::Web::Security::User;

use parent qw(IMPL::Security::Principal);

1;