PHP 클래스 PMA\libraries\config\PageSettings

파일 보기 프로젝트 열기: phpmyadmin/phpmyadmin 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $formGroupName, string $elemId = null ) Constructor
getErrorHTML ( ) : string Get error HTML output
getHTML ( ) : string Get HTML output
getNaviSettings ( ) : string Get HTML for navigation settings
showGroup ( string $formGroupName ) : PageSettings Group to show for Page-related settings

비공개 메소드들

메소드 설명
_getPageSettingsDisplay ( &$form_display, &$error ) : string Display page-related settings
_processPageSettings ( &$form_display, &$cf, &$error ) : void Process response to form
_storeError ( &$form_display, &$error ) : void Store errors in _errorHTML

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $formGroupName, string $elemId = null )
$formGroupName string The name of config form group to display
$elemId string Id of the div containing settings

getErrorHTML() 공개 메소드

Get error HTML output
public getErrorHTML ( ) : string
리턴 string

getHTML() 공개 메소드

Get HTML output
public getHTML ( ) : string
리턴 string

getNaviSettings() 공개 정적인 메소드

Get HTML for navigation settings
public static getNaviSettings ( ) : string
리턴 string

showGroup() 공개 정적인 메소드

Group to show for Page-related settings
public static showGroup ( string $formGroupName ) : PageSettings
$formGroupName string The name of config form group to display
리턴 PageSettings