PHP 인터페이스 PHPZip\Zip\Listener\ZipArchiveListener

파일 보기 프로젝트 열기: Grandt/PHPZip

공개 메소드들

메소드 설명
onAddFile ( array $params ) Event fired after a file has been successfully added to archive.
onAddLargeFile ( array $params ) Event fired after a large file has been successfully added to archive.
onBuildZipEntry ( array $params ) Event fired after a zip entry has been successfully built.
onException ( array $params ) Event fired before a subclass of \PHPZip\Zip\Core\AbstractException is thrown.
onOpenStream ( array $params ) Event fired after a stream has been successfully opened.
onSendZip ( array $params ) Event fired after a zip archive has been sent.

메소드 상세

onAddFile() 공개 메소드

Event fired after a file has been successfully added to archive.
저자: Greg Kappatos
public onAddFile ( array $params )
$params array Array that contains file (zipEntry).

onAddLargeFile() 공개 메소드

Event fired after a large file has been successfully added to archive.
저자: Greg Kappatos
public onAddLargeFile ( array $params )
$params array Array that contains file (zipEntry).

onBuildZipEntry() 공개 메소드

Event fired after a zip entry has been successfully built.
저자: Greg Kappatos
public onBuildZipEntry ( array $params )
$params array Array that contains file (zipEntry).

onException() 공개 메소드

Event fired before a subclass of \PHPZip\Zip\Core\AbstractException is thrown.
저자: Greg Kappatos
public onException ( array $params )
$params array Array that contains file (zipEntry).

onOpenStream() 공개 메소드

Event fired after a stream has been successfully opened.
저자: Greg Kappatos
public onOpenStream ( array $params )
$params array Array that contains file (zipEntry).

onSendZip() 공개 메소드

Event fired after a zip archive has been sent.
저자: Greg Kappatos
public onSendZip ( array $params )
$params array Array that contains file (zipEntry).