PHP 클래스 Give, Give

부터: 1.0
파일 보기 프로젝트 열기: wordimpress/give 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$api Give API Object
$customer_meta Give Customer meta DB Object
$customers Give Customers DB Object
$email_access Give No Login Object
$email_tags Give Email Template Tags Object
$emails Give Emails Object
$give_settings Give Settings Object
$html Give HTML Element Helper Object
$roles Give Roles Object
$session This holds donation data for user's session.
$template_loader Give Template Loader Object

공개 메소드들

메소드 설명
__clone ( ) : void Throw error on object clone
__wakeup ( ) : void Disable unserializing of the class
instance ( ) : Give Main Give Instance
load_textdomain ( ) : void Loads the plugin language files

비공개 메소드들

메소드 설명
includes ( ) : void Include required files
setup_constants ( ) : void Setup plugin constants

메소드 상세

__clone() 공개 메소드

The whole idea of the singleton design pattern is that there is a single object, therefore we don't want the object to be cloned.
부터: 1.0
public __clone ( ) : void
리턴 void

__wakeup() 공개 메소드

Disable unserializing of the class
부터: 1.0
public __wakeup ( ) : void
리턴 void

instance() 공개 정적인 메소드

Insures that only one instance of Give exists in memory at any one time. Also prevents needing to define globals all over the place.
또한 보기: Give()
부터: 1.0
public static instance ( ) : Give
리턴 Give

load_textdomain() 공개 메소드

Loads the plugin language files
부터: 1.0
public load_textdomain ( ) : void
리턴 void

프로퍼티 상세

$api 공개적으로 프로퍼티

Give API Object
부터: 1.0
public $api

$customer_meta 공개적으로 프로퍼티

Give Customer meta DB Object
부터: 1.6
public $customer_meta

$customers 공개적으로 프로퍼티

Give Customers DB Object
부터: 1.0
public $customers

$email_access 공개적으로 프로퍼티

Give No Login Object
부터: 1.0
public $email_access

$email_tags 공개적으로 프로퍼티

Give Email Template Tags Object
부터: 1.0
public $email_tags

$emails 공개적으로 프로퍼티

Give Emails Object
부터: 1.0
public $emails

$give_settings 공개적으로 프로퍼티

Give Settings Object
부터: 1.0
public $give_settings

$html 공개적으로 프로퍼티

Give HTML Element Helper Object
부터: 1.0
public $html

$roles 공개적으로 프로퍼티

Give Roles Object
부터: 1.0
public $roles

$session 공개적으로 프로퍼티

This holds donation data for user's session.
부터: 1.0
public $session

$template_loader 공개적으로 프로퍼티

Give Template Loader Object
부터: 1.0
public $template_loader