diff options
Diffstat (limited to 'framework/Web')
-rw-r--r-- | framework/Web/UI/TControl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/TControl.php b/framework/Web/UI/TControl.php index 6448ffcd..418a0646 100644 --- a/framework/Web/UI/TControl.php +++ b/framework/Web/UI/TControl.php @@ -485,7 +485,7 @@ class TControl extends TComponent * Returns the list of custom attributes.
* Custom attributes are name-value pairs that may be rendered
* as HTML tags' attributes.
- * @return TMap the list of custom attributes
+ * @return TAttributeCollection the list of custom attributes
*/
public function getAttributes()
{
|