wf_abstract_container_matrix_object Class Reference

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

Inheritance diagram for wf_abstract_container_matrix_object:

wf_abstract_complex_container_object wf_abstract_container_object wf_abstract_object wf_table List of all members.

Public Member Functions

 insert_last (&$obj, $row, $column, $reference=false, $i=-1)
 insert an object into the array of last subobjects;
 insert (&$obj, $row, $column, $reference=false, $i=-1)
 insert an object into the array of subobjects;
 do_subobjects ($row, $col)
 create all subobjects inserted into the current object's element at row,col position
 give_subobjects ()
 return an array of all subobjects inserted into this;

Detailed Description

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


Member Function Documentation

wf_abstract_container_matrix_object::insert_last ( &$  obj,
row,
column,
reference = false,
i = -1 
)

insert an object into the array of last subobjects;

Parameters:
&$obj object to insert into
$row row index of the object
$column column index of the object
$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=-1) the object is inserted at the end

wf_abstract_container_matrix_object::insert ( &$  obj,
row,
column,
reference = false,
i = -1 
)

insert an object into the array of subobjects;

Parameters:
&$obj object to insert into
$row row index of the object
$column column index of the object
$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=-1) the object is inserted at the end

wf_abstract_container_matrix_object::do_subobjects ( row,
col 
)

create all subobjects inserted into the current object's element at row,col position

Parameters:
$row,: row index of the element
$col,: column index of the element


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