PHP 클래스 PHPZip\Zip\Exception\LengthMismatch

상속: extends PHPZip\Zip\Core\AbstractException
파일 보기 프로젝트 열기: Grandt/PHPZip

공개 메소드들

메소드 설명
__construct ( array $config ) Constructor
getExpected ( )
getWritten ( )

메소드 상세

__construct() 공개 메소드

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

getExpected() 공개 메소드

public getExpected ( )

getWritten() 공개 메소드

public getWritten ( )