Class: Copyright
Source Location: /myphp-1.9/myphp-1.9-layout/html/page/Copyright.php
Class Copyright
Class Overview
|
Used to get/display the Copyright Information
- +-----------------------------------------+
- | Copyright by Finn Rasmussen |
- +-----------------------------------------+
- Usage:
- $copyright = new Copyright($width,$link,$class,$border,$cellPadding,$cellSpacing);
- print $copyright->getHtml();
- Or
- Copyright::display($width,$link,$class,$border,$cellPadding,$cellSpacing);
Located in /myphp-1.9/myphp-1.9-layout/html/page/Copyright.php [line 39]
Object
|
--Html
|
--Copyright
|
Properties
|
Methods
|
Inherited Properties, Constants, and Methods
Method Summary
| String |
getHtml() |
Builds the html, and return it for a Copyright footer |
Methods
Copyright Copyright(
[String
$width = ''], [String
$link = ''], [String
$class = ''], [String
$border = ''], [String
$cellPadding = ''], [String
$cellSpacing = '']
)
|
|
Constructor
Parameters:
|
String |
$width: |
The width of the table, default 100% |
|
String |
$link: |
The Link object to use, default NULL |
|
String |
$class: |
The css class to use |
|
String |
$border: |
The table border |
|
String |
$cellPadding: |
|
|
String |
$cellSpacing: |
|
void display(
[String
$width = ''], [String
$link = ''], [String
$class = ''], [String
$border = ''], [String
$cellPadding = ''], [String
$cellSpacing = '']
)
|
|
Display html
- Usage:
- Copyright::display($width,$link,$class,$border,$cellPadding,$cellSpacing);
Parameters:
|
String |
$width: |
The width of the table, default 100% |
|
String |
$link: |
The Link object to use, default NULL |
|
String |
$class: |
The css class to use |
|
String |
$border: |
The table border |
|
String |
$cellPadding: |
The Cell Padding |
|
String |
$cellSpacing: |
The Cell Spacing |
API Tags:
Redefinition of:
- Html::display()
- Display the html
Builds the html, and return it for a Copyright footer
API Tags:
Redefinition of:
- Html::getHtml()
- Get Html
|
|