PHP 클래스 Papi_Core_Conditional_Rule, papi

파일 보기 프로젝트 열기: wp-papi/papi 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$operator string The operator.
$slug string The slug.
$source mixed The source value.
$value mixed The value.

공개 메소드들

메소드 설명
__construct ( array $rule ) The constructor.
get_field_slug ( ) : string Get field slug.
get_source ( ) : mixed Get the source value.
setup_source ( string $value ) : string Setup source callable.

보호된 메소드들

메소드 설명
setup ( array $rule ) Setup the rule and assign properties with values.

메소드 상세

__construct() 공개 메소드

The constructor.
public __construct ( array $rule )
$rule array

get_field_slug() 공개 메소드

Get field slug.
public get_field_slug ( ) : string
리턴 string

get_source() 공개 메소드

Get the source value.
public get_source ( ) : mixed
리턴 mixed

setup() 보호된 메소드

Setup the rule and assign properties with values.
protected setup ( array $rule )
$rule array

setup_source() 공개 메소드

Setup source callable.
public setup_source ( string $value ) : string
$value string
리턴 string

프로퍼티 상세

$operator 공개적으로 프로퍼티

The operator.
public string $operator
리턴 string

$slug 공개적으로 프로퍼티

The slug.
public string $slug
리턴 string

$source 공개적으로 프로퍼티

The source value.
public mixed $source
리턴 mixed

$value 공개적으로 프로퍼티

The value.
public mixed $value
리턴 mixed