PHP 클래스 Papi_Property_Html, papi

상속: extends Papi_Property
파일 보기 프로젝트 열기: wp-papi/papi

보호된 프로퍼티들

프로퍼티 타입 설명
$slug_required boolean Determine if the property require a slug or not.

공개 메소드들

메소드 설명
get_default_settings ( ) : array Get default settings.
html ( ) Render property html.

메소드 상세

get_default_settings() 공개 메소드

Get default settings.
public get_default_settings ( ) : array
리턴 array

html() 공개 메소드

Render property html.
public html ( )

프로퍼티 상세

$slug_required 보호되어 있는 프로퍼티

Determine if the property require a slug or not.
protected bool $slug_required
리턴 boolean