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:
authorMichal Čihař <mcihar@suse.cz>2012-06-07 13:32:35 +0400
committerMichal Čihař <mcihar@suse.cz>2012-06-07 13:32:35 +0400
commit6e0a3d74f6e05d0901a232f23877093c815145ab (patch)
tree0e4aa4568457dfa353e620481ce6e75ae56ca8b2 /libraries
parentc59da3d90551bbc323e43ae3283b7e625ab699df (diff)
Add method docblock
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;