Pop\Crypt\Crypt::__construct PHP Method

__construct() public method

Instantiate the crypt object.
public __construct ( string $salt = null ) : self
$salt string
return self
    public function __construct($salt = null)
    {
        $this->setSalt($salt);
    }