Meta Meta(
[String
$title = ''], [String
$description = ''], [String
$keyword = ''], [String
$keywords = ''], [String
$language = '']
)
|
|
Constructor
Parameters:
|
String |
$title: |
The title of the page |
|
String |
$description: |
The description of the page |
|
String |
$keyword: |
The unique keyword for this page (internal usage) |
|
String |
$keywords: |
The keywords for the page |
|
String |
$language: |
The language for the page |
void display(
[String
$title = ''], [String
$description = ''], [String
$keyword = ''], [String
$keywords = ''], [String
$language = '']
)
|
|
Display html
- Usage:
- Meta::display($title,$description,$keyword,$keywords,$language);
Parameters:
|
String |
$title: |
The title of the page |
|
String |
$description: |
The description of the page |
|
String |
$keyword: |
The unique keyword for this page |
|
String |
$keywords: |
The keywords for the page |
|
String |
$language: |
The language for the page |
API Tags:
Redefinition of:
- Html::display()
- Display the html
String getContent(
$name,
$name
)
|
|
Get Meta name Content.
Returns the html for the meta name/content
Parameters:
|
$name, |
$name: |
the name of the meta tag |
API Tags:
| Return: | the complete html |
Get html
Returns the meta data for the page
API Tags:
| Return: | the complete html |
Redefinition of:
- Html::getHtml()
- Get Html
String getHttpEquiv(
$name,
$name
)
|
|
Get Meta http-equiv Content.
Get the html for the meta http-equiv/content Any '_' in the $name, are automatically replaced with '-'
Parameters:
|
$name, |
$name: |
The name of the meta tag |
API Tags:
| Return: | The complete html |