Skip to content

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

icms_ipf_view_Single base class

Base class handling the display of a single object

  • Class name: icms_ipf_view_Single
  • Namespace:

Properties

$_object

protected mixed $_object
  • Visibility: protected

$_userSide

protected mixed $_userSide
  • Visibility: protected

$_tpl

protected mixed $_tpl
  • Visibility: protected

$_rows

protected mixed $_rows
  • Visibility: protected

$_actions

protected mixed $_actions
  • Visibility: protected

$_headerAsRow

protected mixed $_headerAsRow = \true
  • Visibility: protected

Methods

__construct

mixed icms_ipf_view_Single::__construct(mixed object, mixed userSide, mixed actions, mixed headerAsRow)

Constructor

  • Visibility: public

Arguments

  • object mixed
  • userSide mixed
  • actions mixed
  • headerAsRow mixed

__get

mixed icms_ipf_view_Single::__get(string name)

Magic getter to make some variables for class read-only from outside

  • Visibility: public

Arguments

  • name string - <p>Variable name</p>

addRow

mixed icms_ipf_view_Single::addRow(rowObj)
  • Visibility: public

Arguments

  • rowObj mixed

render

mixed icms_ipf_view_Single::render(fetchOnly, debug)
  • Visibility: public

Arguments

  • fetchOnly mixed
  • debug mixed

fetch

mixed icms_ipf_view_Single::fetch(\unknown_type debug)
  • Visibility: public

Arguments

  • debug unknown_type
Clone this wiki locally