ILIAS
eassessment Revision 61809
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
ILIAS
Todo List
Deprecated List
Modules
Namespaces
Data Structures
Files
File List
classes
cron
include
Modules
Services
AccessControl
Accessibility
Accordion
Administration
AdvancedEditing
AdvancedMetaData
AuthApache
Authentication
AuthShibboleth
Block
Booking
Cache
Calendar
CAS
Certificate
Clipboard
Component
Contact
Container
ContainerReference
COPage
CopyWizard
Database
DataSet
Dom
EventHandling
Excel
classes
PHPExcel
1.7.6
Classes
PHPExcel
CachedObjectStorage
Calculation
Cell
Reader
RichText
Shared
Escher
DgContainer
DggContainer
DgContainer.php
DggContainer.php
JAMA
OLE
PCLZip
PDF
trend
CodePage.php
Date.php
Drawing.php
Escher.php
Excel5.php
File.php
Font.php
OLE.php
OLERead.php
PasswordHasher.php
String.php
XMLWriter.php
ZipArchive.php
ZipStreamWrapper.php
Style
Worksheet
Writer
Autoloader.php
CachedObjectStorageFactory.php
Calculation.php
Cell.php
Comment.php
DocumentProperties.php
DocumentSecurity.php
HashTable.php
IComparable.php
IOFactory.php
NamedRange.php
ReferenceHelper.php
RichText.php
Settings.php
Style.php
Worksheet.php
WorksheetIterator.php
PHPExcel.php
Exceptions
Export
Feedback
Feeds
FileSystemStorage
Form
Frameset
GoogleMaps
Help
Html
InfoScreen
Init
InsertChar
JSON
Language
LDAP
License
LinkChecker
LoadTest
Locator
Logging
Mail
MainMenu
Math
MediaObjects
Membership
MetaData
Migration
Navigation
News
Notes
Notification
Object
OpenId
OrgUnit
Payment
PDF
PEAR
PermanentLink
PersonalDesktop
PHPUnit
PrivacySecurity
QTI
Radius
Rating
Registration
Repository
RTE
Search
SOAPAuth
Style
Survey
Table
Tagging
Tracking
Transformation
Tree
UIComponent
User
Utilities
WebAccessChecker
WebDAV
WebServices
Workflow
XHTMLPage
XHTMLValidator
Xml
YUI
setup
sso
webservice
calendar.php
confirmReg.php
error.php
feed.php
goto.php
ilias.php
index.php
login.php
logout.php
payment.php
privfeed.php
pwassist.php
register.php
repository.php
rootindex.php
sessioncheck.php
shib_login.php
shib_logout.php
start.php
studip_referrer.php
webdav.php
Globals
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
DgContainer.php
Go to the documentation of this file.
1
<?php
35
class
PHPExcel_Shared_Escher_DgContainer
36
{
42
private
$_dgId
;
43
49
private
$_lastSpId
;
50
51
private
$_spgrContainer
= null;
52
53
public
function
getDgId
()
54
{
55
return
$this->_dgId
;
56
}
57
58
public
function
setDgId
($value)
59
{
60
$this->_dgId = $value;
61
}
62
63
public
function
getLastSpId
()
64
{
65
return
$this->_lastSpId
;
66
}
67
68
public
function
setLastSpId
($value)
69
{
70
$this->_lastSpId = $value;
71
}
72
73
public
function
getSpgrContainer
()
74
{
75
return
$this->_spgrContainer
;
76
}
77
78
public
function
setSpgrContainer
($spgrContainer)
79
{
80
return
$this->_spgrContainer = $spgrContainer;
81
}
82
83
}
Services
Excel
PHPExcel
1.7.6
Classes
PHPExcel
Shared
Escher
DgContainer.php
Generated on Mon Apr 25 2016 19:01:27 for ILIAS by
1.8.1.2 (using
Doxyfile
)