ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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

◆ getDgId()

PHPExcel_Shared_Escher_DgContainer::getDgId ( )

Definition at line 53 of file DgContainer.php.

References $_dgId.

◆ getLastSpId()

PHPExcel_Shared_Escher_DgContainer::getLastSpId ( )

Definition at line 63 of file DgContainer.php.

References $_lastSpId.

◆ getSpgrContainer()

PHPExcel_Shared_Escher_DgContainer::getSpgrContainer ( )

Definition at line 73 of file DgContainer.php.

References $_spgrContainer.

◆ setDgId()

PHPExcel_Shared_Escher_DgContainer::setDgId (   $value)

Definition at line 58 of file DgContainer.php.

59  {
60  $this->_dgId = $value;
61  }

◆ setLastSpId()

PHPExcel_Shared_Escher_DgContainer::setLastSpId (   $value)

Definition at line 68 of file DgContainer.php.

69  {
70  $this->_lastSpId = $value;
71  }

◆ setSpgrContainer()

PHPExcel_Shared_Escher_DgContainer::setSpgrContainer (   $spgrContainer)

Definition at line 78 of file DgContainer.php.

79  {
80  return $this->_spgrContainer = $spgrContainer;
81  }

Field Documentation

◆ $_dgId

PHPExcel_Shared_Escher_DgContainer::$_dgId
private

Definition at line 42 of file DgContainer.php.

Referenced by getDgId().

◆ $_lastSpId

PHPExcel_Shared_Escher_DgContainer::$_lastSpId
private

Definition at line 49 of file DgContainer.php.

Referenced by getLastSpId().

◆ $_spgrContainer

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: