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

부터: 3.0.0
파일 보기 프로젝트 열기: inpsyde/multilingual-press

공개 메소드들

메소드 설명
description ( ) : string Returns the description.
id ( ) : string Returns the ID of the container element.
label_id ( ) : string Returns the ID of the form element to be used by the label in order to make it accessible for screen readers.
markup ( ) : string Returns the markup for the settings box.
title ( ) : string Returns the title of the settings box.

메소드 상세

description() 공개 메소드

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

id() 공개 메소드

Returns the ID of the container element.
부터: 3.0.0
public id ( ) : string
리턴 string The ID of the container element.

label_id() 공개 메소드

Returns the ID of the form element to be used by the label in order to make it accessible for screen readers.
부터: 3.0.0
public label_id ( ) : string
리턴 string The ID of the primary form element.

markup() 공개 메소드

Returns the markup for the settings box.
부터: 3.0.0
public markup ( ) : string
리턴 string The markup for the settings box.

title() 공개 메소드

Returns the title of the settings box.
부터: 3.0.0
public title ( ) : string
리턴 string The title of the settings box.