Mercurial > pub > Impl
comparison Lib/IMPL/Class/Property/Base.pm @ 276:8a5da17d7ef9
*IMPL::Class refactoring property definition mechanism (incomplete).
author | sergey |
---|---|
date | Thu, 31 Jan 2013 17:37:44 +0400 |
parents | 6253872024a4 |
children | 6585464c4664 |
comparison
equal
deleted
inserted
replaced
275:6253872024a4 | 276:8a5da17d7ef9 |
---|---|
105 | 105 |
106 1; | 106 1; |
107 } | 107 } |
108 | 108 |
109 sub Implement { | 109 sub Implement { |
110 my ($self,$spec) = @_; | 110 my ($self, $name, $spec) = @_; |
111 | |
112 { | |
113 name => | |
114 } | |
111 } | 115 } |
112 | 116 |
113 # extract from property info: class, name, get_accessor, set_accessor, validator | 117 # extract from property info: class, name, get_accessor, set_accessor, validator |
114 sub RemapFactoryParams { | 118 sub RemapFactoryParams { |
115 my ($self,$propInfo) = @_; | 119 my ($self,$propInfo) = @_; |