Skip to content

mod_system_Customtag

Raimondas Rimkevičius edited this page Mar 9, 2020 · 1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!

mod_system_Customtag

Custom tags

  • Class name: mod_system_Customtag
  • Namespace:
  • Parent class: icms_ipf_Object

Properties

$content

public mixed $content = \false
  • Visibility: public

$evaluated

public mixed $evaluated = \false
  • Visibility: public

customtagid

public int customtagid

CustomTag ID

  • Visibility: public

name

public string name

Name

  • Visibility: public

description

public string description

Description

  • Visibility: public

customtag_content

public string customtag_content

Content

  • Visibility: public

language

public string language

Language

  • Visibility: public

customtag_type

public int customtag_type

Type

  • Visibility: public

dohtml

public int dohtml
  • Visibility: public

doimage

public int doimage
  • Visibility: public

doxcode

public int doxcode
  • Visibility: public

dosmiley

public int dosmiley
  • Visibility: public

Methods

__construct

mixed mod_system_Customtag::__construct(object handler)

Constructor

  • Visibility: public

Arguments

  • handler object

getVar

mixed mod_system_Customtag::getVar(mixed key, mixed format)

Override accessors for properties

  • Visibility: public

Arguments

  • key mixed
  • format mixed

render

mixed mod_system_Customtag::render()

Render and output the custom tag

  • Visibility: public

renderWithPhp

mixed mod_system_Customtag::renderWithPhp()

Rendering a custom tag that contains PHP

  • Visibility: public

getXoopsCode

mixed mod_system_Customtag::getXoopsCode()

Generate a bbcode for the custom tag

  • Visibility: public

getCloneLink

mixed mod_system_Customtag::getCloneLink()

Generate link and graphic for cloning a custom tag

  • Visibility: public

emptyString

mixed mod_system_Customtag::emptyString(mixed var)

Determine if the string is empty

  • Visibility: public

Arguments

  • var mixed

getCustomtagName

mixed mod_system_Customtag::getCustomtagName()

Accessor for the name property

  • Visibility: public
Clone this wiki locally