diff options
| author | Damien Regad <dregad@mantisbt.org> | 2021-02-01 17:59:42 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2021-02-01 17:59:42 +0100 |
| commit | e6212b37e38ad8eefbfddb8aa7b9233716f92131 (patch) | |
| tree | ea7ba56980edc592ff0849f6e71055f09970f5c7 /adodb-xmlschema03.inc.php | |
| parent | 4f1d8e9553f6a6dac2137db13fe24df3b0fe4fb7 (diff) | |
| parent | 2af4a68e524e514c81df9ddc4223be23711d40b5 (diff) | |
| download | adodb-e6212b37e38ad8eefbfddb8aa7b9233716f92131.tar.gz adodb-e6212b37e38ad8eefbfddb8aa7b9233716f92131.tar.bz2 adodb-e6212b37e38ad8eefbfddb8aa7b9233716f92131.zip | |
Merge branch 'release/5.21' into master
# Conflicts:
# docs/changelog.md
Diffstat (limited to 'adodb-xmlschema03.inc.php')
| -rw-r--r-- | adodb-xmlschema03.inc.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/adodb-xmlschema03.inc.php b/adodb-xmlschema03.inc.php index 40fdda31..d738c9f7 100644 --- a/adodb-xmlschema03.inc.php +++ b/adodb-xmlschema03.inc.php @@ -2071,12 +2071,12 @@ class adoSchema { * * Call this method to create an XML schema string from an existing database. * If the data parameter is set to TRUE, AXMLS will include the data from the database - * in the schema. + * tables in the schema. * - * @param boolean $data Include data in schema dump - * @indent string indentation to use - * @prefix string extract only tables with given prefix - * @stripprefix strip prefix string when storing in XML schema + * @param boolean $data include data in schema dump + * @param string $indent indentation to use + * @param string $prefix extract only tables with given prefix + * @param boolean $stripprefix strip prefix string when storing in XML schema * @return string Generated XML schema */ function extractSchema( $data = FALSE, $indent = ' ', $prefix = '' , $stripprefix=false) { |
