PHP 클래스 WC_Tax_Rate_Importer

저자: WooThemes
상속: extends WP_Importer
파일 보기 프로젝트 열기: woocommerce/woocommerce 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$delimiter string The current delimiter.
$file_url string The current file url.
$id integer The current file id.
$import_page string The current import page.

공개 메소드들

메소드 설명
__construct ( ) Constructor.
bump_request_timeout ( integer $val ) : integer Added to http_request_timeout filter to force timeout at 60 seconds during import.
dispatch ( ) Registered callback function for the WordPress Importer.
footer ( ) Output footer html.
format_data_from_csv ( mixed $data, string $enc ) : string UTF-8 encode the data if $enc value isn't UTF-8.
greet ( ) Output information about the uploading process.
handle_upload ( ) : boolean Handles the CSV upload and initial parsing of the file to prepare for.
header ( ) Output header html.
import ( mixed $file ) Import the file if it exists and is valid.
import_end ( ) Performs post-import cleanup of files and the cache.

비공개 메소드들

메소드 설명
import_error ( string $message = '' ) Show import error and quit.
import_start ( ) Import is starting.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

bump_request_timeout() 공개 메소드

Added to http_request_timeout filter to force timeout at 60 seconds during import.
public bump_request_timeout ( integer $val ) : integer
$val integer
리턴 integer 60

dispatch() 공개 메소드

Manages the three separate stages of the CSV import process.
public dispatch ( )

format_data_from_csv() 공개 메소드

UTF-8 encode the data if $enc value isn't UTF-8.
public format_data_from_csv ( mixed $data, string $enc ) : string
$data mixed
$enc string
리턴 string

greet() 공개 메소드

Output information about the uploading process.
public greet ( )

handle_upload() 공개 메소드

displaying author import options.
public handle_upload ( ) : boolean
리턴 boolean False if error uploading or invalid file, true otherwise

header() 공개 메소드

Output header html.
public header ( )

import() 공개 메소드

Import the file if it exists and is valid.
public import ( mixed $file )
$file mixed

import_end() 공개 메소드

Performs post-import cleanup of files and the cache.
public import_end ( )

프로퍼티 상세

$delimiter 공개적으로 프로퍼티

The current delimiter.
public string $delimiter
리턴 string

$file_url 공개적으로 프로퍼티

The current file url.
public string $file_url
리턴 string

$id 공개적으로 프로퍼티

The current file id.
public int $id
리턴 integer

$import_page 공개적으로 프로퍼티

The current import page.
public string $import_page
리턴 string