PHP 클래스 rt_plugin_info, rtMedia

파일 보기 프로젝트 열기: rtCamp/rtMedia

공개 프로퍼티들

프로퍼티 타입 설명
$authoruri 'Author' - The author's name
$authro 'Description' - Description of what the plugin does and/or notes from the author.
$desctipriton 'Title' - Title of the plugin and the link to the plugin's web site.
$domain_path 'TextDomain' - Plugin's text domain for localization.
$name
$network 'DomainPath' - Plugin's relative directory path to .mo files.
$plugin_data 'Network' - Boolean. Whether the plugin can only be activated network wide.
$plugin_path put your code here
$pluginuri 'Version' - The plugin version number.
$textdomain 'PluginURI' - Plugin web site address.
$title 'Name' - Name of the plugin, must be unique.
$version 'AuthorURI' - The authors web site address.

공개 메소드들

메소드 설명
__construct ( $path = null ) __construct.
get_plugin_data ( ) : array get_plugin_data.
set_current_plugin_path ( string $path ) set_current_plugin_path.
set_plugin_data ( ) set_plugin_data.

메소드 상세

__construct() 공개 메소드

__construct.
public __construct ( $path = null )

get_plugin_data() 공개 메소드

get_plugin_data.
public get_plugin_data ( ) : array
리턴 array

set_current_plugin_path() 공개 메소드

set_current_plugin_path.
public set_current_plugin_path ( string $path )
$path string

set_plugin_data() 공개 메소드

set_plugin_data.
public set_plugin_data ( )

프로퍼티 상세

$authoruri 공개적으로 프로퍼티

'Author' - The author's name
public $authoruri

$authro 공개적으로 프로퍼티

'Description' - Description of what the plugin does and/or notes from the author.
public $authro

$desctipriton 공개적으로 프로퍼티

'Title' - Title of the plugin and the link to the plugin's web site.
public $desctipriton

$domain_path 공개적으로 프로퍼티

'TextDomain' - Plugin's text domain for localization.
public $domain_path

$name 공개적으로 프로퍼티

public $name

$network 공개적으로 프로퍼티

'DomainPath' - Plugin's relative directory path to .mo files.
public $network

$plugin_data 공개적으로 프로퍼티

'Network' - Boolean. Whether the plugin can only be activated network wide.
public $plugin_data

$plugin_path 공개적으로 프로퍼티

put your code here
public $plugin_path

$pluginuri 공개적으로 프로퍼티

'Version' - The plugin version number.
public $pluginuri

$textdomain 공개적으로 프로퍼티

'PluginURI' - Plugin web site address.
public $textdomain

$title 공개적으로 프로퍼티

'Name' - Name of the plugin, must be unique.
public $title

$version 공개적으로 프로퍼티

'AuthorURI' - The authors web site address.
public $version