Image_Graph_Data_Line::stackingPrepare()

Image_Graph_Data_Line::stackingPrepare() -- Prepare given dataElements of this type for stacking

Synopsis

require_once '/Graph/Data/Line.php';

void Image_Graph_Data_Line::stackingPrepare (array &$dataElements)

Description

This function is called from inside the Image_Graph-baseinstance to stack elements of this data-type. This is done for every data-type in it's respective classes separately because stacking might depend on the type of data-representation. This method is called statically and receives a list of references to objects of this data-type. Using the references it can directly access all methods and attributes of each object.

Parameter

array &$dataElements

references to dataElements (objects of this type)

Throws

throws no exceptions thrown

Note

This function can be called statically.