wf_abstract_container_array_object Class Reference

abstract class wich represent a complex container object wich embed sub-elements in form of array More...

Inheritance diagram for wf_abstract_container_array_object:

wf_abstract_complex_container_object wf_abstract_container_object wf_abstract_object wf_form wf_list List of all members.

Public Member Functions

 insert_last (&$obj, $index, $reference=false, $i=-1)
 insert an object into the array of last subobjects;
 insert (&$obj, $index, $reference=false, $i=-1)
 insert an object into the array of subobjects;
 do_subobjects ($index)
 create all sub objects inserted into the current element
 give_subobjects ()
 give an array of subobjects inserted into this;

Detailed Description

abstract class wich represent a complex container object wich embed sub-elements in form of array


Member Function Documentation

wf_abstract_container_array_object::insert_last ( &$  obj,
index,
reference = false,
i = -1 
)

insert an object into the array of last subobjects;

Parameters:
&$obj object to insert into
$index index of object's element into wich insert the suboject
$reference(default=false) if true the $obj parameter is inserted as a REFERENCE of an object, if false te object is inserted as a COPY of an object
$i index of the object into the object array; when not set (default) the object is inserted at the end

wf_abstract_container_array_object::insert ( &$  obj,
index,
reference = false,
i = -1 
)

insert an object into the array of subobjects;

Parameters:
&$obj object to insert into
$index index of object's element into wich insert the suboject
$reference(default=false) if true the $obj parameter is inserted as a REFERENCE of an object, if false te object is inserted as a COPY of an object
$i index of the object into the object array; when not set (default) the object is inserted at the end

wf_abstract_container_array_object::do_subobjects ( index  ) 

create all sub objects inserted into the current element

Parameters:
$index index of the object's element

wf_abstract_container_array_object::give_subobjects (  ) 

give an array of subobjects inserted into this;

Parameters:
 

Reimplemented from wf_abstract_container_object.

Reimplemented in wf_form.


The documentation for this class was generated from the following file:
Generated on Sun Apr 13 09:12:20 2008 for phpwf(wd) by  doxygen 1.5.2