PHP 클래스 Apple_News, apple-news

부터: 0.2.0
저자: Federico Ramirez
파일 보기 프로젝트 열기: alleyinteractive/apple-news 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$github_support_url string Link to support for the plugin on github.
$option_name string Option name for settings.
$version string Plugin version.
$wordpress_org_support_url string Link to support for the plugin on WordPress.org.

보호된 프로퍼티들

프로퍼티 타입 설명
$plugin_domain string Plugin domain.
$plugin_slug string Plugin slug.

공개 메소드들

메소드 설명
get_filename ( $path ) Extracts the filename for bundling an asset.
get_support_info ( $format = 'html', $with_padding = true ) : string Displays support information for the plugin.
migrate_settings ( Settings $settings ) Attempt to migrate settings from an older version of this plugin

메소드 상세

get_filename() 공개 정적인 메소드

This functionality is used in a number of classes that do not have a common ancestor.
public static get_filename ( $path )

get_support_info() 공개 정적인 메소드

Displays support information for the plugin.
public static get_support_info ( $format = 'html', $with_padding = true ) : string
리턴 string

migrate_settings() 공개 메소드

Attempt to migrate settings from an older version of this plugin
public migrate_settings ( Settings $settings )
$settings Settings

프로퍼티 상세

$github_support_url 공개적으로 정적으로 프로퍼티

Link to support for the plugin on github.
public static string $github_support_url
리턴 string

$option_name 공개적으로 정적으로 프로퍼티

Option name for settings.
public static string $option_name
리턴 string

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

Plugin domain.
protected string $plugin_domain
리턴 string

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

Plugin slug.
protected string $plugin_slug
리턴 string

$version 공개적으로 정적으로 프로퍼티

Plugin version.
public static string $version
리턴 string

$wordpress_org_support_url 공개적으로 정적으로 프로퍼티

Link to support for the plugin on WordPress.org.
public static string $wordpress_org_support_url
리턴 string