summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/protected/pages/UI/LabeledTextBox.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/protected/pages/UI/LabeledTextBox.php')
-rw-r--r--tests/FunctionalTests/protected/pages/UI/LabeledTextBox.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/FunctionalTests/protected/pages/UI/LabeledTextBox.php b/tests/FunctionalTests/protected/pages/UI/LabeledTextBox.php
index 7cebc483..3a3eba2d 100644
--- a/tests/FunctionalTests/protected/pages/UI/LabeledTextBox.php
+++ b/tests/FunctionalTests/protected/pages/UI/LabeledTextBox.php
@@ -10,11 +10,17 @@
*/
class LabeledTextBox extends TTemplateControl
{
+ /**
+ * @return TTextBox textbox instance
+ */
public function getTextBox()
{
return $this->textbox;
}
+ /**
+ * @return TLabel textbox label
+ */
public function getLabel()
{
return $this->label;