GetDocumentOptions
in package
GetDocumentOptions Class Doc Comment
Tags
Table of Contents
- $encrypt : string|null
- $encrypt
- $file_type : string|null
- $file_type
- $show_changes : string|null
- $show_changes
- getEncrypt() : string|null
- Gets encrypt
- getFileType() : string|null
- Gets file_type
- getShowChanges() : string|null
- Gets show_changes
- setEncrypt() : self
- Sets encrypt
- setFileType() : self
- Sets file_type
- setShowChanges() : self
- Sets show_changes
Properties
$encrypt
$encrypt
protected
string|null
$encrypt
= null
$file_type
$file_type
protected
string|null
$file_type
= null
$show_changes
$show_changes
protected
string|null
$show_changes
= null
Methods
getEncrypt()
Gets encrypt
public
getEncrypt() : string|null
Return values
string|null —getFileType()
Gets file_type
public
getFileType() : string|null
Return values
string|null —getShowChanges()
Gets show_changes
public
getShowChanges() : string|null
Return values
string|null —setEncrypt()
Sets encrypt
public
setEncrypt(string|null $encrypt) : self
Parameters
- $encrypt : string|null
Return values
self —setFileType()
Sets file_type
public
setFileType(string|null $file_type) : self
Parameters
- $file_type : string|null
Return values
self —setShowChanges()
Sets show_changes
public
setShowChanges(string|null $show_changes) : self
Parameters
- $show_changes : string|null