ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
Blip.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE
;
4
5
class
Blip
6
{
12
private
$parent
;
13
19
private
$data
;
20
26
public
function
getData
()
27
{
28
return
$this->data
;
29
}
30
36
public
function
setData
(
$data
): void
37
{
38
$this->
data
=
$data
;
39
}
40
46
public
function
setParent
(
$parent
): void
47
{
48
$this->
parent
=
$parent
;
49
}
50
56
public
function
getParent
()
57
{
58
return
$this->parent
;
59
}
60
}
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE
Definition:
Blip.php:3
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\Blip\getParent
getParent()
Get parent BSE.
Definition:
Blip.php:56
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\Blip\getData
getData()
Get the raw image data.
Definition:
Blip.php:26
parent
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\Blip\setParent
setParent($parent)
Set parent BSE.
Definition:
Blip.php:46
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\Blip
Definition:
Blip.php:5
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\Blip\$parent
$parent
Definition:
Blip.php:12
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\Blip\setData
setData($data)
Set the raw image data.
Definition:
Blip.php:36
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\Blip\$data
$data
Definition:
Blip.php:19
data
$this data['403_header']
Definition:
authorize_403.php:13
php
libs
composer
vendor
phpoffice
phpspreadsheet
src
PhpSpreadsheet
Shared
Escher
DggContainer
BstoreContainer
BSE
Blip.php
Generated on Thu Jan 16 2025 19:01:47 for ILIAS by
1.8.13 (using
Doxyfile
)