-
Notifications
You must be signed in to change notification settings - Fork 35
icms_ipf_view_Single
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_Single base class
Base class handling the display of a single object
- Class name: icms_ipf_view_Single
- Namespace:
protected mixed $_object
- Visibility: protected
protected mixed $_userSide
- Visibility: protected
protected mixed $_tpl
- Visibility: protected
protected mixed $_rows
- Visibility: protected
protected mixed $_actions
- Visibility: protected
protected mixed $_headerAsRow = \true
- Visibility: protected
mixed icms_ipf_view_Single::__construct(mixed object, mixed userSide, mixed actions, mixed headerAsRow)
Constructor
- Visibility: public
- object mixed
- userSide mixed
- actions mixed
- headerAsRow mixed
mixed icms_ipf_view_Single::__get(string name)
Magic getter to make some variables for class read-only from outside
- Visibility: public
- name string - <p>Variable name</p>
mixed icms_ipf_view_Single::addRow(rowObj)
- Visibility: public
- rowObj mixed
mixed icms_ipf_view_Single::render(fetchOnly, debug)
- Visibility: public
- fetchOnly mixed
- debug mixed
mixed icms_ipf_view_Single::fetch(\unknown_type debug)
- Visibility: public
- debug unknown_type