PHP 인터페이스 Inpsyde\MultilingualPress\Common\PluginProperties

부터: 3.0.0
상속: extends ArrayAcces\ArrayAccess
파일 보기 프로젝트 열기: inpsyde/multilingual-press 0 사용 예제들

공개 메소드들

메소드 설명
plugin_base_name ( ) : string Returns the base name of the plugin.
plugin_dir_path ( ) : string Returns the absolute path of the plugin root folder.
plugin_dir_url ( ) : string Returns the URL of the plugin root folder.
plugin_file_path ( ) : string Returns the absolute path of main plugin file.
plugin_name ( ) : string Returns the plugin name as given in the plugin headers.
plugin_website ( ) : string Returns the URL of the plugin website.
text_domain ( ) : string Returns the plugin text domain.
text_domain_path ( ) : string Returns the absolute path of the folder with the plugin translation files.
version ( ) : string Returns the plugin version.

메소드 상세

plugin_base_name() 공개 메소드

Returns the base name of the plugin.
부터: 3.0.0
public plugin_base_name ( ) : string
리턴 string The base name of the plugin.

plugin_dir_path() 공개 메소드

Returns the absolute path of the plugin root folder.
부터: 3.0.0
public plugin_dir_path ( ) : string
리턴 string The absolute path of the plugin root folder.

plugin_dir_url() 공개 메소드

Returns the URL of the plugin root folder.
부터: 3.0.0
public plugin_dir_url ( ) : string
리턴 string The URL of the plugin root folder.

plugin_file_path() 공개 메소드

Returns the absolute path of main plugin file.
부터: 3.0.0
public plugin_file_path ( ) : string
리턴 string The absolute path of main plugin file.

plugin_name() 공개 메소드

Returns the plugin name as given in the plugin headers.
부터: 3.0.0
public plugin_name ( ) : string
리턴 string The plugin name.

plugin_website() 공개 메소드

Returns the URL of the plugin website.
부터: 3.0.0
public plugin_website ( ) : string
리턴 string The URL of the plugin website

text_domain() 공개 메소드

Returns the plugin text domain.
부터: 3.0.0
public text_domain ( ) : string
리턴 string The plugin text domain.

text_domain_path() 공개 메소드

Returns the absolute path of the folder with the plugin translation files.
부터: 3.0.0
public text_domain_path ( ) : string
리턴 string The absolute path of the folder with the plugin translation files.

version() 공개 메소드

Returns the plugin version.
부터: 3.0.0
public version ( ) : string
리턴 string The plugin version.