Factory
in package
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- Factory constructor.
- createGnuPG() : Gnupg
- getGPGBinaryPath() : Filename
- getTempDirectory() : Directory
Properties
$gpgBinary
private
Filename
$gpgBinary
Methods
__construct()
Factory constructor.
public
__construct([Filename $gpgBinary = null ]) : mixed
Parameters
- $gpgBinary : Filename = null
createGnuPG()
public
createGnuPG(Directory $homeDirectory) : Gnupg
Parameters
- $homeDirectory : Directory
Return values
GnupggetGPGBinaryPath()
private
getGPGBinaryPath() : Filename
Tags
Return values
FilenamegetTempDirectory()
private
getTempDirectory() : Directory