PHP 클래스 Papi_Property_Divider, papi

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
html ( ) Render property html.

보호된 메소드들

메소드 설명
render_row_html ( ) Render the final html that is displayed in the table.

메소드 상세

html() 공개 메소드

Render property html.
public html ( )

render_row_html() 보호된 메소드

Render the final html that is displayed in the table.
protected render_row_html ( )

프로퍼티 상세

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

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