PHP 클래스 WC_Product_Download

부터: 2.7.0
저자: WooThemes
상속: implements ArrayAccess
파일 보기 프로젝트 열기: woocommerce/woocommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$data array Data array.

공개 메소드들

메소드 설명
file_exists ( ) : boolean Validate file exists.
get_allowed_mime_types ( ) : array Get allowed mime types.
get_data ( ) : array Returns all data for this object.
get_file ( ) : string Get file.
get_file_extension ( ) : string Get file extension.
get_file_type ( ) : string Get file type.
get_id ( ) : string Get id.
get_name ( ) : string Get name.
get_previous_hash ( ) : string Get previous_hash.
get_type_of_file_path ( string $file_path = '' ) : string Get type of file path set.
is_allowed_filetype ( ) : boolean Check if file is allowed.
offsetExists ( string $offset ) : boolean offsetExists
offsetGet ( string $offset ) : mixed offsetGet
offsetSet ( string $offset, mixed $value ) offsetSet
offsetUnset ( string $offset ) offsetUnset
set_file ( string $value ) Set file.
set_id ( string $value ) Set ID.
set_name ( string $value ) Set name.
set_previous_hash ( string $value ) Set previous_hash.

메소드 상세

file_exists() 공개 메소드

Validate file exists.
public file_exists ( ) : boolean
리턴 boolean

get_allowed_mime_types() 공개 메소드

Get allowed mime types.
public get_allowed_mime_types ( ) : array
리턴 array

get_data() 공개 메소드

Returns all data for this object.
public get_data ( ) : array
리턴 array

get_file() 공개 메소드

Get file.
public get_file ( ) : string
리턴 string

get_file_extension() 공개 메소드

Get file extension.
public get_file_extension ( ) : string
리턴 string

get_file_type() 공개 메소드

Get file type.
public get_file_type ( ) : string
리턴 string

get_id() 공개 메소드

Get id.
public get_id ( ) : string
리턴 string

get_name() 공개 메소드

Get name.
public get_name ( ) : string
리턴 string

get_previous_hash() 공개 메소드

Get previous_hash.
public get_previous_hash ( ) : string
리턴 string

get_type_of_file_path() 공개 메소드

Get type of file path set.
public get_type_of_file_path ( string $file_path = '' ) : string
$file_path string optional.
리턴 string absolute, relative, or shortcode.

is_allowed_filetype() 공개 메소드

Check if file is allowed.
public is_allowed_filetype ( ) : boolean
리턴 boolean

offsetExists() 공개 메소드

offsetExists
public offsetExists ( string $offset ) : boolean
$offset string
리턴 boolean

offsetGet() 공개 메소드

offsetGet
public offsetGet ( string $offset ) : mixed
$offset string
리턴 mixed

offsetSet() 공개 메소드

offsetSet
public offsetSet ( string $offset, mixed $value )
$offset string
$value mixed

offsetUnset() 공개 메소드

offsetUnset
public offsetUnset ( string $offset )
$offset string

set_file() 공개 메소드

Set file.
public set_file ( string $value )
$value string

set_id() 공개 메소드

Set ID.
public set_id ( string $value )
$value string

set_name() 공개 메소드

Set name.
public set_name ( string $value )
$value string

set_previous_hash() 공개 메소드

Set previous_hash.
public set_previous_hash ( string $value )
$value string

프로퍼티 상세

$data 보호되어 있는 프로퍼티

Data array.
부터: 2.7.0
protected array $data
리턴 array