PHP 클래스 APF_Demo_BuiltinFieldTypes_Text

파일 보기 프로젝트 열기: michaeluno/admin-page-framework

공개 프로퍼티들

프로퍼티 타입 설명
$sPageSlug The page slug to add the tab and form elements.
$sTabSlug The tab slug to add to the page.

공개 메소드들

메소드 설명
__construct ( $oFactory ) Adds in-page tabs and sets up hooks.
replyToLoadTab ( $oFactory ) Adds form sections.
replyToModifyLeftFooterText ( $sHTML ) : string Modifies the left footer text.
replyToModifyRightFooterText ( $sHTML ) : string Modifies the right footer text.

메소드 상세

__construct() 공개 메소드

Adds in-page tabs and sets up hooks.
public __construct ( $oFactory )

replyToLoadTab() 공개 메소드

Triggered when the tab is loaded.
public replyToLoadTab ( $oFactory )

replyToModifyLeftFooterText() 공개 메소드

Modifies the left footer text.
public replyToModifyLeftFooterText ( $sHTML ) : string
리턴 string

replyToModifyRightFooterText() 공개 메소드

Modifies the right footer text.
public replyToModifyRightFooterText ( $sHTML ) : string
리턴 string

프로퍼티 상세

$sPageSlug 공개적으로 프로퍼티

The page slug to add the tab and form elements.
public $sPageSlug

$sTabSlug 공개적으로 프로퍼티

The tab slug to add to the page.
public $sTabSlug