PHP 클래스 AdminPageFramework_View__PageRenderer

상속: extends AdminPageFramework_FrameworkUtility
파일 보기 프로젝트 열기: michaeluno/admin-page-framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$aCSSRules
$aScripts
$oFactory
$sPageSlug
$sTabSlug

공개 메소드들

메소드 설명
__construct ( $oFactory, $sPageSlug, $sTabSlug )
render ( )

비공개 메소드들

메소드 설명
_getContentTop ( )
_getFormOutput ( $sPageSlug )
_getNumberOfColumns ( )
_printFormClosingTag ( $sPageSlug, $sTabSlug, $fEnableForm = true )
_printFormOpeningTag ( $fEnableForm = true )
_printMainPageContent ( $sPageSlug, $sTabSlug )
_printPageMetaBoxes ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $oFactory, $sPageSlug, $sTabSlug )

render() 공개 메소드

public render ( )

프로퍼티 상세

$aCSSRules 공개적으로 프로퍼티

public $aCSSRules

$aScripts 공개적으로 프로퍼티

public $aScripts

$oFactory 공개적으로 프로퍼티

public $oFactory

$sPageSlug 공개적으로 프로퍼티

public $sPageSlug

$sTabSlug 공개적으로 프로퍼티

public $sTabSlug