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 Breadcrumb

Breadcrumb

Xmf\Template\AbstractTemplate
Extended by Xmf\Template\Breadcrumb
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/Breadcrumb.php
Methods summary
protected
# init( )

initialization run by parent::__construct

initialization run by parent::__construct

public
# setItems( array $items )

Set the items to be shown. Items are specified as an array of breadcrumb items. Each breadcrumb item is an array of: - 'caption' => ready to display string item, - 'link' => url (omit to disable link on this item)

Set the items to be shown. Items are specified as an array of breadcrumb items. Each breadcrumb item is an array of: - 'caption' => ready to display string item, - 'link' => url (omit to disable link on this item)

Parameters

$items
array of breadcrumb items
protected
# render( )

Assigning content to template

Assigning content to template

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