TwistPHP Documentation

__construct

File path: dist/twist/Core/Models/Archive/PclZip.model.php
Namespace: Twist\Core\Models\Archive
Extends:

__constructInitialise the PclZip third party package ready for use within the framework.

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function __construct with the example vars
$resPclZip = new \Twist\Core\Models\Archive\PclZip();
$resPclZip -> __construct();