PHP 인터페이스 Inpsyde\MultilingualPress\Common\Type\Setting

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

공개 메소드들

메소드 설명
action ( ) : string Returns the action name for the setting.
title ( ) : string Returns the title of the setting.
url ( ) : Inpsyde\MultilingualPress\Common\Type\URL Returns the URL to be used in the according form.

메소드 상세

action() 공개 메소드

Returns the action name for the setting.
부터: 3.0.0
public action ( ) : string
리턴 string Action name.

title() 공개 메소드

Returns the title of the setting.
부터: 3.0.0
public title ( ) : string
리턴 string Setting title.

url() 공개 메소드

Returns the URL to be used in the according form.
부터: 3.0.0
public url ( ) : Inpsyde\MultilingualPress\Common\Type\URL
리턴 Inpsyde\MultilingualPress\Common\Type\URL URL to submit updates to.