SimplOn PHP
 All Data Structures Namespaces Files Functions Variables
Public Member Functions | Data Fields | Protected Attributes
ElementsContainer Class Reference
+ Inheritance diagram for ElementsContainer:

Public Member Functions

 __construct (array $allowedClassesInstances, $label=null, $flags=null, $element_id=null)
 getJS ($method)
 parent (&$parent=null)
 showView ($template=null)
 val ($val=null)
 showInput ($fill)
 showInputView ($element)
 showSelect ($class)
 use a search element and add the onthefly params to the search element
 nestingLevelFix (&$dom)
 makeSelection ($id, $class)
 doRead ()
 postRead ()
 doCreate ()
 postCreate ()
 doUpdate ()
 doSearch ()

Data Fields

 $parent
 $elements = array()
 $pivot
 $allowedClassesInstances = array()

Protected Attributes

 $fetch = false

Detailed Description

Encapsulates an Element so it acts as a Data.

Author:
RSL

Definition at line 29 of file ElementsContainer.php.


Constructor & Destructor Documentation

__construct ( array $  allowedClassesInstances,
label = null,
flags = null,
element_id = null 
)

Definition at line 53 of file ElementsContainer.php.


Member Function Documentation

doCreate ( )

Reimplemented from Data.

Definition at line 288 of file ElementsContainer.php.

doRead ( )

Reimplemented from Data.

Definition at line 272 of file ElementsContainer.php.

doSearch ( )

Reimplemented from Data.

Definition at line 308 of file ElementsContainer.php.

doUpdate ( )

Reimplemented from Data.

Definition at line 303 of file ElementsContainer.php.

getJS ( method)

Reimplemented from Data.

Definition at line 70 of file ElementsContainer.php.

makeSelection ( id,
class 
)

Definition at line 246 of file ElementsContainer.php.

nestingLevelFix ( &$  dom)

Definition at line 233 of file ElementsContainer.php.

parent ( &$  parent = null)

Definition at line 85 of file ElementsContainer.php.

Reimplemented from Data.

Definition at line 289 of file ElementsContainer.php.

postRead ( )

Reimplemented from Data.

Definition at line 273 of file ElementsContainer.php.

showInput ( fill)

Reimplemented from Data.

Definition at line 161 of file ElementsContainer.php.

showInputView ( element)

Definition at line 189 of file ElementsContainer.php.

showSelect ( class)

use a search element and add the onthefly params to the search element

Definition at line 215 of file ElementsContainer.php.

showView ( template = null)

Reimplemented from Data.

Definition at line 106 of file ElementsContainer.php.

val ( val = null)

Definition at line 137 of file ElementsContainer.php.


Field Documentation

$allowedClassesInstances = array()

Definition at line 51 of file ElementsContainer.php.

$elements = array()

Definition at line 43 of file ElementsContainer.php.

$fetch = false [protected]

Reimplemented from Data.

Definition at line 31 of file ElementsContainer.php.

Reimplemented from Data.

Definition at line 37 of file ElementsContainer.php.

$pivot

Definition at line 49 of file ElementsContainer.php.


The documentation for this class was generated from the following file: