trait PasswordTrait (View source)

Password helper trait.

Methods

ZipArchive|null
getArchive()

No description

setPassword(string $password)

Set zip password

string|null
getPassword()

Get current zip password

Details

abstract ZipArchive|null getArchive()

Return Value

ZipArchive|null

ZipInterface setPassword(string $password)

Set zip password

Parameters

string $password

Return Value

ZipInterface

protected string|null getPassword()

Get current zip password

Return Value

string|null