XOOPS  2.6.0
Xmf\Template\PrintContent Class Reference
Inheritance diagram for Xmf\Template\PrintContent:
Inheritance graph

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
 

Detailed Description

Definition at line 27 of file PrintContent.php.

Member Function Documentation

Xmf\Template\PrintContent::getContent ( )

getContent

Returns
string page content

Definition at line 95 of file PrintContent.php.

References Xmf\Template\PrintContent\$content.

Xmf\Template\PrintContent::getDescription ( )

getDescription

Returns
string page description

Definition at line 117 of file PrintContent.php.

References Xmf\Template\PrintContent\$description.

Xmf\Template\PrintContent::getPagetitle ( )

getPagetitle

Returns
boolean use page title

Definition at line 139 of file PrintContent.php.

References Xmf\Template\PrintContent\$pagetitle.

Xmf\Template\PrintContent::getTitle ( )

getTitle

Returns
string page title

Definition at line 161 of file PrintContent.php.

References Xmf\Template\PrintContent\$title.

Xmf\Template\PrintContent::getWidth ( )

getWidth

Returns
int page width in pixels

Definition at line 183 of file PrintContent.php.

References Xmf\Template\PrintContent\$width.

Xmf\Template\PrintContent::init ( )
protected

init - called by parent::_construct

Returns
void

Definition at line 59 of file PrintContent.php.

References Xmf\Template\AbstractTemplate\setTemplate().

Here is the call graph for this function:

Xmf\Template\PrintContent::render ( )
protected

Render the print template

Returns
void

Definition at line 69 of file PrintContent.php.

Xmf\Template\PrintContent::setContent (   $content)

setContent

Parameters
string$contentpage content
Returns
void

Definition at line 85 of file PrintContent.php.

References Xmf\Template\PrintContent\$content.

Xmf\Template\PrintContent::setDescription (   $description)

setDescription

Parameters
string$descriptionpage description
Returns
void

Definition at line 107 of file PrintContent.php.

References Xmf\Template\PrintContent\$description.

Xmf\Template\PrintContent::setPagetitle (   $pagetitle)

setPagetitle

Parameters
boolean$pagetitleuse page title
Returns
void

Definition at line 129 of file PrintContent.php.

References Xmf\Template\PrintContent\$pagetitle.

Xmf\Template\PrintContent::setTitle (   $title)

setTitle

Parameters
string$titlepage title
Returns
void

Definition at line 151 of file PrintContent.php.

References Xmf\Template\PrintContent\$title.

Xmf\Template\PrintContent::setWidth (   $width)

setWidth

Parameters
int$widthpage width in pixels
Returns
void

Definition at line 173 of file PrintContent.php.

References Xmf\Template\PrintContent\$width.

Member Data Documentation

Xmf\Template\PrintContent::$content = ''
private
Xmf\Template\PrintContent::$description = ''
private
Xmf\Template\PrintContent::$pagetitle = false
private
Xmf\Template\PrintContent::$title = ''
private
Xmf\Template\PrintContent::$width = 680
private

The documentation for this class was generated from the following file: