PHP 클래스 AdminPageFrameworkLoader_AdminPage_Tool_Minifier_Minifier

사용 중단: 3.5.4 As the component generator was introduced.
부터: 3.5.4 Moved some methods from `AdminPageFrameworkLoader_AdminPage_Tool_Minifier`.
상속: extends AdminPageFrameworkLoader_AdminPage_Section_Base
파일 보기 프로젝트 열기: michaeluno/admin-page-framework

공개 메소드들

메소드 설명
addFields ( $oFactory, $sSectionID )
replyToDownloadMinifiedVersion ( $aSavedData, $sSubmittedFieldID, $sSubmittedInputID, $oAdminPage ) Lets the user download the minified version of Admin Page Framework.
replyToFilterFileName ( $sFileName, $sFieldID, $sInputID, $vExportingData, $oAdminPage ) Filters the file name.
validate ( $aInput, $aOldInput, $oAdminPage, $aSubmitInfo ) Validates the submitted form data.

보호된 메소드들

메소드 설명
construct ( $oFactory ) A user constructor.

비공개 메소드들

메소드 설명
_modifyClassNames ( $sCode ) Modifies the class names of the minified script.

메소드 상세

addFields() 공개 메소드

public addFields ( $oFactory, $sSectionID )

construct() 보호된 메소드

A user constructor.
protected construct ( $oFactory )

replyToDownloadMinifiedVersion() 공개 메소드

Lets the user download the minified version of Admin Page Framework.
부터: 3.4.6
public replyToDownloadMinifiedVersion ( $aSavedData, $sSubmittedFieldID, $sSubmittedInputID, $oAdminPage )

replyToFilterFileName() 공개 메소드

Filters the file name.
public replyToFilterFileName ( $sFileName, $sFieldID, $sInputID, $vExportingData, $oAdminPage )

validate() 공개 메소드

Validates the submitted form data.
부터: 3.4.6
부터: 3.5.4 Moved from `AdminPageFrameworkLoader_AdminPage_Tool_Minifier`.
public validate ( $aInput, $aOldInput, $oAdminPage, $aSubmitInfo )