From f105b014ab23e81eea32c885672fa1b26e15ae07 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Sun, 28 Oct 2012 18:28:06 +0530 Subject: [PATCH] Add @subpackage tag. Remove trailing white spaces --- .../plugins/export/TableProperty.class.php | 49 ++++++++++--------- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/libraries/plugins/export/TableProperty.class.php b/libraries/plugins/export/TableProperty.class.php index bc544a8774..a928a6c3d1 100644 --- a/libraries/plugins/export/TableProperty.class.php +++ b/libraries/plugins/export/TableProperty.class.php @@ -1,7 +1,7 @@ type; } - /** + /** * Tells whether the key is null or not - * + * * @return bool true if the key is not null, false otherwise */ function isNotNull() @@ -100,9 +101,9 @@ class TableProperty return $this->nullable == "NO" ? "true" : "false"; } - /** + /** * Tells whether the key is unique or not - * + * * @return bool true if the key is unique, false otherwise */ function isUnique() @@ -112,7 +113,7 @@ class TableProperty /** * Gets the .NET primitive type - * + * * @return string type */ function getDotNetPrimitiveType() @@ -146,7 +147,7 @@ class TableProperty /** * Gets the .NET object type - * + * * @return string type */ function getDotNetObjectType() @@ -195,7 +196,7 @@ class TableProperty /** * Tells whether the key is primary or not - * + * * @return bool true if the key is primary, false otherwise */ function isPK() @@ -205,7 +206,7 @@ class TableProperty /** * Formats a string for C# - * + * * @param string $text string to be formatted * * @return string formatted text @@ -222,7 +223,7 @@ class TableProperty /** * Formats a string for XML - * + * * @param string $text string to be formatted * * @return string formatted text @@ -244,7 +245,7 @@ class TableProperty /** * Formats a string - * + * * @param string $text string to be formatted * * @return string formatted text