Text Text(
[String
$text = ''], [String
$element = ''], [String
$class = ''], [String
$name = '']
)
|
|
Constructor
Parameters:
|
String |
$text: |
The text to show |
|
String |
$element: |
The html element, if any |
|
String |
$class: |
The css class name |
|
String |
$name: |
The name/id attribute for a link identifier |
void display(
[String
$text = ''], [String
$element = ''], [String
$class = ''], [String
$name = '']
)
|
|
Display html
Parameters:
|
String |
$text: |
The text to show |
|
String |
$element: |
The html element, if any |
|
String |
$class: |
The css class name |
|
String |
$name: |
The name/id attribute for a link identifier |
API Tags:
Redefinition of:
- Html::display()
- Display the html
Redefined in descendants as:
void end(
[String
$element = '']
)
|
|
Display end
Parameters:
|
String |
$element: |
The html element, if any |
API Tags:
Redefined in descendants as:
Returns the end html for the text, optional surronded by the html element
API Tags:
| Return: | the complete html |
Returns the html for the text, optional surronded by the html element
API Tags:
| Return: | the complete html |
Redefinition of:
- Html::getHtml()
- Get Html
Returns the start html for the text, optional surronded by the html element
API Tags:
| Return: | the complete html |
void start(
[String
$element = ''], [String
$class = '']
)
|
|
Display start
Parameters:
|
String |
$element: |
The html element, if any |
|
String |
$class: |
The css class name |
API Tags:
Redefined in descendants as: