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

  • XoopsBlock
  • XoopsBlockHandler
  • XoopsBlockModuleLink
  • XoopsBlockModuleLinkHandler
  • XoopsConfigHandler
  • XoopsConfigItem
  • XoopsConfigItemHandler
  • XoopsConfigOption
  • XoopsConfigOptionHandler
  • XoopsGroup
  • XoopsGroupHandler
  • XoopsGroupPerm
  • XoopsGroupPermHandler
  • XoopsMemberHandler
  • XoopsMembership
  • XoopsMembershipHandler
  • XoopsModule
  • XoopsModuleHandler
  • XoopsOnline
  • XoopsOnlineHandler
  • XoopsPrivateMessage
  • XoopsPrivateMessageHandler
  • XoopsTplFile
  • XoopsTplFileHandler
  • XoopsTplSet
  • XoopsTplSetHandler
  • XoopsUser
  • XoopsUserHandler
  • Overview
  • Namespace
  • Class
  • Tree

Class XoopsTplFile

A Template File

Xoops\Core\Kernel\XoopsObject implements ArrayAccess
Extended by Xoops\Core\Kernel\Handlers\XoopsTplFile

Direct known subclasses

XoopsTplfile
Namespace: Xoops\Core\Kernel\Handlers
Package: Xoops\Core\Kernel
Category: Xoops\Core\Kernel\XoopsTplFile
Copyright: 2000-2015 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Kazumi Ono onokazu@xoops.org
Link: http://xoops.org
Located at oops_lib/Xoops/Core/Kernel/Handlers/XoopsTplFile.php
Methods summary
public
# __construct( )

Constructor

Constructor

public mixed
# id( string $format = Xoops\Core\Kernel\Handlers\Dtype::FORMAT_NONE )

id

id

Parameters

$format
Dtype::FORMAT_xxxx constant

Returns

mixed
public mixed
# tpl_id( string $format = '' )

tpl_id

tpl_id

Parameters

$format
Dtype::FORMAT_xxxx constant

Returns

mixed
public mixed
# tpl_refid( string $format = '' )

tpl_refid

tpl_refid

Parameters

$format
Dtype::FORMAT_xxxx constant

Returns

mixed
public mixed
# tpl_tplset( string $format = '' )

tpl_tplset

tpl_tplset

Parameters

$format
Dtype::FORMAT_xxxx constant

Returns

mixed
public mixed
# tpl_file( string $format = '' )

tpl_file

tpl_file

Parameters

$format
Dtype::FORMAT_xxxx constant

Returns

mixed
public mixed
# tpl_desc( string $format = '' )

tpl_desc

tpl_desc

Parameters

$format
Dtype::FORMAT_xxxx constant

Returns

mixed
public mixed
# tpl_lastmodified( string $format = '' )

tpl_lastmodified

tpl_lastmodified

Parameters

$format
Dtype::FORMAT_xxxx constant

Returns

mixed
public mixed
# tpl_lastimported( string $format = '' )

tpl_lastimported

tpl_lastimported

Parameters

$format
Dtype::FORMAT_xxxx constant

Returns

mixed
public mixed
# tpl_module( string $format = '' )

tpl_module

tpl_module

Parameters

$format
Dtype::FORMAT_xxxx constant

Returns

mixed
public mixed
# tpl_type( string $format = '' )

tpl_type

tpl_type

Parameters

$format
Dtype::FORMAT_xxxx constant

Returns

mixed
public mixed
# tpl_source( string $format = '' )

tpl_source

tpl_source

Parameters

$format
Dtype::FORMAT_xxxx constant

Returns

mixed
public string
# getSource( )

getSource

getSource

Returns

string
public integer
# getLastModified( )

getLastModified

getLastModified

Returns

integer
Methods inherited from Xoops\Core\Kernel\XoopsObject
__clone(), assignVar(), assignVars(), cleanVars(), destroyVars(), getErrors(), getHtmlErrors(), getValues(), getVar(), getVars(), initVar(), isDirty(), isNew(), loadFilters(), offsetExists(), offsetGet(), offsetSet(), offsetUnset(), registerFilter(), setDirty(), setErrors(), setFormVars(), setNew(), setVar(), setVars(), toArray(), unsetDirty(), unsetNew(), xoopsClone()
Properties inherited from Xoops\Core\Kernel\XoopsObject
$cleanVars, $plugin_path, $vars
API documentation generated by ApiGen