Returns the title of the text input form. |
Signature: getTitle() |
Returns:
String - The title of the text input form, or an empty string.
|
Example:
Returns the title of the text input form. $title = $myTextInput->getTitle(); |
Returns the description of the text input form. |
Signature: getDescription() |
Returns:
String - The description of the text input form, or an empty string.
|
Example:
Returns the description of the text input form. $description = $myTextInput->getDescription(); |
Returns the name of the text input form. |
Signature: getName() |
Returns:
String - The name of the text input form, or an empty string.
|
Example:
Returns the name of the text input form. $name = $myTextInput->getName(); |
Returns the link of the text input form. |
Signature: getLink() |
Returns:
String - The link of the text input form, or an empty string.
|
Example:
Returns the link of the text input form. $link = $myTextInput->getLink(); |