PHP 클래스 APF_Demo_AdvancedUsage_Verification_Field

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( $oFactory ) Sets up a form section.
replyToValidateField ( $sNewInput, $sOldInput, $oAdmin ) Validates the 'numeric' field in the 'field_verification' section of the 'APF_Demo' class.

메소드 상세

__construct() 공개 메소드

Sets up a form section.
public __construct ( $oFactory )

replyToValidateField() 공개 메소드

Validates the 'numeric' field in the 'field_verification' section of the 'APF_Demo' class.
public replyToValidateField ( $sNewInput, $sOldInput, $oAdmin )

프로퍼티 상세

$sPageSlug 공개적으로 프로퍼티

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

$sSectionID 공개적으로 프로퍼티

The section slug to add to the tab.
public $sSectionID

$sTabSlug 공개적으로 프로퍼티

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