view Lib/IMPL/Class/DirectPropertyInfo.pm @ 321:3dc9260017ad

Added JSON support for the request action
author cin
date Mon, 20 May 2013 01:14:27 +0400
parents 4ddb27ff4a0b
children
line wrap: on
line source

package IMPL::Class::DirectPropertyInfo;
use strict;

use parent 'IMPL::Class::PropertyInfo';
our %CTOR = ('IMPL::Class::PropertyInfo' => '@_');

__PACKAGE__->mk_accessors(qw(fieldName directAccess));
	

1;