ProtectedRange
in package
Table of Contents
Properties
- $name : string
- $password : string
- $securityDescriptor : string
- $sqref : string
Methods
- __construct() : mixed
- No setters aside from constructor.
- getName() : string
- getPassword() : string
- getSecurityDescriptor() : string
- getSqref() : string
Properties
$name
private
string
$name
= ''
$password
private
string
$password
= ''
$securityDescriptor
private
string
$securityDescriptor
= ''
$sqref
private
string
$sqref
Methods
__construct()
No setters aside from constructor.
public
__construct(string $sqref[, string $password = '' ][, string $name = '' ][, string $securityDescriptor = '' ]) : mixed
Parameters
- $sqref : string
- $password : string = ''
- $name : string = ''
- $securityDescriptor : string = ''
getName()
public
getName() : string
Return values
stringgetPassword()
public
getPassword() : string
Return values
stringgetSecurityDescriptor()
public
getSecurityDescriptor() : string
Return values
stringgetSqref()
public
getSqref() : string