File path: dist/twist/Core/Models/Archive/PclZip.model.php
Namespace: Twist\Core\Models\Archive
__construct
— Initialise the PclZip third party package ready for use within the framework.
void — No return information has been documented for this function.
<?php
//Call the function __construct with the example vars
$resPclZip = new \Twist\Core\Models\Archive\PclZip();
$resPclZip -> __construct();