Skin_Bootstrap_Admin_Form_Controller_List
extends Admin_Form_Controller_View
in package
Admin forms.
Tags
Table of Contents
- $_allowedProperties : array<string|int, mixed>
- Allowed object properties
- $_propertiesValues : array<string|int, mixed>
- Properties values
- $_unlimitedProperties : bool
- Object has unlimited number of properties
- __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
- Execute
- set() : self
- Run when writing data to inaccessible properties
- setUnlimitedProperties() : self
- Set unlimitedProperties
- _filterAvailable() : bool
- Check filter availability
- _isFilterNecessary() : self
- Is filter necessary
- _pageSelector() : mixed
- Show items count selector
- _showContent() : mixed
- Show Form Content
- _topMenuBar() : mixed
- Top menu bar
Properties
$_allowedProperties
Allowed object properties
protected
array<string|int, mixed>
$_allowedProperties
= array()
$_propertiesValues
Properties values
protected
array<string|int, mixed>
$_propertiesValues
= array()
$_unlimitedProperties
Object has unlimited number of properties
protected
bool
$_unlimitedProperties
= \FALSE
Methods
__construct()
Constructor.
public
__construct() : mixed
Return values
mixed —_showFooter()
Show form footer
public
_showFooter() : mixed
Tags
Return values
mixed —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()
Execute
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 —_filterAvailable()
Check filter availability
protected
_filterAvailable() : bool
Return values
bool —_isFilterNecessary()
Is filter necessary
protected
_isFilterNecessary() : self
Return values
self —_pageSelector()
Show items count selector
protected
_pageSelector() : mixed
Return values
mixed —_showContent()
Show Form Content
protected
_showContent() : mixed
Tags
Return values
mixed —_topMenuBar()
Top menu bar
protected
_topMenuBar() : mixed