Mercurial > pub > Impl
diff Lib/IMPL/DOM/Schema/Label.pm @ 389:5aff94ba842f
DOM Schema refactoring complete
author | cin |
---|---|
date | Wed, 12 Feb 2014 13:36:24 +0400 |
parents | 2f16f13b000c |
children |
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Schema/Label.pm Tue Feb 11 20:22:01 2014 +0400 +++ b/Lib/IMPL/DOM/Schema/Label.pm Wed Feb 12 13:36:24 2014 +0400 @@ -50,4 +50,10 @@ return $this->_map->GetString($this->_id); } +sub Format { + my ($this,$args) = @_; + + return $this->_map->GetString($this->_id,$args); +} + 1; \ No newline at end of file