PHP 인터페이스 Themosis\Field\Fields\IField

파일 보기 프로젝트 열기: themosis/framework 0 사용 예제들

공개 메소드들

메소드 설명
metabox ( ) : string Handle the HTML code for metabox output.
page ( ) : string Handle the HTML code for page/settings output.
taxonomy ( ) : string Handle the HTML code for taxonomy output.
user ( ) : string Handle the HTML code for user output.

메소드 상세

metabox() 공개 메소드

Handle the HTML code for metabox output.
public metabox ( ) : string
리턴 string

page() 공개 메소드

Handle the HTML code for page/settings output.
public page ( ) : string
리턴 string

taxonomy() 공개 메소드

Handle the HTML code for taxonomy output.
public taxonomy ( ) : string
리턴 string

user() 공개 메소드

Handle the HTML code for user output.
public user ( ) : string
리턴 string