PHP 클래스 Apple_Actions\Action

파일 보기 프로젝트 열기: alleyinteractive/apple-news 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$settings

공개 메소드들

메소드 설명
__construct ( $settings ) Constructor.
perform ( ) Abstract function implemented by all child class to perform the given action.

보호된 메소드들

메소드 설명
get_setting ( $name ) Gets a setting by name which was loaded from WordPress options.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $settings )

get_setting() 보호된 메소드

Gets a setting by name which was loaded from WordPress options.
부터: 0.4.0
protected get_setting ( $name )

perform() 추상적인 공개 메소드

Abstract function implemented by all child class to perform the given action.
abstract public perform ( )

프로퍼티 상세

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

protected $settings