ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip Class Reference
+ Collaboration diagram for PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip:

Public Member Functions

 getData ()
 Get the raw image data. More...
 
 setData ($data)
 Set the raw image data. More...
 
 setParent ($parent)
 Set parent BSE. More...
 
 getParent ()
 Get parent BSE. More...
 

Private Attributes

 $_parent
 
 $_data
 

Detailed Description

Definition at line 35 of file Blip.php.

Member Function Documentation

◆ getData()

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip::getData ( )

Get the raw image data.

Returns
string

Definition at line 56 of file Blip.php.

References $_data.

◆ getParent()

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip::getParent ( )

Get parent BSE.

Returns
PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE $parent

Definition at line 86 of file Blip.php.

References $_parent.

◆ setData()

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip::setData (   $data)

Set the raw image data.

Parameters
string

Definition at line 66 of file Blip.php.

References $data.

67  {
68  $this->_data = $data;
69  }

◆ setParent()

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip::setParent (   $parent)

Set parent BSE.

Parameters
PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE$parent

Definition at line 76 of file Blip.php.

77  {
78  $this->_parent = $parent;
79  }

Field Documentation

◆ $_data

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip::$_data
private

Definition at line 49 of file Blip.php.

Referenced by getData().

◆ $_parent

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip::$_parent
private

Definition at line 42 of file Blip.php.

Referenced by getParent().


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