ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
__construct () | |
Create a new PHPExcel_DocumentProperties. | |
getCreator () | |
Get Creator. | |
setCreator ($pValue= '') | |
Set Creator. | |
getLastModifiedBy () | |
Get Last Modified By. | |
setLastModifiedBy ($pValue= '') | |
Set Last Modified By. | |
getCreated () | |
Get Created. | |
setCreated ($pValue=null) | |
Set Created. | |
getModified () | |
Get Modified. | |
setModified ($pValue=null) | |
Set Modified. | |
getTitle () | |
Get Title. | |
setTitle ($pValue= '') | |
Set Title. | |
getDescription () | |
Get Description. | |
setDescription ($pValue= '') | |
Set Description. | |
getSubject () | |
Get Subject. | |
setSubject ($pValue= '') | |
Set Subject. | |
getKeywords () | |
Get Keywords. | |
setKeywords ($pValue= '') | |
Set Keywords. | |
getCategory () | |
Get Category. | |
setCategory ($pValue= '') | |
Set Category. | |
getCompany () | |
Get Company. | |
setCompany ($pValue= '') | |
Set Company. | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. |
Private Attributes | |
$_creator | |
$_lastModifiedBy | |
$_created | |
$_modified | |
$_title | |
$_description | |
$_subject | |
$_keywords | |
$_category | |
$_company |
Definition at line 36 of file DocumentProperties.php.
PHPExcel_DocumentProperties::__construct | ( | ) |
Create a new PHPExcel_DocumentProperties.
Definition at line 111 of file DocumentProperties.php.
References $_creator.
PHPExcel_DocumentProperties::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Definition at line 335 of file DocumentProperties.php.
References $key.
PHPExcel_DocumentProperties::getCategory | ( | ) |
Get Category.
Definition at line 297 of file DocumentProperties.php.
References $_category.
PHPExcel_DocumentProperties::getCompany | ( | ) |
Get Company.
Definition at line 317 of file DocumentProperties.php.
References $_company.
PHPExcel_DocumentProperties::getCreated | ( | ) |
Get Created.
Definition at line 171 of file DocumentProperties.php.
References $_created.
PHPExcel_DocumentProperties::getCreator | ( | ) |
Get Creator.
Definition at line 131 of file DocumentProperties.php.
References $_creator.
PHPExcel_DocumentProperties::getDescription | ( | ) |
Get Description.
Definition at line 237 of file DocumentProperties.php.
References $_description.
PHPExcel_DocumentProperties::getKeywords | ( | ) |
Get Keywords.
Definition at line 277 of file DocumentProperties.php.
References $_keywords.
PHPExcel_DocumentProperties::getLastModifiedBy | ( | ) |
Get Last Modified By.
Definition at line 151 of file DocumentProperties.php.
References $_lastModifiedBy.
PHPExcel_DocumentProperties::getModified | ( | ) |
Get Modified.
Definition at line 194 of file DocumentProperties.php.
References $_modified.
PHPExcel_DocumentProperties::getSubject | ( | ) |
Get Subject.
Definition at line 257 of file DocumentProperties.php.
References $_subject.
PHPExcel_DocumentProperties::getTitle | ( | ) |
PHPExcel_DocumentProperties::setCategory | ( | $pValue = '' | ) |
Set Category.
string | $pValue |
Definition at line 307 of file DocumentProperties.php.
PHPExcel_DocumentProperties::setCompany | ( | $pValue = '' | ) |
Set Company.
string | $pValue |
Definition at line 327 of file DocumentProperties.php.
PHPExcel_DocumentProperties::setCreated | ( | $pValue = null | ) |
Set Created.
datetime | $pValue |
Definition at line 181 of file DocumentProperties.php.
PHPExcel_DocumentProperties::setCreator | ( | $pValue = '' | ) |
Set Creator.
string | $pValue |
Definition at line 141 of file DocumentProperties.php.
PHPExcel_DocumentProperties::setDescription | ( | $pValue = '' | ) |
Set Description.
string | $pValue |
Definition at line 247 of file DocumentProperties.php.
PHPExcel_DocumentProperties::setKeywords | ( | $pValue = '' | ) |
Set Keywords.
string | $pValue |
Definition at line 287 of file DocumentProperties.php.
PHPExcel_DocumentProperties::setLastModifiedBy | ( | $pValue = '' | ) |
Set Last Modified By.
string | $pValue |
Definition at line 161 of file DocumentProperties.php.
PHPExcel_DocumentProperties::setModified | ( | $pValue = null | ) |
Set Modified.
datetime | $pValue |
Definition at line 204 of file DocumentProperties.php.
PHPExcel_DocumentProperties::setSubject | ( | $pValue = '' | ) |
Set Subject.
string | $pValue |
Definition at line 267 of file DocumentProperties.php.
PHPExcel_DocumentProperties::setTitle | ( | $pValue = '' | ) |
Set Title.
string | $pValue |
Definition at line 227 of file DocumentProperties.php.
|
private |
Definition at line 99 of file DocumentProperties.php.
Referenced by getCategory().
|
private |
Definition at line 106 of file DocumentProperties.php.
Referenced by getCompany().
|
private |
Definition at line 57 of file DocumentProperties.php.
Referenced by getCreated().
|
private |
Definition at line 43 of file DocumentProperties.php.
Referenced by __construct(), and getCreator().
|
private |
Definition at line 78 of file DocumentProperties.php.
Referenced by getDescription().
|
private |
Definition at line 92 of file DocumentProperties.php.
Referenced by getKeywords().
|
private |
Definition at line 50 of file DocumentProperties.php.
Referenced by getLastModifiedBy().
|
private |
Definition at line 64 of file DocumentProperties.php.
Referenced by getModified().
|
private |
Definition at line 85 of file DocumentProperties.php.
Referenced by getSubject().
|
private |
Definition at line 71 of file DocumentProperties.php.
Referenced by getTitle().