Home
last modified time | relevance | path

Searched refs:schemaJSON (Results 1 – 1 of 1) sorted by relevance

/plugin/struct/helper/
H A Dimexport.php94 * @param string $schemaJSON The structure of the schema as exportet by structs export functionality
101 public function importSchema($schemaName, $schemaJSON, $user = null)
103 $importer = new SchemaImporter($schemaName, $schemaJSON);
99 importSchema($schemaName, $schemaJSON, $user = null) global() argument