-
Notifications
You must be signed in to change notification settings - Fork 35
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 class
Class representing a single row of a icms_ipf_view_Single
- Class name: icms_ipf_view_Row
- Namespace:
public string $_keyname
Keyname
- Visibility: public
public string $_align = left
Align of text
- Visibility: public
public callable $_customMethodForValue
Custom method for value
- Visibility: public
public array $_header = array()
What do display in header?
- Visibility: public
public string $_class
Class
- Visibility: public
mixed icms_ipf_view_Row::__construct(keyname, customMethodForValue, header, class)
The constructor
- Visibility: public
- keyname mixed
- customMethodForValue mixed
- header mixed
- class mixed
mixed icms_ipf_view_Row::getKeyName()
Accessor for the keyname var
- Visibility: public
mixed icms_ipf_view_Row::isHeader()
Accessor for the header var
- Visibility: public