Méthode | Description | |
---|---|---|
generateClassDefinitionJson ( |
||
generateFieldCollectionJson ( $fieldCollection ) : string | ||
generateLayoutTreeFromArray ( $array, boolean $throwException = false ) : boolean | ||
generateObjectBrickJson ( $objectBrick ) : string | ||
importClassDefinitionFromJson ( $class, $json, $throwException = false ) : boolean | ||
importFieldCollectionFromJson ( $fieldCollection, $json, $throwException = false ) : boolean | ||
importObjectBrickFromJson ( $objectBrick, $json, $throwException = false ) : boolean | ||
skipColumn ( $tableDefinitions, $table, $colName, $type, $default, $null ) : boolean | ||
updateTableDefinitions ( &$tableDefinitions, $tableNames ) |
public static generateClassDefinitionJson ( |
||
$class | ||
Résultat | string |
public static generateFieldCollectionJson ( $fieldCollection ) : string | ||
$fieldCollection | ||
Résultat | string |
public static generateLayoutTreeFromArray ( $array, boolean $throwException = false ) : boolean | ||
$array | ||
$throwException | boolean | |
Résultat | boolean |
public static generateObjectBrickJson ( $objectBrick ) : string | ||
$objectBrick | ||
Résultat | string |
public static importClassDefinitionFromJson ( $class, $json, $throwException = false ) : boolean | ||
$class | ||
$json | ||
Résultat | boolean |
public static importFieldCollectionFromJson ( $fieldCollection, $json, $throwException = false ) : boolean | ||
$fieldCollection | ||
$json | ||
Résultat | boolean |
public static importObjectBrickFromJson ( $objectBrick, $json, $throwException = false ) : boolean | ||
$objectBrick | ||
$json | ||
Résultat | boolean |
public static skipColumn ( $tableDefinitions, $table, $colName, $type, $default, $null ) : boolean | ||
$tableDefinitions | ||
$table | ||
$colName | ||
$type | ||
$default | ||
$null | ||
Résultat | boolean |
public static updateTableDefinitions ( &$tableDefinitions, $tableNames ) | ||
$tableDefinitions | ||
$tableNames |