| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | public static function setUpProperties($properties, Schema $ownerSchema) |
||
| 20 | { |
||
| 21 | $properties->schemaData = Schema::object()->setAdditionalProperties(Schema::object()) |
||
| 22 | ->setDescription('Map of schema url to schema data.'); |
||
| 23 | $properties->schemaFiles = Schema::object()->setAdditionalProperties(Schema::string()) |
||
| 24 | ->setDescription('Map of schema url to file path containing schema data.'); |
||
| 25 | } |
||
| 26 | } |