Overview

Namespaces

  • None
  • Xmf
    • Database
    • Module
      • Helper
    • Template
  • Xoops
    • Auth
    • Core
      • Cache
      • Database
        • Logging
        • Schema
      • Exception
      • Handler
        • Scheme
      • Kernel
        • Dtype
        • Handlers
        • Model
      • Lists
      • Locale
        • Punic
      • Service
        • Contract
      • Session
      • Text
        • Sanitizer
          • Extensions
      • Theme
        • Plugins
    • Form
    • Html
    • Locale
    • Module
      • Helper
      • Plugin

Classes

  • AbstractTemplate
  • Breadcrumb
  • Buttonbox
  • Feed
  • PrintContent
  • Overview
  • Namespace
  • Class
  • Tree

Class PrintContent

PrintContent implements a simple page layout suited to printing

Xmf\Template\AbstractTemplate
Extended by Xmf\Template\PrintContent
Namespace: Xmf\Template
Package: Xmf
Category: Xmf\Template\Breadcrumb
Copyright: 2011-2013 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: trabis lusopoemas@gmail.com
Author: The SmartFactory <www.smartfactory.ca>
Version: Release: 1.0
Since: 1.0
Link: http://xoops.org
Located at oops_lib/Xmf/Template/PrintContent.php
Methods summary
protected
# init( )

init - called by parent::_construct

init - called by parent::_construct

protected
# render( )

Render the print template

Render the print template

public
# setContent( string $content )

setContent

setContent

Parameters

$content
page content
public string
# getContent( )

getContent

getContent

Returns

string
page content
public
# setDescription( string $description )

setDescription

setDescription

Parameters

$description
page description
public string
# getDescription( )

getDescription

getDescription

Returns

string
page description
public
# setPagetitle( boolean $pagetitle )

setPagetitle

setPagetitle

Parameters

$pagetitle
use page title
public boolean
# getPagetitle( )

getPagetitle

getPagetitle

Returns

boolean
use page title
public
# setTitle( string $title )

setTitle

setTitle

Parameters

$title
page title
public string
# getTitle( )

getTitle

getTitle

Returns

string
page title
public
# setWidth( integer $width )

setWidth

setWidth

Parameters

$width
page width in pixels
public integer
# getWidth( )

getWidth

getWidth

Returns

integer
page width in pixels
Methods inherited from Xmf\Template\AbstractTemplate
__construct(), disableLogger(), display(), fetch(), setTemplate()
Properties inherited from Xmf\Template\AbstractTemplate
$tpl
API documentation generated by ApiGen