Overview

Packages

  • Auth
    • Ads
    • Ldap
    • Xoops
  • Autotasks
  • Config
    • Category
    • Item
    • Option
  • Core
    • Filesystem
    • Filters
    • Logger
    • Mail
    • Message
    • Password
    • Security
    • StopSpammer
    • Template
    • Textsanitizer
    • VersionChecker
  • Data
    • Avatar
    • Comment
  • Database
    • Connection
    • Criteria
    • Legacy
    • MySQL
    • PDO
    • Updater
  • Feeds
    • RSS
  • File
  • Form
    • Base
    • Elements
  • ICMS
    • IPF
      • View
  • Image
    • Category
  • Ipf
    • Category
    • Controller
    • Export
    • form
    • Keyhighlighter
    • Member
    • Object
    • Permission
    • richfile
    • Tree
    • urllink
    • View
  • kernel
    • Set
  • Member
    • Group
    • GroupMembership
    • GroupPermission
    • User
  • Messaging
  • Module
  • None
  • Notification
  • Page
  • Plugins
    • Editor
  • Preload
    • Libraries
  • Privmessage
  • Session
  • SmartObject
  • View
    • Block
    • Breadcrumb
    • PageNav
    • PrinterFriendly
    • Template
    • Templates
    • Theme
    • Tree

Classes

  • icms_form_Groupperm
  • icms_form_Simple
  • icms_form_Table
  • icms_form_Theme
  • icms_ipf_form_Base
  • icms_ipf_form_Secure
  • Overview
  • Package
  • Class

Class icms_form_Groupperm

Renders a form for setting module specific group permissions

icms_form_Base
Extended by icms_form_Groupperm
Package: Form
Category: ICMS
Copyright: copyright (c) 2000-2003 XOOPS.org
License: LICENSE.txt
Author: Kazumi Ono onokazu@myweb.ne.jp
Located at form/Groupperm.php
Methods summary
public
# __construct( string $title, string $modid, string $permname, string $permdesc, boolean $url = "" )

Constructor

Constructor

Parameters

$title
title of the form
$modid

$name "name" attribute for the

<

form> tag

$permname

$action "action" attribute for the

<

form> tag

$permdesc

$method "method" attribute for the

<

form> tag

$url
$addtoken whether to add a security token to the form

Overrides

icms_form_Base::__construct()
public
# addItem( string $itemId, integer $itemName, integer $itemParent = 0 )

Adds an item to which permission will be assigned

Adds an item to which permission will be assigned

Parameters

$itemId
$itemName
$itemName
$itemId
$itemParent
public string
# render( )

Renders the form

Renders the form

Returns

string
public
# insertBreak( string $extra = null )

This method is required - this method in the parent (abstract) class is also abstract

This method is required - this method in the parent (abstract) class is also abstract

Parameters

$extra
Methods inherited from icms_form_Base
addElement(), assign(), display(), getAction(), getElementByName(), getElementNames(), getElementValue(), getElementValues(), getElements(), getExtra(), getMethod(), getName(), getRequired(), getTitle(), renderValidationJS(), setElementValue(), setElementValues(), setExtra(), setRequired()
Properties inherited from icms_form_Base
$_elements
API documentation generated by ApiGen