PHP Class PHPZip\Zip\Exception\LengthMismatch

Inheritance: extends PHPZip\Zip\Core\AbstractException
Afficher le fichier Open project: Grandt/PHPZip

Méthodes publiques

Méthode Description
__construct ( array $config ) Constructor
getExpected ( )
getWritten ( )

Method Details

__construct() public méthode

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

getExpected() public méthode

public getExpected ( )

getWritten() public méthode

public getWritten ( )