PHP Class AdminPageFrameworkLoader_AdminPage_Tool_Minifier_Minifier

Deprecation: 3.5.4 As the component generator was introduced.
Since: 3.5.4 Moved some methods from `AdminPageFrameworkLoader_AdminPage_Tool_Minifier`.
Inheritance: extends AdminPageFrameworkLoader_AdminPage_Section_Base
Datei anzeigen Open project: michaeluno/admin-page-framework

Public Methods

Method Description
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.

Protected Methods

Method Description
construct ( $oFactory ) A user constructor.

Private Methods

Method Description
_modifyClassNames ( $sCode ) Modifies the class names of the minified script.

Method Details

addFields() public method

public addFields ( $oFactory, $sSectionID )

construct() protected method

A user constructor.
protected construct ( $oFactory )

replyToDownloadMinifiedVersion() public method

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

replyToFilterFileName() public method

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

validate() public method

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