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 AbstractTemplate

AbstractTemplate

Direct known subclasses

Xmf\Template\Breadcrumb, Xmf\Template\Buttonbox, Xmf\Template\Feed, Xmf\Template\PrintContent
Abstract
Namespace: Xmf\Template
Package: Xmf
Category: Xmf\Template\AbstractTemplate
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/AbstractTemplate.php
Methods summary
public
# __construct( )

Constructor

Constructor

abstract protected
# init( )

Classes must implement this method instead of using constructors

Classes must implement this method instead of using constructors

abstract protected
# render( )

Classes must implement this method for assigning content to $tpl

Classes must implement this method for assigning content to $tpl

protected
# setTemplate( string $template = '' )

Used in init methods to set the template used by $tpl

Used in init methods to set the template used by $tpl

Parameters

$template
Path to the template file
protected
# disableLogger( )

Use this method to disable XoopsLogger

Use this method to disable XoopsLogger

public boolean|mixed|string
# fetch( )

Returns the rendered template

Returns the rendered template

Returns

boolean|mixed|string
public
# display( )

Echo/Display the rendered template

Echo/Display the rendered template

Properties summary
protected XoopsTpl $tpl
#
API documentation generated by ApiGen