PHPExcel
[ class tree: PHPExcel ] [ index: PHPExcel ] [ all elements ]

Class: PHPExcel_DocumentSecurity

Source Location: /PHPExcel/DocumentSecurity.php

Class Overview


PHPExcel_DocumentSecurity


Author(s):

Copyright:

  • Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)

Variables

Methods



Class Details

[line 40]
PHPExcel_DocumentSecurity

PHPExcel_DocumentSecurity




Tags:

copyright:  Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)


[ Top ]


Class Variables

$_lockRevision =

[line 47]

LockRevision

LockRevision




Tags:

access:  private

Type:   boolean


[ Top ]

$_lockStructure =

[line 54]

LockStructure

LockStructure




Tags:

access:  private

Type:   boolean


[ Top ]

$_lockWindows =

[line 61]

LockWindows

LockWindows




Tags:

access:  private

Type:   boolean


[ Top ]

$_revisionsPassword =

[line 68]

RevisionsPassword

RevisionsPassword




Tags:

access:  private

Type:   string


[ Top ]

$_workbookPassword =

[line 75]

WorkbookPassword

WorkbookPassword




Tags:

access:  private

Type:   string


[ Top ]



Class Methods


constructor __construct [line 80]

PHPExcel_DocumentSecurity __construct( )

Create a new PHPExcel_DocumentSecurity

Create a new PHPExcel_DocumentSecurity




Tags:

access:  public


[ Top ]

method getLockRevision [line 106]

boolean getLockRevision( )

Get LockRevision

Get LockRevision




[ Top ]

method getLockStructure [line 124]

boolean getLockStructure( )

Get LockStructure

Get LockStructure




[ Top ]

method getLockWindows [line 142]

boolean getLockWindows( )

Get LockWindows

Get LockWindows




[ Top ]

method getRevisionsPassword [line 160]

string getRevisionsPassword( )

Get RevisionsPassword (hashed)

Get RevisionsPassword (hashed)




[ Top ]

method getWorkbookPassword [line 182]

string getWorkbookPassword( )

Get WorkbookPassword (hashed)

Get WorkbookPassword (hashed)




[ Top ]

method isSecurityEnabled [line 95]

boolean isSecurityEnabled( )

Is some sort of dcument security enabled?

Is some sort of dcument security enabled?




[ Top ]

method setLockRevision [line 115]

void setLockRevision( [boolean $pValue = false])

Set LockRevision

Set LockRevision




Parameters:

boolean   $pValue  

[ Top ]

method setLockStructure [line 133]

void setLockStructure( [boolean $pValue = false])

Set LockStructure

Set LockStructure




Parameters:

boolean   $pValue  

[ Top ]

method setLockWindows [line 151]

void setLockWindows( [boolean $pValue = false])

Set LockWindows

Set LockWindows




Parameters:

boolean   $pValue  

[ Top ]

method setRevisionsPassword [line 170]

void setRevisionsPassword( [string $pValue = ''], [boolean $pAlreadyHashed = false])

Set RevisionsPassword

Set RevisionsPassword




Parameters:

string   $pValue  
boolean   $pAlreadyHashed   If the password has already been hashed, set this to true

[ Top ]

method setWorkbookPassword [line 192]

void setWorkbookPassword( [string $pValue = ''], [boolean $pAlreadyHashed = false])

Set WorkbookPassword

Set WorkbookPassword




Parameters:

string   $pValue  
boolean   $pAlreadyHashed   If the password has already been hashed, set this to true

[ Top ]

method __clone [line 202]

void __clone( )

Implement PHP __clone to create a deep clone, not just a shallow copy.

Implement PHP __clone to create a deep clone, not just a shallow copy.




Tags:

access:  public


[ Top ]


Documentation generated on Wed, 22 Apr 2009 08:57:13 +0200 by phpDocumentor 1.4.1