Skip to content

icms_ipf_view_Column

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_Column

icms_ipf_view_Column class

  • Class name: icms_ipf_view_Column
  • Namespace:

Properties

$_keyname

public string $_keyname

Keyname

  • Visibility: public

$_align

public string $_align = \_GLOBAL_LEFT

Align of text in column

  • Visibility: public

$_width

public bool $_width = \false

Width

  • Visibility: public

$_customMethodForValue

public callable $_customMethodForValue

Custom method that formats value

  • Visibility: public

$_extraParams

public string $_extraParams

Extra params

  • Visibility: public

$_sortable

public bool $_sortable = \true

Column can be sortable?

  • Visibility: public

$_customCaption

public string $_customCaption

Custom caption for column Uf empty it tried to autodetect from property

  • Visibility: public

Methods

__construct

mixed icms_ipf_view_Column::__construct(\unknown_type keyname, \str align, \unknown_type width, \unknown_type customMethodForValue, \unknown_type param, \unknown_type customCaption, \unknown_type sortable)

Constructor

  • Visibility: public

Arguments

  • keyname unknown_type
  • align str
  • width unknown_type
  • customMethodForValue unknown_type
  • param unknown_type
  • customCaption unknown_type
  • sortable unknown_type

getKeyName

mixed icms_ipf_view_Column::getKeyName()

Accessor for keyname

  • Visibility: public

getAlign

mixed icms_ipf_view_Column::getAlign()

Accessor for align

  • Visibility: public

isSortable

mixed icms_ipf_view_Column::isSortable()

Accessor

  • Visibility: public

getWidth

mixed icms_ipf_view_Column::getWidth()

Accessor for width

  • Visibility: public

getCustomCaption

mixed icms_ipf_view_Column::getCustomCaption()

Accessor for custom caption

  • Visibility: public
Clone this wiki locally