XOOPS
2.6.0
|
Public Member Functions | |
getContent () | |
getDescription () | |
getPagetitle () | |
getTitle () | |
getWidth () | |
setContent ($content) | |
setDescription ($description) | |
setPagetitle ($pagetitle) | |
setTitle ($title) | |
setWidth ($width) | |
Public Member Functions inherited from Xmf\Template\AbstractTemplate | |
__construct () | |
display () | |
fetch () | |
Protected Member Functions | |
init () | |
render () | |
Protected Member Functions inherited from Xmf\Template\AbstractTemplate | |
disableLogger () | |
init () | |
render () | |
setTemplate ($template= '') | |
Private Attributes | |
$content = '' | |
$description = '' | |
$pagetitle = false | |
$title = '' | |
$width = 680 | |
Additional Inherited Members | |
Protected Attributes inherited from Xmf\Template\AbstractTemplate | |
$tpl | |
Definition at line 27 of file PrintContent.php.
Xmf\Template\PrintContent::getContent | ( | ) |
getContent
Definition at line 95 of file PrintContent.php.
References Xmf\Template\PrintContent\$content.
Xmf\Template\PrintContent::getDescription | ( | ) |
getDescription
Definition at line 117 of file PrintContent.php.
References Xmf\Template\PrintContent\$description.
Xmf\Template\PrintContent::getPagetitle | ( | ) |
getPagetitle
Definition at line 139 of file PrintContent.php.
References Xmf\Template\PrintContent\$pagetitle.
Xmf\Template\PrintContent::getTitle | ( | ) |
getTitle
Definition at line 161 of file PrintContent.php.
References Xmf\Template\PrintContent\$title.
Xmf\Template\PrintContent::getWidth | ( | ) |
getWidth
Definition at line 183 of file PrintContent.php.
References Xmf\Template\PrintContent\$width.
|
protected |
init - called by parent::_construct
Definition at line 59 of file PrintContent.php.
References Xmf\Template\AbstractTemplate\setTemplate().
|
protected |
Xmf\Template\PrintContent::setContent | ( | $content | ) |
setContent
string | $content | page content |
Definition at line 85 of file PrintContent.php.
References Xmf\Template\PrintContent\$content.
Xmf\Template\PrintContent::setDescription | ( | $description | ) |
setDescription
string | $description | page description |
Definition at line 107 of file PrintContent.php.
References Xmf\Template\PrintContent\$description.
Xmf\Template\PrintContent::setPagetitle | ( | $pagetitle | ) |
setPagetitle
boolean | $pagetitle | use page title |
Definition at line 129 of file PrintContent.php.
References Xmf\Template\PrintContent\$pagetitle.
Xmf\Template\PrintContent::setTitle | ( | $title | ) |
setTitle
string | $title | page title |
Definition at line 151 of file PrintContent.php.
References Xmf\Template\PrintContent\$title.
Xmf\Template\PrintContent::setWidth | ( | $width | ) |
setWidth
int | $width | page width in pixels |
Definition at line 173 of file PrintContent.php.
References Xmf\Template\PrintContent\$width.
|
private |
Definition at line 42 of file PrintContent.php.
Referenced by Xmf\Template\PrintContent\getContent(), and Xmf\Template\PrintContent\setContent().
|
private |
Definition at line 37 of file PrintContent.php.
Referenced by Xmf\Template\PrintContent\getDescription(), and Xmf\Template\PrintContent\setDescription().
|
private |
Definition at line 47 of file PrintContent.php.
Referenced by Xmf\Template\PrintContent\getPagetitle(), and Xmf\Template\PrintContent\setPagetitle().
|
private |
Definition at line 32 of file PrintContent.php.
Referenced by Xmf\Template\PrintContent\getTitle(), and Xmf\Template\PrintContent\setTitle().
|
private |
Definition at line 52 of file PrintContent.php.
Referenced by Xmf\Template\PrintContent\getWidth(), and Xmf\Template\PrintContent\setWidth().