PHP 클래스 Mlp_Language_Manager_Options_Page_Data

저자: Inpsyde GmbH, toscho
상속: implements Inpsyde\MultilingualPress\Common\Type\Setting
파일 보기 프로젝트 열기: inpsyde/multilingual-press 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $page_title, Inpsyde\MultilingualPress\Factory\TypeFactory $type_factory )
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.

메소드 상세

__construct() 공개 메소드

public __construct ( string $page_title, Inpsyde\MultilingualPress\Factory\TypeFactory $type_factory )
$page_title string
$type_factory Inpsyde\MultilingualPress\Factory\TypeFactory Type factory object.

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.