ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
PHPExcel_Shared_Escher Class Reference
+ Collaboration diagram for PHPExcel_Shared_Escher:

Public Member Functions

 getDggContainer ()
 Get Drawing Group Container.
 setDggContainer ($dggContainer)
 Set Drawing Group Container.
 getDgContainer ()
 Get Drawing Container.
 setDgContainer ($dgContainer)
 Set Drawing Container.

Private Attributes

 $_dggContainer
 $_dgContainer

Detailed Description

Definition at line 35 of file Escher.php.

Member Function Documentation

PHPExcel_Shared_Escher::getDgContainer ( )

Get Drawing Container.

Returns
PHPExcel_Shared_Escher_DgContainer

Definition at line 76 of file Escher.php.

References $_dgContainer.

{
}
PHPExcel_Shared_Escher::getDggContainer ( )

Get Drawing Group Container.

Returns
PHPExcel_Shared_Escher_DgContainer

Definition at line 56 of file Escher.php.

References $_dggContainer.

{
}
PHPExcel_Shared_Escher::setDgContainer (   $dgContainer)

Set Drawing Container.

Parameters
PHPExcel_Shared_Escher_DgContainer$dgContainer

Definition at line 86 of file Escher.php.

{
return $this->_dgContainer = $dgContainer;
}
PHPExcel_Shared_Escher::setDggContainer (   $dggContainer)

Set Drawing Group Container.

Parameters
PHPExcel_Shared_Escher_DggContainer$dggContainer

Definition at line 66 of file Escher.php.

{
return $this->_dggContainer = $dggContainer;
}

Field Documentation

PHPExcel_Shared_Escher::$_dgContainer
private

Definition at line 49 of file Escher.php.

Referenced by getDgContainer().

PHPExcel_Shared_Escher::$_dggContainer
private

Definition at line 42 of file Escher.php.

Referenced by getDggContainer().


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