Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libraries')
-rw-r--r--libraries/schema/Pdf_Relation_Schema.class.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/schema/Pdf_Relation_Schema.class.php b/libraries/schema/Pdf_Relation_Schema.class.php
index 3921155c47..1ca9591c69 100644
--- a/libraries/schema/Pdf_Relation_Schema.class.php
+++ b/libraries/schema/Pdf_Relation_Schema.class.php
@@ -1143,6 +1143,13 @@ class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema
$pdf->Download($filename);
}
+ /**
+ * Generates data dictionary pages.
+ *
+ * @param bool $alltables Tables to document.
+ *
+ * @return void
+ */
public function dataDictionaryDoc($alltables)
{
global $db, $pdf, $orientation, $paper;