Documentation

Deal_Controller_Kanban extends Skin_Bootstrap_Admin_Form_Controller_List
in package

Deal_Controller_Kanban

Tags
subpackage

Deal

version
7.x
copyright

© 2005-2025, https://www.hostcms.ru

Table of Contents

Properties

$_allowedProperties  : array<string|int, mixed>
Allowed object properties
$_cacheGetListValue  : mixed
$_propertiesValues  : array<string|int, mixed>
Properties values
$_unlimitedProperties  : bool
Object has unlimited number of properties

Methods

__construct()  : mixed
Constructor
_showFooter()  : mixed
Show form footer
addAllowedProperties()  : self
Add additional allowed properties
addAllowedProperty()  : self
Add additional allowed property
bottomActions()  : self
Show action panel in administration center
execute()  : self
Executes the business logic.
set()  : self
Run when writing data to inaccessible properties
setUnlimitedProperties()  : self
Set unlimitedProperties
toArray()  : array<string|int, mixed>
Convert Object to Array
_filterAvailable()  : bool
Check filter availability
_getFields()  : array<string|int, mixed>
Get user fields
_getFieldValue()  : string
Get value of Field_Value
_getListValue()  : mixed
_isFilterNecessary()  : self
Is filter necessary
_pageSelector()  : mixed
Show items count selector
_showContent()  : self
Show form content in administration center
_showTopFilter()  : self
Show top filter form
_topMenuBar()  : mixed
Top menu bar
getAttrString()  : mixed

Properties

$_allowedProperties

Allowed object properties

protected array<string|int, mixed> $_allowedProperties = array('showFilter', 'showTopFilterTags', 'showChangeViews', 'showPageSelector', 'showPageNavigation')

$_cacheGetListValue

protected mixed $_cacheGetListValue = array()

$_propertiesValues

Properties values

protected array<string|int, mixed> $_propertiesValues = array()

$_unlimitedProperties

Object has unlimited number of properties

protected bool $_unlimitedProperties = \FALSE

Methods

_showFooter()

Show form footer

public _showFooter() : mixed
Tags
hostcms-event

Admin_Form_Controller.onBeforeShowFooter

hostcms-event

Admin_Form_Controller.onAfterShowFooter

addAllowedProperties()

Add additional allowed properties

public addAllowedProperties(array<string|int, mixed> $array) : self
Parameters
$array : array<string|int, mixed>

array of properties' names

Return values
self

addAllowedProperty()

Add additional allowed property

public addAllowedProperty(string $property) : self
Parameters
$property : string

property name

Return values
self

bottomActions()

Show action panel in administration center

public bottomActions() : self
Return values
self

execute()

Executes the business logic.

public execute() : self
Return values
self

set()

Run when writing data to inaccessible properties

public set(string $property, string $value) : self
Parameters
$property : string

property name

$value : string

property value

Return values
self

setUnlimitedProperties()

Set unlimitedProperties

public setUnlimitedProperties([bool $value = TRUE ]) : self
Parameters
$value : bool = TRUE

default TRUR

Return values
self

toArray()

Convert Object to Array

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

_filterAvailable()

Check filter availability

protected _filterAvailable() : bool
Return values
bool

_getFields()

Get user fields

protected _getFields(object $oAdmin_Form_Controller) : array<string|int, mixed>
Parameters
$oAdmin_Form_Controller : object
Return values
array<string|int, mixed>

_getFieldValue()

Get value of Field_Value

protected _getFieldValue(Field_Model $oField, mixed $oField_Value, mixed $object) : string
Parameters
$oField : Field_Model
$oField_Value : mixed
$object : mixed
Return values
string

_getListValue()

protected _getListValue(mixed $list_item_id) : mixed
Parameters
$list_item_id : mixed

_isFilterNecessary()

Is filter necessary

protected _isFilterNecessary() : self
Return values
self

_pageSelector()

Show items count selector

protected _pageSelector() : mixed

_showContent()

Show form content in administration center

protected _showContent() : self
Return values
self

_showTopFilter()

Show top filter form

protected _showTopFilter() : self
Return values
self

_topMenuBar()

Top menu bar

protected _topMenuBar() : mixed

getAttrString()

protected getAttrString(array<string|int, mixed> $attr) : mixed
Parameters
$attr : array<string|int, mixed>

        
On this page

Search results