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

Public Member Functions

 getDgId ()
 setDgId ($value)
 getLastSpId ()
 setLastSpId ($value)
 getSpgrContainer ()
 setSpgrContainer ($spgrContainer)

Private Attributes

 $_dgId
 $_lastSpId
 $_spgrContainer = null

Detailed Description

Definition at line 35 of file DgContainer.php.

Member Function Documentation

PHPExcel_Shared_Escher_DgContainer::getDgId ( )

Definition at line 53 of file DgContainer.php.

References $_dgId.

{
return $this->_dgId;
}
PHPExcel_Shared_Escher_DgContainer::getLastSpId ( )

Definition at line 63 of file DgContainer.php.

References $_lastSpId.

{
}
PHPExcel_Shared_Escher_DgContainer::getSpgrContainer ( )

Definition at line 73 of file DgContainer.php.

References $_spgrContainer.

{
}
PHPExcel_Shared_Escher_DgContainer::setDgId (   $value)

Definition at line 58 of file DgContainer.php.

{
$this->_dgId = $value;
}
PHPExcel_Shared_Escher_DgContainer::setLastSpId (   $value)

Definition at line 68 of file DgContainer.php.

{
$this->_lastSpId = $value;
}
PHPExcel_Shared_Escher_DgContainer::setSpgrContainer (   $spgrContainer)

Definition at line 78 of file DgContainer.php.

{
return $this->_spgrContainer = $spgrContainer;
}

Field Documentation

PHPExcel_Shared_Escher_DgContainer::$_dgId
private

Definition at line 42 of file DgContainer.php.

Referenced by getDgId().

PHPExcel_Shared_Escher_DgContainer::$_lastSpId
private

Definition at line 49 of file DgContainer.php.

Referenced by getLastSpId().

PHPExcel_Shared_Escher_DgContainer::$_spgrContainer = null
private

Definition at line 51 of file DgContainer.php.

Referenced by getSpgrContainer().


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