Mercurial > pub > Impl
comparison Lib/IMPL/DOM/Schema.pm @ 406:f23fcb19d3c1 ref20150831
implemented ServicesBag
author | cin |
---|---|
date | Mon, 31 Aug 2015 20:22:16 +0300 |
parents | 5aff94ba842f |
children |
comparison
equal
deleted
inserted
replaced
405:cd6c6e61d442 | 406:f23fcb19d3c1 |
---|---|
116 sub Include { | 116 sub Include { |
117 my ($this,$file) = @_; | 117 my ($this,$file) = @_; |
118 | 118 |
119 my $schema = $this->LoadSchema(File::Spec->catfile($this->baseDir, $file)); | 119 my $schema = $this->LoadSchema(File::Spec->catfile($this->baseDir, $file)); |
120 | 120 |
121 $this->baseSchemas->Append( $schema ); | 121 $this->baseSchemas->Push( $schema ); |
122 } | 122 } |
123 | 123 |
124 sub LoadSchema { | 124 sub LoadSchema { |
125 my ($this,$file) = @_; | 125 my ($this,$file) = @_; |
126 | 126 |