PHP 클래스 DataUploadEvent, shimmie2

Some data is being uploaded. Should be caught by a file handler.
상속: extends Event
파일 보기 프로젝트 열기: shish/shimmie2

공개 프로퍼티들

프로퍼티 타입 설명
$hash string
$image_id integer
$metadata array
$tmpname string
$type string

공개 메소드들

메소드 설명
__construct ( string $tmpname, array $metadata ) Some data is being uploaded.

메소드 상세

__construct() 공개 메소드

This should be caught by a file handler. -- Removed: param $user The user uploading the data.
public __construct ( string $tmpname, array $metadata )
$tmpname string The temporary file used for upload.
$metadata array Info about the file, should contain at least "filename", "extension", "tags" and "source".

프로퍼티 상세

$hash 공개적으로 프로퍼티

public string $hash
리턴 string

$image_id 공개적으로 프로퍼티

public int $image_id
리턴 integer

$metadata 공개적으로 프로퍼티

public array $metadata
리턴 array

$tmpname 공개적으로 프로퍼티

public string $tmpname
리턴 string

$type 공개적으로 프로퍼티

public string $type
리턴 string