Skip to content

icms_ipf_view_Row

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!

icms_ipf_view_Row

icms_ipf_view_Row class

Class representing a single row of a icms_ipf_view_Single

  • Class name: icms_ipf_view_Row
  • Namespace:

Properties

$_keyname

public string $_keyname

Keyname

  • Visibility: public

$_align

public string $_align = left

Align of text

  • Visibility: public

$_customMethodForValue

public callable $_customMethodForValue

Custom method for value

  • Visibility: public

$_header

public array $_header = array()

What do display in header?

  • Visibility: public

$_class

public string $_class

Class

  • Visibility: public

Methods

__construct

mixed icms_ipf_view_Row::__construct(keyname, customMethodForValue, header, class)

The constructor

  • Visibility: public

Arguments

  • keyname mixed
  • customMethodForValue mixed
  • header mixed
  • class mixed

getKeyName

mixed icms_ipf_view_Row::getKeyName()

Accessor for the keyname var

  • Visibility: public

isHeader

mixed icms_ipf_view_Row::isHeader()

Accessor for the header var

  • Visibility: public
Clone this wiki locally