Mercurial > pub > Impl
comparison Lib/IMPL/Web/View/Metadata/BaseMeta.pm @ 368:010ceafd0c5a
form metadata + tests
| author | cin |
|---|---|
| date | Wed, 04 Dec 2013 17:31:53 +0400 |
| parents | 608e74bc309f |
| children |
comparison
equal
deleted
inserted
replaced
| 367:608e74bc309f | 368:010ceafd0c5a |
|---|---|
| 55 } else { | 55 } else { |
| 56 my @childNames; | 56 my @childNames; |
| 57 my %childMap; | 57 my %childMap; |
| 58 my @result; | 58 my @result; |
| 59 | 59 |
| 60 foreach my $child (@{$this->PopulateProperties($this)}) { | 60 foreach my $child (@{$this->PopulateProperties()}) { |
| 61 $childMap{$child->name} = $child; | 61 $childMap{$child->name} = $child; |
| 62 push @childNames, $child->name; | 62 push @childNames, $child->name; |
| 63 push @result, $child; | 63 push @result, $child; |
| 64 } | 64 } |
| 65 | 65 |
