PHP Class PHPZip\Zip\Exception\LengthMismatch

Inheritance: extends PHPZip\Zip\Core\AbstractException
Show file Open project: Grandt/PHPZip

Public Methods

Method Description
__construct ( array $config ) Constructor
getExpected ( )
getWritten ( )

Method Details

__construct() public method

Constructor
Author: A. Grandt ([email protected])
Author: Greg Kappatos
public __construct ( array $config )
$config array Configuration array containing expected and written

getExpected() public method

public getExpected ( )

getWritten() public method

public getWritten ( )