diff options
author | xue <> | 2006-06-28 11:24:19 +0000 |
---|---|---|
committer | xue <> | 2006-06-28 11:24:19 +0000 |
commit | 2121ac351266a79adee962a824aa58b1a643c980 (patch) | |
tree | 2fe93c139f49ca2215adb4152984de5b4f497fbf /framework/Web/UI | |
parent | 98ffb7a2cb6144de626093bdf5009444661f957c (diff) |
Some minor fixes.
Diffstat (limited to 'framework/Web/UI')
-rw-r--r-- | framework/Web/UI/WebControls/TDataGridColumn.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Web/UI/WebControls/TDataGridColumn.php b/framework/Web/UI/WebControls/TDataGridColumn.php index fcb2e261..8c34b85f 100644 --- a/framework/Web/UI/WebControls/TDataGridColumn.php +++ b/framework/Web/UI/WebControls/TDataGridColumn.php @@ -68,6 +68,7 @@ abstract class TDataGridColumn extends TApplicationComponent * By explicitly specifying the column ID, one can access the column
* by $templateControl->ColumnID.
* @param string the ID of the column.
+ * @throws TInvalidDataValueException if the ID is of bad format
*/
public function setID($value)
{
|